/**
* [Table of contents]
  1 root css
  2 selection css
  3 default css
  4 header css
  5 banner css
  6 owl css
  7 footer css
/**


/* Root */

:root {
    /* default colors */
    --primary-color: #000;
    --primary-color-02: #00000033;
    --silver: #f7f7f7;
    --gray: #b9b9b9;
    --dark: #3e3e3c;
    --white: #fff;
    --theme-color: #ed1b32;
    /* Button color */

    /* Font Family */
    --primary-font: "Bebas", sans-serif;
    --secondary-font: "Bebas Neue", sans-serif;
    --raleway: "Raleway", sans-serif;
    --roboto-con: "Roboto Condensed", sans-serif;
    --roboto: "Roboto", sans-serif;
    --brushstrike: "Brushstrike", sans-serif;
    --Bebas-Neue-Pro-Expanded-XBold: "Bebas Neue Pro Expanded XBold";
    --source-sans-pro: "Source Sans Pro";
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-ExtraLight.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-ExtraLight.woff")
            format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Light.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Light.woff")
            format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-BoldItalic.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-BoldItalic.woff")
            format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Bold.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Bold.woff")
            format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-LightItalic.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-LightItalic.woff")
            format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Italic.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Italic.woff")
            format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Black.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Black.woff")
            format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-ExtraLightItalic.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-ExtraLightItalic.woff")
            format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-BlackItalic.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-BlackItalic.woff")
            format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-SemiBold.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-SemiBold.woff")
            format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Regular.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-Regular.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-SemiBoldItalic.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/source-sans-pro/SourceSansPro-SemiBoldItalic.woff")
            format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue Pro Expanded XBold";
    src: url("../../Frontassets/fonts/BebasNeueProExpandedExtraBoldIt.woff2")
            format("woff2"),
        url("../../Frontassets/fonts/BebasNeueProExpandedExtraBoldIt.woff")
            format("woff");
    font-weight: bold;
    font-style: italic !important;
    font-display: swap;
}

* {
    margin: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
}

/* Root */

/* Selction css */

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

/* Selction css */

/* default css */

* {
    outline: none;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    background: #fff;
    color: var(--primary-color);
    font-family: var(--primary-font);
}

p,
ul,
ol {
    margin-bottom: 15px;
}

a {
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--primary-font);
    color: var(--primary-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: var(--primary-color);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: var(--primary-color-02);
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body p:last-child {
    margin-bottom: 0;
}

.btn,
.form-control,
button:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-toggle::after {
    border: none;
    content: "\f107";
    vertical-align: unset;
    font-family: "Font Awesome 5 Pro";
}

.d-margin {
    margin-top: 62px;
}

html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    height: 100%;
    overflow: hidden;
}

.btn:focus {
    box-shadow: none;
}

.btn {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    padding: 10px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    min-height: 40px;
}

.btn:hover {
    color: var(--primary-color);
    background: transparent;
}

.font-raleway {
    font-family: var(--raleway);
}

.font-weight-extrabold{font-weight:800}

/* defalut css*/

/* header css */
/* header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    background-color: #fff;
}

li.nav-item .nav-link {
    margin: 0 15px;
    font-size: 16px;
    color: #868686;
    font-weight: 500;
    transition: all 0.5s;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #000;
    font-weight: 500;
}

li.nav-item:hover .nav-link {
    color: #000;
    transition: all 0.5s;
}

.navbar {
    padding: 15px 0;
} */

/* header css */

/* Banner css */

.navbar-toggler {
    padding: 0 !important;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 999;
    width: 146px;
}

.back-save .back-btn {
    border-radius: 75px;
    height: 60px;
}

.back-btn {
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 35px;
    height: 65px;
}

.back-btn img {
    width: 80px;
    margin-right: 10px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 275px;
}

.cart-btn {
    width: auto;
    height: auto;
    transform: rotate(0deg);
    border: none;
}

.pro-head {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--primary-color);
    font-family: var(--raleway);
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.4;
}

.pro-head .pro-details {
    font-weight: 700;
    font-size: 20px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.product-sec {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    height: calc(100vh - 105px);
    margin-top: 105px;
}

.product-sec .container-fluid {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.pro-aside {
    position: absolute;
    top: 0;
}

.pro-aside {
    left: 30px;
}

.pro-image {
    height: 100%;
    flex-basis: calc(100% - 250px);
    max-width: 1020px;
    max-height: 520px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.pro-zoom button {
    padding: 0;
    width: 40px;
    border: none;
    display: block;
    background-color: transparent;
}

.pro-zoom p {
    font-size: 18px;
    text-align: center;
}

.pro-zoom p.pro-view {
    cursor: pointer;
    user-select: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 20px 0;
}

.pro-edit-wrap-buttom {
    position: relative;
    height: 68px;
}

.pro-edit-wrap {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;

    counter-reset: pro-edit;
}

.popular-colorway {
    position: absolute;
    bottom: 80px;
    left: 0px;
    /* background-color: #fff; */
    min-width: 200px;
}

#overlay .popular-colorway {
    min-width: 300px;
}

div#model-year {
    position: absolute;
    bottom: 68px;
    left: 0px;
}

div#model-year p,
.popular-colorway {
    line-height: 25px;
}

.pro-edit-box {
    padding: 0;
    width: 100%;
    height: 68px;
    cursor: pointer;
    font-size: 17px;
    user-select: none;
    line-height: 68px;
    text-align: center;
    position: relative;
    max-width: calc(100% / 8);
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
    text-transform: uppercase;
    background-color: var(--silver);
}

.pro-edit-box::before {
    counter-increment: pro-edit;
    content: counter(pro-edit);
    top: 0;
    left: 0;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 1.4;
    font-size: 16px;
    position: absolute;
    background-color: #000;
    border-bottom-right-radius: 10px;
}

.add-to-cart {
    padding: 0;
    color: #fff;
    font-size: 34px;
    background-color: var(--primary-color);
}

.add-to-cart:hover {
    color: #000;
}

.pro-zoom-wrap {
    width: 100%;
    max-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.add-to-cart,
.add-to-cart:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.pro-total-price {
    width: 100%;
    display: flex;
    max-width: 12.4%;
    margin-top: auto;
    margin-left: auto;
    /* min-height: 200px; */
    max-height: 200px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 40px;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.pro-total-price p {
    font-size: 22px;
    margin-bottom: 0;
    text-align: left;
    line-height: 1;
    font-family: "Bebas Neue";
    font-weight: 400;
    letter-spacing: 1.2px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.pro-total-price p.pro-price {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
}

.pro-total-price small {
    font-size: 16px;
    color: #b9b9b9;
    text-align: center;
    width: 100%;
}

.pro-image svg {
    position: relative;
    width: 200%;
    height: 100%;
    left: -100%;
}

.pro-image.decal-view svg {
    left: 0;
}

.pro-edit-feature {
    position: absolute;
    bottom: 70px;
    width: calc(100% - 12.4%);
    left: 0;
}

.pro-edit-option-box,
.pro-edit-option-box .edit-font-color,
#logos .popular-color-box,
.logos-view,
.edit-board {
    display: none;
    /* max-height: 180px; */
    height: auto;
    /* overflow: auto; */
}

.slimScrollDiv {
    /* height: 220px !important; */
}

.pro-edit-option-box .popular-color-box {
    /* max-height: 200px; */
}

.wrap-colors-box {
    overflow: visible;
}

#logos.popular-colorway {
    height: 190px;
}

.pro-edit-option-box.wrap-colors-box .edit-font-color {
    /* margin-top: auto !important;
    margin-top: 70px !important; */
}

.pro-edit-option-box.active {
    display: block;
}

/*div#navbarNav {
    padding-left: 60px;
}
*/
.product-sec .btn {
    padding: 0;
    font-size: 22px;
    line-height: 1.4;
    background-color: transparent;
    color: var(--gray);
    font-family: var(--primary-font);
    border: none;
    z-index: 1;
}

.product-sec .dropdown-menu {
    width: 100%;
    padding: 0;
    max-width: 160px;
    transform: translate(0) !important;
    min-width: auto;
    top: 38px !important;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.product-sec .dropdown-item {
    text-align: center;
    display: block;
    padding: 0px 15px;
}

.product-sec .dropdown-item img,
.pro-details img {
    width: 90px;
    height: auto;
    object-fit: contain;
}

.dropdown p {
    font-size: 20px;
    color: var(--gray);
    font-family: var(--secondary-font);
}

.dropdown {
    position: relative;
}

.pro-view svg {
    width: 200%;
    height: 70px;
    position: relative;
    left: 0;
}

.pro-view.decal svg {
    left: -100%;
}

.product-sec .dropdown-item:hover,
.product-sec .dropdown-item:active {
    background-color: var(--silver);
}

.popular-color-box a {
    display: block;
    margin-top: 10px;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-family: "Roboto";
    font-size: 16px;
}

#personalized .edit-font-color {
    flex-direction: column;
}

.pro-color {
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
    min-width: 20px;
}

.popular-color-box {
    padding: 0px 10px 5px;
    max-height: 100%;
    overflow: auto;
}

.accent-color-wrap .popular-color-box {
    max-height: 220px;
    height: unset !important;
}

.accent-color-wrap .slimScrollDiv {
    height: unset !important;
}

.accent-color-wrap {
    display: flex;
    /* align-items: flex-start; */
    align-items: flex-end;
}

.pro-edit-option-box .edit-font-color {
    display: block;
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 10px;
    height: 100%;
}

#personalized .edit-font-option a {
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
}

#accent-color,
#wrap-colors {
    /* width: 14.28%; */
}

#wrap-colors {
    /* margin-left: 12.28%; */
}

#logos .popular-color-box,
#logos-color .popular-color-box {
    display: flex;
    margin-left: 0;
    align-items: flex-start;
    background-color: transparent;
    padding: 0;
}

.end-color {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: auto;
}

/*.accent-end-color {
    height: 100%;
}*/

#accent-color .popular-color-box,
#wrap-colors .popular-color-box {
    padding-bottom: 20px;
}

.wrap-colors-box .popular-color-box,
#accent-color .popular-color-box {
    /* max-height: 200px; */
    display: flex;
    flex-direction: column;
    /* margin-top: auto;*/
    min-width: 110px;
}

#accent-color .popular-color-box {
    min-width: 150px;
}

.logos-type {
    text-align: right;
    margin-top: auto;
    min-width: 100px;
    max-height: 126px;
    padding: 10px;
    overflow: auto;
    margin-right: 10px;
}

#logos .logos-type a {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: var(--primary-font);
}

.logos-view-box {
    display: flex;
    overflow: auto;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
    margin-bottom: 14px;
    max-height: calc(100% - 40px);
}

.logos-view {
    /* overflow: auto; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /* padding-left: 30px; */
    /* flex-basis: calc(100% - 150px);
    max-width: calc(100% - 150px); */
}

.logo-row {
    min-width: 630px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo-row a {
    justify-content: center;
    margin-bottom: 16px;
    max-height: 23px;
    width: calc(100% / 8);
}

.logos-view-box .logos-view-pre {
    width: calc(100% / 7);
    text-align: center;
    height: 44px;
    padding: 10px;
    margin-top: 4px;
}

.logos-view input {
    border: none;
    padding: 5px 0;
    border-bottom: 2px solid #707070;
    background: transparent;
    /* font-weight: 200; */
    /* font-family: var(--secondary-font); */
    /* margin: -15px 15px 23px; */
    /* width: 110px; */
    /* font-weight: 300; */
    /* -webkit-text-stroke: 1px; */
    /* letter-spacing: 1px; */
}

.logos-view input::placeholder {
    color: #000;
}

.logos-view {
    background: transparent;
    box-shadow: none;
    margin-top: 0;
    min-width: 825px;
    min-height: 124px;
}

.logos-view input {
    width: 20%;
    margin-left: 0;
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}

#logos,
#personalized {
    overflow: visible;
}

.logos-view-box .logos-view-pre img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.logos-view input::placeholder,
.edit-font-pre input::placeholder {
    color: var(--gray);
}

.edit-board {
    height: 100%;
    display: flex;
    overflow: visible;
    align-items: flex-end;
}

.edit-board small {
    font-size: 18px;
    color: #5a5a5a;
    display: block;
    text-align: left !important;
    margin-bottom: 8px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: -40px;*/
    width: 100%;
    font-family: "Roboto";
}

#personalized .popular-color-box,
#logos .popular-color-box {
    overflow: visible;
}

#personalized .popular-color-box {
    padding: 0;
}

#personalized .popular-color-box a {
    margin-top: 0;
}

.font-type-heading {
    width: 15%;
    display: inline-block;
    text-align: center;
}

.font-preview-heading {
    text-align: center;
    display: inline-block;
    width: 20%;
}

.font-color-heading {
    width: 60%;
    display: inline-block;
    padding-left: 15px;
}

#personalized .edit-font-type {
    width: 15%;
}

#personalized .edit-font-pre {
    width: 20%;
}

#personalized .edit-font-color-pers {
    width: 55%;
    padding-left: 15px;
}

#personalized .edit-font-pre {
    padding-left: 15px;
}

#personalized .edit-font-type {
    position: relative;
    height: 100%;
}

#personalized .add-to-cart-wrap {
    width: 10%;
    padding-left: 15px;
    height: 100%;
}

#personalized .add-to-cart-wrap .edit-font-add {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

#personalized .edit-font-add p {
    width: 100%;
    margin-top: auto;
    border-radius: 0;
}

#personalized .active-color-wrap {
    display: flex;
    width: 100%;
}

#personalized .active-color-wrap .active-color-name {
    font-family: var(--primary-font);
    padding-left: 10px;
}

.edit-font-pre {
    padding: 0 0;
    width: 204px;
    position: relative;
    height: 100%;
}

.edit-font-item {
    max-width: 120px;
    width: 100%;
    position: relative;
}

.edit-font-color {
    width: 500px;
    position: relative;
    padding-left: 10px;
}

.edit-font-type p {
    margin-bottom: 6px;
}

.edit-font-pre input {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    border: 2px solid #e3e0e0;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.16);
}

.edit-font-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 6px;
}

.edit-font-add {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 0px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.16);
    border: 2px solid #000;
    border-radius: 5px;
    background-color: transparent;
}

#personalized {
    background: #fff;
    padding: 10px;
}

#personalized .edit-font-wrap a,
.edit-font-wrap a {
    margin-bottom: 5px;
}

.edit-font-add .add-price {
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    padding: 5px 0;
}

.edit-font-add p {
    margin: 0;
    font-size: 25px;
    padding: 15px 0;
}

.edit-font-option {
    height: 180px;
    overflow: auto;
}

.logos-view .edit-board {
    height: 170px;
    margin-top: 10px;
    margin-right: 10px;
    padding-right: 10px;
}

.logos-view .edit-font-pre {
    height: 180px;
    padding: 10px;
}

body .pro-color-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

body #model-year .pro-color-wrap {
    flex-wrap: wrap;
}

body #model-year {
    min-width: 370px;
}

a.pro-color-wrap input {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    height: 100%;
}

.pro-color-wrap.active p {
    text-decoration: underline;
}

.popular-color-option .pro-color {
    border: 1.5px solid #464646;
    margin: 0 20px 0 10px;
}

.popular-color-option .pro-color::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    position: absolute;
    top: -9px;
    right: -8px;
    border-bottom: none;
    border-left: 0;
}

.popular-color-option .active .pro-color::after {
    border-color: #707070;
}

.popular-color-option .active .pro-color {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

#coverage.show {
    bottom: 80px;
    max-height: 160px;
    overflow: auto;
    width: 100%;
}

#coverage {
    /* max-width: 280px;
    margin-left: auto;
    margin-right: 32.78%; */
}

/* #model-year .popular-color-box {
    display: flex;
    max-width: max-content;
    align-items: flex-start;
    justify-content: flex-end;
    box-shadow: 3px 2px 13px rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    margin-left: auto;
    height: unset;
    margin-right: 0;
    background-color: #fff;
} */
#model-year .popular-color-box {
    display: flex;
    /* max-width: max-content; */
    align-items: flex-start;
    justify-content: start;
    box-shadow: 3px 2px 13px rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    margin-left: 0;
    height: unset;
    margin-right: 0;
    background-color: #fff;
    width: 100%;
}

.year-modal-ul {
    display: flex;
    margin-left: auto;
    max-width: max-content;
    align-items: flex-start;
    justify-content: flex-end;
    box-shadow: 3px 2px 13px rgba(0, 0, 0, 0.5);
    margin-top: 0;
}

.year-modal-ul li {
}

.modal-year-box {
    margin-right: 20px;
    /* position: sticky;
    top: 0px; */
}

p.ymt-model {
    min-width: 132px;
}

#overlay .popular-color-box {
    max-width: max-content;
    min-width: 300px;
}

#model-year .slimScrollBar {
    margin-top: 30px;
}

.pro-edit-box.active::before {
    background-color: #04ced0;
}

.add-to-cart::before {
    display: none;
}

/* Banner css */

/* Mobile css */

.pro-sec-m {
    display: none;
}

/* Mobile css */

/* owl.carousel css */
/* owl.carousel css */

/* footer css */
/* footer css */

/* ============home page css==================*/

/* home page header css*/
header.header-home {
    background: transparent;
    position: fixed;
    transition: all 0.5s;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(174, 174, 192, 0.4);
    height: 105px;
}

header.header-home.fixed {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(174, 174, 192, 0.4);
}

/*
header.header-home.fixed nav.navbar {
    background-color: #fff;
} */

header.header-home .header-right {
    /* margin: 0; */
    margin: 0;
    position: absolute;
    right: 3%;
    display: flex;
    flex-wrap: wrap;
}

.header-right a {
    margin-left: 10px;
    width: 55px !important;
    height: 55px !important;
}

.header-right .cart-btn img {
    width: auto;
    height: auto;
    transform: rotate(0deg);
}

header.header-home .cart-btn {
    margin: 0 15px;
    width: auto;
    height: auto;
    transform: rotate(0deg);
    border: none;
}

.header-home .navbar-brand {
    margin: 0 20px;
}

ul.navbar-nav li.nav-item {
    margin: 0 15px;
}

.mega-menu iframe {
    min-height: 190px;
    border-radius: 25px;
}

.mega-menu ul li {
    display: block;
}

ul.navbar-nav .mega-menu .nav-pills .nav-link {
    position: relative;
    color: #bababa;
}

ul.navbar-nav .mega-menu .nav-pills .nav-link.active {
    color: #000;
    position: relative;
    background-color: transparent;
}

.mega-menu .nav-pills .nav-link.active:after,
.mega-menu .nav-pills .nav-link:hover:after {
    content: "";
    background: #000;
    width: calc(100% - 30%);
    height: 2px;
    position: absolute;
    left: 8px;
    bottom: 0;
}

.mega-menu ul li a {
    color: #000;
    background-color: transparent;
    font-family: var(--raleway);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 15px 0;
    display: block;
}

.mega-menu .nav {
    border-right: 2px solid #e2e2e2;
    height: 100%;
}

a.eng {
    font-size: 22px;
    font-family: var(--raleway);
    font-weight: 700;
}

/* end home page header css*/
/* home page banner css*/

.home-banner {
    background: url(../image/bannerbg.png) no-repeat 0 0;
    height: 100vh;
    display: flex;
    align-items: center;
    font-family: var(--raleway);
    background-size: 100%;
    margin-top: 0px;
}

.homebanner-text {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}

.homebanner-text h1 {
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    font-family: var(--raleway);
}

.homebanner-text h3 {
    font-size: 42px;
    font-weight: 500;
    font-family: var(--raleway);
    letter-spacing: 6px;
    line-height: 1;
}

.homebanner-text p {
    font-weight: 500;
    font-family: var(--raleway);
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

.btn-custome {
    font-family: var(--roboto-con);
    font-size: 24px;
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
    border-radius: 75px;
    padding: 12px 40px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.btn-custome:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.home-banner .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.home-banner .owl-dots button {
    background-color: var(--primary-color);
    width: 10px;
    border: 1px solid var(--primary-color);
    height: 10px;
    border-radius: 100%;
    margin: 15px 0;
    display: block;
}

.home-banner .owl-dots button.active {
    background-color: transparent;
    border-color: var(--primary-color);
}

/* end home page banner css*/
/*.customize css*/
.customize-box {
    text-align: center;
    background: url(../image/cutomize.png) no-repeat 0 0;
    padding: 50px 0 280px;
    background-size: 100% 100%;
}

.title-section h3 {
    color: var(--theme-color);
    font-size: 34px;
    font-family: var(--raleway);
}

.title-section h2 {
    font-family: var(--roboto-con);
    font-size: 55px;
    font-weight: 600;
}

ul.decal-tabs {
    display: flex;
    width: 330px;
    background: var(--primary-color);
    padding: 5px;
    border-radius: 65px;
    justify-content: center;
    margin: 15px auto;
    position: relative;
    height: 55px;
    padding: 7px 20px;
}

ul.decal-tabs li {
    width: 50%;
    margin: 0;
    color: #fff;
    z-index: 99;
    position: relative;
    transition: 0.5s;
    display: inline-block;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

ul.decal-tabs li.active {
    color: #000;
    border-radius: 50px;
    background: #fff;
}

ul.decal-tabs li.nav-item .nav-link {
    font-size: 24px;
    color: #fff;
    margin: 0;

    font-family: var(--roboto-con);
    position: relative;
    text-transform: uppercase;
    padding: 15px;
    z-index: 9;
    font-size: 24px;
}

ul.decal-tabs li.nav-item .nav-link.active {
    /* background-color: #fff;
    border-radius: 60px;*/
    color: var(--primary-color);
}

.tabs .selector {
    height: 79%;
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    border-radius: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);

    background: #fff;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4', GradientType=1);
}

.decal {
    max-width: 800px;
    margin: 30px auto 0;
}

/* end customize css*/

.how-text {
    background: url(../image/howbg.png) no-repeat 0 0;
    height: 100%;
    background-size: 100%;
    display: flex;
    align-items: center;
}

.how-text h2 {
    display: flex;
    justify-content: start;
    align-items: center;
    /* margin-top: auto; */

    font-size: 6vw;
    padding-left: 6vw;
    position: relative;
    line-height: 100%;
    font-family: var(--raleway);
    font-weight: bold;
    align-items: center;
}

.how-box {
    padding: 9%;
}

.how-text a.btn-custome {
    position: absolute;
    right: 0;
    bottom: 150px;
    line-height: 1;
}

/* socal section css*/
.social-section {
    padding: 50px 0;
}

.touch-box {
    background-color: #fff;
}

.touchwithus {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(174, 174, 192, 0.4);
    position: relative;
    z-index: 9;
    margin-top: 60px;
}

section.social-section {
    background: #fefefe;
    position: relative;
}

section.social-section:after {
    /* content: "";
    background: #130F14;
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 150px;
    width: 100%; */
}

.touch-box {
    display: flex;
    flex-direction: column;
    margin: auto 0 auto 11%;
    justify-content: center;
    height: 100%;
    width: calc(100% - 380px);
}

.touch-box h4 {
    font-family: var(--roboto-con);
    font-size: 46px;
    color: var(--primary-color);
    font-weight: 600;
}

.touch-box p {
    font-family: var(--roboto-con);
    color: var(--primary-color);
    margin: 20px 0;
}

.input-box {
    position: relative;
}

.input-box span {
    position: absolute;
    left: 0;
    height: 3rem;
    border-right: 1px solid #ccc;
    display: block;
    padding: 10px 21px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.touch-form .form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem 0.375rem 5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    font-family: var(--roboto-con);
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.touch-form .btn {
    background-color: #ec1b31;
    border-radius: 0px;
    color: #fff;
    font-size: 22px;
    font-family: var(--roboto-con);
    margin-top: 15px;
    padding: 15px 25px;
}

.touch-form .btn:hover {
    background-color: var(--primary-color);
}

/* footer css*/
/* .footer-logo {
    margin-bottom: 30px;
}

footer {
    background: url(../image/footer-bg.png) no-repeat left top var(--dark);
    padding-top: 235px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    font-family: var(--roboto-con);
}

footer h4 {
    color: #04ced0;
    font-family: var(--roboto-con);
    text-align: center;
    display: block;
}

footer ul {
    padding: 0;
    list-style-type: none;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul a,
footer p {
    text-align: center;
    color: #fff;
    font-family: var(--roboto-con);
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

footer ul a:hover {
    color: #fff;
    opacity: 0.6;
} */

.owl-nav {
    display: none;
}

.decal-sled.decal-img svg {
    left: 0;
}

.decal-sled.sled-img svg {
    right: 0;
}

.decal-sled svg {
    position: relative;
    width: 200%;
    height: 100%;
    left: -100%;
}

.decal-sled {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* product page css**/
.inner-page {
    margin-top: 100px;
    /*    margin-bottom: 50px;*/
}

.grid-list-view {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.grid-list-view ul {
    display: flex;
    list-style-type: none;
    margin: 0;
}

.breadcrumb {
    background: transparent;
}

.product-info h4 {
    /* font-family: var(--raleway);*/
    /*font-weight: 600;*/
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
}

.product-info h4,
.product-info ul {
    margin-bottom: 0;
}

.product-info ul {
    display: flex;
}

.product-info ul li span {
    width: 18px;
    height: 9px;
    display: block;
    border: 1px solid #464646;
}

.product-info ul li {
    transform: rotate(141deg);
    display: block;
    margin-right: 15px;
}

.product-info ul li span:first-child {
    border-bottom-width: 0px;
}

.product-info ul li span:last-child {
    border-top-width: 1px;
}

.breadcrumb {
    font-family: var(--roboto-con);
}

.breadcrumb-item {
    color: #6c757d;
    font-family: "Bebas Neue";
    font-weight: 400;
}

.breadcrumb-item.active {
    color: var(--primary-color);
    font-weight: 600;
}

.pro-counter {
    font-family: var(--roboto-con);
    border-right: 2px solid #000;
    margin-right: 15px;
    padding-right: 15px;
}

/*change 13-7-22*/
.grid-list-view ul svg {
    /*width: 42px;*/
    width: 31px;
    height: 21px;
    filter: grayscale(100%);
    background-color: transparent;
}

.grid-list-view li {
    position: relative;
}

.grid-list-view li.active svg g,
.grid-list-view li:hover svg g {
    stroke: #040404;
    cursor: pointer;
}

.grid-list-view li.active svg g path {
    stroke: #040404;
    stroke-width: 1;
}

.grid-list-view li.active:after {
    opacity: 1;
    transition: 0.5s;
}

.grid-list-view li:after {
    content: "";
    background: #040404;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.product-box {
    text-align: center;
}

.product-box a {
    display: block;
    width: 100%;
}

.product-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* align-items: center; */
    background: transparent;
    margin-bottom: 30px;
    padding: 15px;
    height: calc(100% - 30px);
}

.product-info {
    margin-top: auto;
}

.product-box {
    height: 100%;
    margin: auto;
    display: flex;
    position: relative;
}

.contact-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: calc(100% - 39%);
}

.mega-menu textarea.form-control {
    background: #eaeaea;
    box-shadow: 0px 0px 10px rgba(174, 174, 192, 0.4);
    height: 150px;
    border: navajowhite;
    font-family: var(--raleway);
    font-size: 14px;
}

input.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid black;
}

.mega-menu input.form-control {
    border-color: #e2e2e2;
    border-width: 0px 0px 2px 0px;
    background: transparent;
    font-family: var(--raleway);
    font-size: 14px;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 15px;
}

.contact-text h2 {
    color: var(--silver);
    font-size: 47px;
    font-weight: 800;
    font-family: var(--raleway);
    letter-spacing: 3px;
}

.contact-text a.btn-white {
    font-family: var(--roboto-con);
    font-size: 18px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 75px;
    padding: 12px 40px;
    letter-spacing: 2px;
    margin-top: 25px;
    font-weight: 400;
    display: inline-block;
    background: var(--white);
    letter-spacing: 5px;
    width: 100%;
    text-align: center;
}

.contact-text a.btn-white:hover {
    background: var(--primary-color);
    border-color: var(--white);
    color: var(--white);
}

.navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu-contact {
    background: #f4f4f4;
    padding: 0;
}

.mega-menu-contact .form-group {
    margin-bottom: 20px;
}

.mega-menu-contact .img-fluid {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* end product page css*/
/* cart section css*/
.cart-box {
    position: fixed;
    height: 100vh;
    min-width: 440px;
    width: auto;
    background: var(--white);
    z-index: 999;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 16%);
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    min-width: 370px;
    transform: translateX(110%);
    transition: 0.5s;
    padding: 10px 20px;
}

.cart-content-wrap {
    height: calc(100% - 70px);
}

html.show-cart .cart-box {
    transform: translateX(0);
    transition: 0.5s;
    overflow: hidden;
}

html.show-cart-overlay body:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.cart-header {
    background: var(--white);
    color: var(--primary-color);
    padding: 16px 0;
    text-align: left;
    font-family: var(--raleway);
    position: relative;
    font-weight: 900;
    border-bottom: 1px solid #bcbcbc;
}

.close-cart {
    font-size: 30px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: #bbbbbb;
}

.cart-footer {
    text-align: center;
}

.cart-footer h6 {
    color: #d1d1d1;
    font-family: "Bebas Nenu";
    font-weight: 300;
    font-size: 9px;
}

.cart-footer .btn {
    width: 100%;
    border-radius: 0;
    border-radius: 50px;
}

.cart-footer button {
    background: var(--primary-color);
    color: var(--white);
    padding: 10px;
    border-bottom-left-radius: 12px;
    text-align: center;
    border-color: var(--primary-color);
    width: 100%;
    font-family: var(--roboto-con);
    font-size: 27px;
    font-weight: 500;
}

.qty-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.qty-box input.form-control {
    width: 35px;
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    border: 1px solid #e2e2e2;
}

.qty-box .overlay-wrapper,
.qty-box .btn-black {
    background: black;
    color: var(--white);
    border: 1px solid black;
    font-size: 18px;
    padding: 4px 10px;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: none;
    font-family: var(--primary-font);
    font-weight: 500;
    height: 35px;
}

.cart-product i.fal.fa-times {
    color: #747474;
    position: relative;
    cursor: pointer;
    z-index: 99;
    min-width: 22px;
    -webkit-text-stroke: 1px;
    font-size: 20px;
}

.cart-product i.fal.fa-times:hover {
    color: var(--primary-color);
}

.cart-product {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #bcbcbc;
}

.cart-product-list:last-child {
    margin-bottom: 1rem;
}

.cart-img {
    max-width: 130px;
    width: 130px;
    min-width: 130px;
    height: 130px;
}

.cart-img svg,
.cart-img img {
    width: 100%;
    height: inherit;
    object-fit: contain;
}

.cart-model-info {
    padding-left: 1rem;
}

.cart-product h5 {
    font-size: 38px;
    margin: 0;
    font-family: var(--primary-font);
}

.cart-model-name {
    margin: 0;
    font-family: var(--raleway);
    font-weight: 700;
    font-size: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cart-model-year-code,
.cart-model-body-type {
    /*    font-family: var(--roboto-con);*/
    font-family: var(--primary-font);
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    color: #6a6a6a;
    margin: 0;
    max-width: 300px;
}

/* modify by hetali */

/* .cart-total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
} */

.cart-total-price-title {
    font-size: 18px;
    margin: 0;
}

.cart-actual-total-price {
    font-size: 24px;
    margin: 0;
}

.checkout-billing-cart .cart-product {
    display: block;
}

.checkout-billing-cart .cart-img {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    height: unset;
    padding-top: 30px;
}

.checkout-billing-cart .cart-product i.fal.fa-times {
    position: absolute;
    min-width: unset;
    -webkit-text-stroke: unset;
    font-size: unset;
    right: 15px;
    top: 15px;
}

/* end cart section css*/
.billing-box .custom-control-label::before {
    left: 0;
    right: auto;
    width: 22px;
    border-radius: 5px;
    height: 22px;
}

.billing-box .custom-control-label {
    padding-left: 30px;
    padding-top: 4px;
    font-size: 18px;
    font-family: var(--roboto-con);
    color: #bebebe;
    font-weight: 600;
}

.billing-box .custom-control-label::after {
    left: 0;
    right: auto;
    width: 22px;
    height: 22px;
    border-radius: 5px;
}

.billing-box .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #000;
}

.checkout-form h4 {
    font-family: var(--roboto-con);
    font-weight: 600;
    margin-top: 15px;
    font-size: 22px;
}

.checkout-form .form-control {
    font-size: 18px;
    font-family: var(--roboto-con);
    font-weight: 500;
    border: none;
    border-bottom: 1px solid rgba(190, 190, 190, 0.34);
    border-radius: 0;
    padding-left: 0;
}

.checkout-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bebebe;
}

.checkout-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #bebebe;
}

.checkout-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #bebebe;
}

.checkout-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #bebebe;
}

.checkout-form select.default {
    color: #bebebe;
}

.checkout-form select option {
    color: #000;
}

.cross-box {
    background-color: var(--theme-color);
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1.5px solid #464646;
    position: relative;
    transform: rotate(45deg);
    position: relative;
    top: 0px;
}

.cross-box:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 1.5px solid #707070;
    position: absolute;
    top: -9px;
    right: -8px;
    border-bottom: none;
    border-left: 0;
}

span.cross-box {
    margin-right: 23px;
}

.cross-white {
    background: var(--white);
}

.payment-tab a.active span {
    background-color: var(--theme-color);
}

.promo-code {
    display: flex;
    align-items: center;
    margin: 25px 15px 45px 0;
}

.promo-code h5 {
    margin: 0 15px 0 0;
    font-family: var(--roboto-con);
}

.promo-code h6 {
    font-size: 20px;
    font-family: var(--roboto-con);
}

.subtotal {
    padding: 15px 0;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 19px;
}

.tax-box {
    border-bottom: 1px solid #d6d6d6;
}

.tax-box .row {
    margin-bottom: 25px;
    align-items: center;
}

.subtotal h5 {
    font-family: var(--roboto-con);
    font-weight: 600;
    color: var(--primary-color);
    font-size: 24px;
}

.subtotal h6 {
    font-family: var(--roboto-con);
    color: var(--primary-color);
    font-size: 22px;
}

.tax-box h5 {
    font-family: var(--roboto-con);
    color: #acacac;
    font-size: 22px;
    font-weight: 600;
}

.tax-box h6 {
    color: #acacac;
    font-weight: 400;
    font-family: var(--roboto-con);
    font-size: 22px;
}

.your-cart .cart-product {
    margin: 0;
}

.your-cart h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--roboto-con);
    padding-right: 24px;
}

.payment-tab a {
    margin: 15px 0;
    font-family: var(--roboto-con);
}

ol.breadcrumb {
    padding: 0;
    margin-bottom: 30px;
}

.your-cart .cart-product p {
    font-size: 23px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.your-cart .btn {
    border-radius: 16px;
    border-color: #000;
    padding: 15px;
}

.card-box .btn {
    border-radius: 15px;
    font-family: var(--roboto-con);
    font-weight: 600;
    padding: 5px 20px;
}

.card-box .btn-yellow {
    background-color: #ffc100;
    border: 2px solid #ffc100;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-box h4 {
    text-transform: uppercase;
}

.card-box p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--roboto);
    font-weight: 400;
}

.card-box .payment-type-logo {
    max-width: 200px;
}

.card-box .btn-yellow div {
    max-width: 80px;
}

.card-box .btn-yellow div img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    object-position: center;
}

.card-box .btn-yellow:hover {
    background-color: transparent;
}

.payment-type-logo img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    object-position: center;
}

.checkout-form .card-box input.form-control {
    font-family: var(--roboto-con);
    font-size: 20px;
    font-weight: normal;
}

.card-box input.form-control:focus {
    border-bottom: 1px solid #000;
}

.visa-img {
    max-width: 90px;
    margin-bottom: 25px;
}

a.paypal-button {
    display: inline-block;
    background: #ffc43a;
    padding: 15px 45px;
    border-radius: 12px;
    text-align: center;
}

.paypal-button svg {
    width: 150px;
    height: 50px;
}

.paypal-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    /* background: #f4f4f4; */
    border-radius: 12px;
}

.paymentsuccess-box {
    border: 1px solid #707070;
    box-shadow: 0px 5px 33px rgba(0, 0, 0, 0.3);
    padding: 35px;
    margin-top: -20px;
    font-family: var(--roboto-con);
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    z-index: -1;
}

.checkout-billing-cart .btn:hover {
    background: #fff;
}

.paymentsuccess-box h3 {
    font-family: var(--roboto-con);
    color: #000;
    line-height: 1.5;
    font-weight: 600;
}

.paymentsuccess-box p {
    font-family: var(--roboto-con);
    color: #000;
    line-height: 1.5;
    font-size: 16px;
}

i.fas.fa-check-circle {
    font-size: 80px;
    color: #00d169;
    margin-top: 25px;
}

.product-detail header {
    background-color: transparent;
}

p.pro-details-description {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--roboto-con);
    color: #6e6e6e;
}

.wraper .zoom {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.wraper .close {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    opacity: 0;
    cursor: pointer;
    z-index: 20;
}

.wraper.up .close {
    opacity: 1;
}

.wraper {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    visibility: hidden;
}

.zoom.down {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wraper.up {
    padding: 30px;
    z-index: 150;
    visibility: visible;
    opacity: 1;
    overflow: auto;
}

.wraper svg {
    width: 200%;
    height: 100%;
}

.wraper button {
    background: transparent;
    border: none;
    padding: 0px;
    font-size: 41px;
    margin: 0;
}

.wraper.up svg {
    /* -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    animation: customizer-photo .15s .3s infinite linear; */
}

.wraper.decal-view svg {
    position: relative;
    left: 0%;
}

.wraper svg {
    left: -100%;
    position: relative;
    width: 200%;
}

svg#grade-defTunnel_Plastic_Color,
svg#grade-defhTunnel_Plastic_Color {
    width: 0;
    height: 0;
    position: fixed;
    bottom: 0;
}

.cart-img {
    /* background: red; */
    overflow: hidden;
}

.cart-img svg {
    left: 0;
    position: relative;
    width: 200%;
    height: 100%;
}

@keyframes customizer-photo {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.modal-year-box p.ymt,
.popular-color-box p.ymt {
    position: sticky;
    top: 0px;
    background: transparent;
    width: 100%;
    text-align: left;
    background-color: #fff;
    height: 32px;
    z-index: 9;
    margin-top: 0;
    padding-left: 15px;
    margin: 0;
    padding-top: 5px;
    transition: 0.5s;
    color: #5a5a5a;
}

#model-year .model-track {
    position: sticky;
    top: 0px;
    padding-top: 0;
    z-index: 9;
    transition: 0.5s;
}

input.form-control {
    border-color: #e2e2e2;
    border-width: 0px 0px 2px 0px;
    background: transparent;
    font-family: var(--roboto-con);
    font-size: 20px;
    border-radius: 0;
    padding-left: 10px;
    margin-bottom: 15px;
}

.login-form {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
}

.login-form h2 {
    text-align: center;
    margin: 21% 0 22%;
    font-family: var(--raleway);
    font-weight: 800;
    font-size: 31px;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b9b9b9;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #b9b9b9;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #b9b9b9;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #b9b9b9;
}

select.form-control {
    font-size: 18px;
    font-family: var(--roboto-con);
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #bebebe;
    border-radius: 0;
    padding-left: 0;
}

.nice-select.form-control {
    width: 100%;
    border: none;
    font-size: 18px;
    font-family: var(--roboto-con);
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #bebebe;
    border-radius: 0;
    padding-left: 0;
}

button.btn.btn-border {
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    width: 100%;
    padding: 8px;
    font-family: var(--roboto-con);
    font-size: 20px;
    font-weight: 600;
}

.custom-control .custom-control-label {
    color: #b5b5b5;
    font-family: var(--roboto-con);
    font-weight: 700;
}

.link-account {
    color: #a0a0a0;
    font-family: var(--raleway);
    font-weight: 800;
    text-align: center;
    display: block;
    font-size: 16px;
}

.link-account a {
    color: var(--theme-color);
}

.custom-control-label::before {
    top: 0.25rem;
    left: -2rem;

    width: 1.3rem;
    height: 1.3rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary-color);
}

.custom-control-label::after {
    width: 1.3rem;
    height: 1.3rem;
    left: -32px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.myaccount-tabs {
    border: 1px solid var(--primary-color);
    border-radius: 175px;
    justify-content: space-between;
    flex: 1;
    height: 541px;
    width: 60px;
    position: relative;
}

.myaccount-tabs a {
    padding: 0;
    text-align: center;
}

span.custom-active-tabs {
    background: #000;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 75px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
    left: 0;
    display: block;
    transition: all 0.5s ease;
}

.myaccount-tabs .nav-link svg {
    width: 20px;
}

.myaccount-tabs .nav-link.active,
.myaccount-tabs .show > .nav-link {
    color: #fff;
    background-color: transparent;
}

.myaccount-tabs .nav-link {
    line-height: 60px;
    position: relative;
}

/*.myaccount-tabs .nav-link:hover svg path,*/
.myaccount-tabs .nav-link:hover svg,
.myaccount-tabs .nav-link:hover ellipse,
.myaccount-tabs .nav-link.active svg path,
.myaccount-tabs .nav-link.active svg,
.myaccount-tabs .nav-link.active ellipse {
    fill: #fff !important;
}

.myaccount-tabs .nav-link:hover span.custom-active-tabs,
.myaccount-tabs .nav-link.active span.custom-active-tabs {
    display: block;
    transition: 0.5s;
}

.ord-box {
    display: flex;
    width: auto;
    align-items: center;
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.sub-title {
    margin: -90px 0 20px;
    text-align: center;
    display: block;
    font-family: var(--roboto-con);
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 30px;
}

.account-box {
    padding-top: 100px;
}

.input-group input.form-control {
    border: 2px solid #000 !important;
    border-radius: 15px !important;
}

.notification-list {
    margin: 15px 0;
}

.notification-list h6 {
    min-width: 70px;
    font-size: 19px;
}

.save-product .btn {
    font-family: var(--roboto-con);
    padding: 8px 22px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}

.save-product h4 {
    font-weight: 800;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    text-transform: uppercase;
}

button.btn.btn-large {
    min-width: 160px;
    font-size: 23px;
    font-family: var(--roboto-con);
}

.login-info-box {
    max-width: 360px;
    width: 100%;
}

.login-info-box .btn {
    font-family: var(--roboto-con);
    font-size: 18px;
    min-width: 250px;
    font-weight: 600;
    padding: 7px;
    margin: 5px auto 30px;
}

a.btn.btn-sm.btn-custome.logout_form {
    color: #fff;
}

.ord-section {
    display: none;
}

.ord-inner {
    /* border: 1px solid #5d5959; */
    border-radius: 25px;
    position: relative;
}

.ord-img {
    display: flex;
}

.ord-img svg {
    width: 100%;
    height: auto;
}

.ord-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0;
    position: relative;
}

.ord-infomation {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.ord-infomation h4 {
    font-family: var(--roboto-con);
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}

.ord-img {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.ord-infomation ul {
    list-style-type: none;
}

.ord-infomation ul li {
    margin: 8px 0;
    font-family: var(--roboto-con);
}

.ord-infomation ul.ord-color {
    list-style-type: decimal;
    padding-left: 40px;
}

.ord-infomation .pro-color {
    border: 1px solid #464646;
    margin: 0 18px 0 0px;
    width: 15px;
    height: 15px;
}

.ord-infomation ul li .pro-color::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    position: absolute;
    top: -9px;
    right: -8px;
    border-bottom: none;
    border-left: 0;
}

.ord-infomation ul li.active .pro-color::after {
    border-color: #707070;
}

.ord-infomation ul li.active .pro-color {
    background-color: #04ced0;
}

.ord-infomation ul li.pro-color-wrap input {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    height: 100%;
}

.ord-infomation .pro-color-wrap.active p {
    text-decoration: none;
    margin: 0;
}

.ord-num {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ord-num h3 {
    margin-right: 15px;
    font-size: 26px;
}

.ord-infomation h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: var(--roboto-con);
    text-transform: uppercase;
}

.ord-delivery-infom {
    /* border-top: 1px solid #999; */
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #999;
    margin-top: 50px;
}

.ord-delivery-infom h4 {
    font-family: var(--raleway);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ord-delivery-infom p {
    font-family: var(--roboto-con);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-meta {
    font-family: var(--roboto-con);
}

.product-meta span {
    font-size: 20px;
    font-family: var(--roboto-con);
    font-weight: 600;
    color: #a7a7a7;
}

.product-meta li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.product-meta li:first-child {
    padding-top: 0px;
}

.product-meta li:first-child span {
    color: #000;
}

.product-meta span.price {
    font-family: var(--roboto-con);
    font-weight: normal;
    display: block;
}

button.total-paid-btn.btn {
    width: 100%;
    font-family: var(--roboto-con);
    border-radius: 25px;
    padding: 10px;
    font-size: 37px;
}

.ord-delivery-infom h5 {
    font-size: 23px;
    font-family: var(--roboto-con);
    font-weight: 600;
}

.overlay-scroll {
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 0;
    justify-content: end;
    /* height: 240px !important; */
}

.overlay-inner {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: end;
    height: auto;
}

.img-loader .loading-img {
    animation: rotate-s-loader 1s linear infinite;
    margin: 20px auto 20px;
    width: 100px;
    height: 210px;
}

.loader-bg-img .loader-info {
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
}

.img-loader {
    width: 100%;
    position: fixed;
    background: rgb(255, 255, 255);
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    /* flex-direction: column; */
    vertical-align: middle;
    background-image: url("./../image/loader-background-small.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.loader-bg-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: var(--primary-font);
}

.loader-bg-img h1 {
    font-size: 60px;
    font-weight: 600;
}

.loader-bg-img p {
    color: #666;
}

/*
.img-loader .position-relative{
position: relative;
}*/
@keyframes rotate-s-loader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.mobile-add-cart {
    display: none;
}

.nice-select ul.list {
    overflow-y: auto;
    max-height: 200px;
    width: 100%;
}

.nice-select ul.list::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(200, 200, 200);
}

.nice-select ul.list::-webkit-scrollbar-thumb {
    background-color: rgb(65, 65, 65);
}

span.current {
    padding-right: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.alert-not {
    text-align: center;
    margin-top: 15px;
    color: #721c24;
}

.back-save {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.back-save .back-btn {
    border: 3px solid black;
}

.back-save .btn-custome {
    margin-left: 20px;
    display: flex;
    padding: 4px 25px;
    align-items: center;
    text-transform: uppercase;
    height: 60px;
}

.back-save .btn-custome svg {
    width: 18px;
    display: inline-flex;
    margin-right: 9px;
}

.back-save .btn-custome:hover svg path stroke {
    fill: #fff;
}

.product-detail {
    background: url(../image/studiobackground.png) 0 0;
    background-size: 100% 100%;
}

button.btn-sm.btn-custome {
    padding: 12px 45px;
    font-size: 20px;
    margin: 0;
    line-height: 20px;
}

/*===========*/
.tabs .nav-link:nth-child(1).active ~ .custom-active-tabs {
    transition: all 0.5s ease;
    transform: translateY(13%);
}

.tabs .nav-link:nth-child(2).active ~ .custom-active-tabs {
    transition: all 0.5s ease;
    transform: translateY(478%);
}

.tabs .nav-link:nth-child(3).active ~ .custom-active-tabs {
    z-index: -1;
    transition: all 0.5s ease;
    transform: translateY(962%);
}

.save-product {
    padding: 0 0 40px;
}

/* .tabs .nav-link:nth-child(4).active~.custom-active-tabs {
    left: 75%;
} */
@keyframes mymove {
    0% {
        top: 0px;
    }

    42% {
        top: 42%;
    }

    100% {
        top: 84%;
    }
}

span.close-icon {
    position: absolute;
    right: 15px;
    top: 0px;
    color: red;
    cursor: pointer;
}

.billing_address ul.list {
    width: 100%;
}

/*s*/
.back-btn svg {
    width: 75px;
    margin-right: 15px;
}

.back-btn:hover svg {
    fill: var(--primary-color);
    stroke: var(--primary-color);
    transition: all 0.5s;
}

.back-save button.btn-custome:hover svg path {
    stroke: #fff;
}

.img-loader.loginpopup.login-pop-hide {
    display: block !important;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
    width: 0;
    height: 0;
}

.img-loader.loginpopup.login-pop-show {
    opacity: 1;
    visibility: visible;
    display: block !important;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.login-modal {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 20%;
}

a.close-icon-modal {
    position: absolute;
    top: 50px;
    right: 50px;
}

.atc_loader {
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.atc_loader.zindex {
    z-index: 1500;
}

.atc_loader img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbar {
    position: relative;
}

span.back-btn-mobile {
    display: none;
}

a.checkout {
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    padding: 12px 0;
}

.cart-product-body {
    height: 100%;
    max-height: calc(100vh - 285px);
    overflow-y: auto;
    padding-right: 10px;
}

.save_buid_mbl {
    display: none !important;
}

.customize-page-header .header-action-wrap {
    justify-content: flex-end;
}

a.btn.btn-delete {
    background: #de0909;
    border-color: #de0909;
}

a.btn.btn-delete:hover {
    color: #de0909;
    background: transparent;
}

.ord-box p span {
    font-size: 24px;
    font-weight: 700;
}

.header-right a img {
    width: 100% !important;
    height: 100% !important;
}

#logos .logo-row img {
    width: 70px;
    max-height: 60px;
}

.text-area-note .popular-color-box {
    padding: 0 0 5px;
}

.pro-edit-option-box.active .overlay-inner input,
.pro-edit-option-box.active .overlay-inner textarea {
    width: 100%;
    resize: none;
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 1px solid #0000005c;
}

#note .overlay-scroll {
    padding: 0;
}

button.save_note {
    padding: 10px;
    border: none;
    border-radius: 7px;
    background: none;
    text-align: right;
    font-size: 26px;
}

div#note {
    max-height: 180px;
    width: max-content;
    margin-left: auto;
    background: #ffff;
    border-radius: 0px;
    padding: 20px;
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 0.05);
}

.notification-list div h6 {
    margin: 12px 0;
}

.ord-section {
    margin-top: -30px;
    position: relative;
}

.order-view-img.ord-del-dec {
    max-width: 110px;
    overflow: hidden;
    text-align: center;
    position: relative;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    height: 130px;
}

.order-view-img .decal {
    margin: 0 auto;
}

.order-view-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.order_view-chat {
    height: auto;
    width: 320px;
    border: 1px solid #cccc;
    padding: 0;
    background: #fff;
    border-radius: 0;
    margin-left: auto;
    border-radius: 9px;
}

.chat-box {
    display: flex;
    height: calc(100% - 8%);
    flex-direction: column;
    justify-content: space-between;
}

.proof-row {
    display: flex;
    flex-wrap: wrap;
    border-radius: 9px;
    height: 100%;
}

.order_view-chat button.order_view {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 7px 42px;
    margin-left: auto;
    border-bottom-left-radius: 9px;
    border-top-right-radius: 9px;
}

.chat-footer button {
    width: 100%;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 11px;
    margin: 0px auto 0px;
    border-bottom-right-radius: 9px;
}

.user-chat-user {
    background: #f7f7f7;
    border-radius: 45px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 10px 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: calc(100% - 11%);
    margin: 10px 0;
}

.user-chat-user.chat-right {
    margin-left: auto;
    border-radius: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 7px 5px 17px;
    background-color: #c2ddfd;
}

.chat-sms .media {
    align-items: center;
    margin-bottom: 5px;
}

.chat-sms h5,
.chat-sms span {
    font-size: 14px;
}

.user-chat-user i.fal {
    font-size: 13px;
}

.chat-sms p {
    font-size: 10px;
}

button.order_proof {
    margin-left: auto;
    display: flex;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 5px 25px;
    border-radius: 25px;
    margin-bottom: 15px;
}

.order-view-right .order_det_close {
    margin-top: -30px;
    position: absolute;
    right: 0;
    top: -20px;
}

.ord-section .ord-row {
    align-items: center;
}

.account-box .pro-image.decal-view svg {
    left: -100%;
}

/* .pro-image.decal-view svg {
    left: 0px;
}
.pro-image svg {
    position: relative;
    width: 200%;
    height: 100%;
    left: -100%;
} */

.proof-img {
    max-width: 65%;
    min-height: 530px;
    flex: 0 0 65%;
    position: relative;
}

.input-grp-send {
    padding: 15px;
}

.input-grp-send {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.input-grp-send .form-group {
    /* max-width: 115%; */
    flex: 0 0 66.666667%;
    position: relative;
    max-width: 66.666667%;
    overflow: hidden;
}

input.form-control-send {
    border-radius: 45px;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 15px;
    width: 100%;
}

.input-grp-send button.btn {
    padding: 9px;
    font-size: 14px;
    min-width: 87px;
    line-height: 20px;
    margin-left: 7px;
}

.input-grp-send .form-group .paperclip {
    position: absolute;
    right: 0px;
}

.input-grp-send i.fal.fa-paperclip {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
    z-index: 99;
    cursor: pointer;
}

.input-grp-send form {
    width: 100%;
    display: flex;
}

.input-grp-send form input[type="file"] {
    opacity: 0;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.chat_msg span {
    text-align: center;
    display: block;
    margin: 5px 0;
}

.comment-box {
    position: absolute;
    left: 20%;
    top: 40%;
    width: 254px;
    max-height: calc(100vh - 114px);
    border-radius: 3px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15), 0 0 0 0.5px rgba(0, 0, 0, 0.2);
    animation-name: comments-fade-in;
    animation-duration: 0.15s;
    animation-timing-function: ease-out;
    cursor: default;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999;
    padding: 10px;
    pointer-events: auto;
    display: block;
    background-color: #fff;
}

.comment-dots {
}

span.dots-comment {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #f95656;
    position: absolute;
    left: 32px;
    top: -17px;
    display: block;
    background: yellow;
}

.comment-dots {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

button.btn-send {
    background: #000;
    color: #fff;
    font-size: 14px;
    border: 1px solid #000;
    padding: 6px 25px;
    border-radius: 5px;
    margin-right: 15px;
}

button.btn-cancel {
    background: red;
    color: #fff;
    font-size: 14px;
    border: 1px solid red;
    padding: 6px 25px;
    border-radius: 5px;
}

.comment-box .box-arrow {
    position: absolute;
    height: 0.625rem;
    width: 1.125rem;
    top: -0.615rem;
    left: 30px;
    margin: 0 auto;
    border-bottom: 0.625rem solid transparent;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 0.625rem 0.625rem;
}

.comment-box input.form-control {
    border: 1px solid #ccc;
    padding-left: 15px;
    height: 34px;
    font-size: 14px;
    padding: 4px;
}

.comment-box button.btn-send,
.comment-box button.btn-cancel {
    padding: 4px 17px;
    font-size: 11px;
}

@keyframes comments-fade-in {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

p.cmnts {
    padding: 4px;
    display: block;
    margin: 6px 0;
    background: #f4f4f4;
    border-radius: 4px;
    font-size: 12px;
}

.comment-box form {
    margin-top: 10px;
}

.order-enroll {
    position: relative;
}

.order-enroll .ordenroll-drop {
    /* background-color: #fff;
    box-shadow: 3px 2px 13px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 100%; */
    width: 100%;
    z-index: 9;
    padding: 5px 15px;
}

.ord-row .pro-image {
    height: 100%;
    flex-basis: calc(100% - 330px);
    /* max-width: 480px; */
    margin-left: -30px;
}

.order-enroll .ordenroll-drop li {
    font-size: 16px;
}

.order-enroll button {
    background: transparent;
    border: none;
    width: auto;
    text-align: left;
    padding: 5px;
    margin: 1px 0;
}

.order-enroll button::after {
    border: none;
    content: "\f107";
    vertical-align: unset;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    box-sizing: border-box;
    transition: 0.5s;
    transform: rotate(0deg);
    margin-left: 6px;
    color: rgb(0, 170, 255);
}

.order-enroll button.collapsed::after {
    border: none;
    content: "\f107";
    vertical-align: unset;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    /* box-sizing: border-box; */
    margin-left: 6px;
    transform: rotate(-90deg);
    transition: 0.5s;
    /* width: 10px; */
    /* height: 10px; */
    color: #000;
    display: inline-block;
}

.account-box .pro-image.decal-view svg {
    left: 0;
}

.no-proof {
    max-width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.chat_msg {
    max-height: 440px;
    overflow-y: auto;
}

.ord-row .order-png {
    height: 100%;
    flex-basis: calc(100% - 380px);
    max-width: 68%;
    margin: 0;
}

.order-png img {
    max-width: 100%;
    height: auto;
}

#logos-color {
    max-width: 1000px;
    width: 750px;
    display: flex;
    background-color: transparent;
}

#logos-color .popular-color-box {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

#logos-color .logos-view {
    min-width: unset;
    padding: 10px;
}

#testCanvas {
    width: 100%;
}

.logo-white-wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.logo-white-box {
    width: 180px;
    background: #fff;
    height: 110px;
    display: flex;
    align-items: center;
    border: 1px solid #e3e0e0;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.logo-white-box a {
    width: 100%;
    padding: 14px;
}

.logo-white-box svg {
    width: 120px;
    margin: 0 auto;
}

/* ==============*/
.hoverme i {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    width: 5px;
    height: 10px;
    background: red;
    opacity: 0;
}

.hoverme i:nth-of-type(1) {
    transform: translate3d(51px, -85px, 0) rotate(321deg);
    background: #ff0022;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(2) {
    transform: translate3d(69px, -73px, 0) rotate(82deg);
    background: #00eeff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(3) {
    transform: translate3d(-1px, 58px, 0) rotate(128deg);
    background: #ff9d00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(4) {
    transform: translate3d(1px, 26px, 0) rotate(211deg);
    background: #00a6ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(5) {
    transform: translate3d(-81px, 14px, 0) rotate(212deg);
    background: #37ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(6) {
    transform: translate3d(39px, -31px, 0) rotate(255deg);
    background: #0900ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(7) {
    transform: translate3d(-79px, -56px, 0) rotate(313deg);
    background: #ff9d00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(8) {
    transform: translate3d(-44px, 26px, 0) rotate(196deg);
    background: #ff0066;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(9) {
    transform: translate3d(32px, -57px, 0) rotate(198deg);
    background: #40ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(10) {
    transform: translate3d(-68px, -76px, 0) rotate(324deg);
    background: #ff0900;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(11) {
    transform: translate3d(66px, -63px, 0) rotate(88deg);
    background: #00eeff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(12) {
    transform: translate3d(81px, -20px, 0) rotate(359deg);
    background: #15ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(13) {
    transform: translate3d(22px, 21px, 0) rotate(274deg);
    background: #ff0015;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(14) {
    transform: translate3d(-77px, -7px, 0) rotate(196deg);
    background: #d500ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(15) {
    transform: translate3d(-38px, -46px, 0) rotate(165deg);
    background: #00ff15;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(16) {
    transform: translate3d(-95px, -22px, 0) rotate(77deg);
    background: #ff6f00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(17) {
    transform: translate3d(-69px, 4px, 0) rotate(7deg);
    background: #09ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(18) {
    transform: translate3d(-9px, 56px, 0) rotate(339deg);
    background: #003cff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(19) {
    transform: translate3d(10px, -44px, 0) rotate(130deg);
    background: #ff0026;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(20) {
    transform: translate3d(-90px, -79px, 0) rotate(287deg);
    background: #ff00bb;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(21) {
    transform: translate3d(40px, 66px, 0) rotate(68deg);
    background: #007bff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(22) {
    transform: translate3d(68px, 93px, 0) rotate(100deg);
    background: #ff00f2;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(23) {
    transform: translate3d(-24px, 75px, 0) rotate(168deg);
    background: #00ff40;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(24) {
    transform: translate3d(46px, -33px, 0) rotate(241deg);
    background: #ff0077;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(25) {
    transform: translate3d(10px, -97px, 0) rotate(287deg);
    background: #00fff7;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(26) {
    transform: translate3d(-7px, -47px, 0) rotate(170deg);
    background: #00d5ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(27) {
    transform: translate3d(-39px, -32px, 0) rotate(268deg);
    background: #6f00ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(28) {
    transform: translate3d(0px, 49px, 0) rotate(286deg);
    background: #2fff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(29) {
    transform: translate3d(-42px, 50px, 0) rotate(220deg);
    background: #00ff3c;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(30) {
    transform: translate3d(78px, -73px, 0) rotate(69deg);
    background: #d9ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(31) {
    transform: translate3d(30px, 45px, 0) rotate(274deg);
    background: #0dff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(32) {
    transform: translate3d(-61px, -66px, 0) rotate(250deg);
    background: #00ffd9;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(33) {
    transform: translate3d(-36px, 55px, 0) rotate(342deg);
    background: #ff00d5;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(34) {
    transform: translate3d(25px, 37px, 0) rotate(156deg);
    background: cyan;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(35) {
    transform: translate3d(-72px, -19px, 0) rotate(306deg);
    background: #00c4ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(36) {
    transform: translate3d(30px, 76px, 0) rotate(127deg);
    background: #ff0084;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(37) {
    transform: translate3d(-58px, 85px, 0) rotate(225deg);
    background: #c400ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(38) {
    transform: translate3d(48px, -38px, 0) rotate(341deg);
    background: #00ff88;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(39) {
    transform: translate3d(32px, 80px, 0) rotate(236deg);
    background: #00ffa6;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(40) {
    transform: translate3d(-16px, 32px, 0) rotate(154deg);
    background: #88ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(41) {
    transform: translate3d(-44px, 95px, 0) rotate(201deg);
    background: #00d9ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(42) {
    transform: translate3d(-12px, -20px, 0) rotate(184deg);
    background: #ff00b7;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(43) {
    transform: translate3d(-51px, -31px, 0) rotate(306deg);
    background: magenta;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(44) {
    transform: translate3d(-83px, -10px, 0) rotate(344deg);
    background: #00ffc4;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(45) {
    transform: translate3d(23px, 53px, 0) rotate(319deg);
    background: #00a2ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(46) {
    transform: translate3d(90px, 80px, 0) rotate(168deg);
    background: #ff00aa;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(47) {
    transform: translate3d(29px, -84px, 0) rotate(298deg);
    background: #ffe100;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(48) {
    transform: translate3d(-42px, -29px, 0) rotate(117deg);
    background: #4400ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(49) {
    transform: translate3d(-44px, -74px, 0) rotate(217deg);
    background: #0099ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

.hoverme i:nth-of-type(50) {
    transform: translate3d(50px, 13px, 0) rotate(4deg);
    background: #bfff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
}

@keyframes bang {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.hoverme {
    width: 240px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    top: 84px;
}

.pro-zoom {
    margin-bottom: 20px;
}

div#model-year p {
    margin-bottom: 0;
}

element.style {
    display: block;
}

.pro-edit-box.active div#personalized {
    display: block;
}

.end-color a.pro-color-wrap {
}

a.select-color-view {
    padding-bottom: 5px;
}

.pro-color-wrap p {
    margin-left: 7px;
    margin-bottom: 0;
}

#overlay .overlay-inner {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.coverage-row {
    display: flex;
    align-items: self-start;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    padding-bottom: 0;
    min-height: 100%;
}

#coverage .popular-color-box label {
    margin-bottom: 0;
}

.popular-color-box textarea::-webkit-input-placeholder {
    color: #ccc;
}

.popular-color-box textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.popular-color-box textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.popular-color-box textarea:-ms-input-placeholder {
    color: #ccc;
}

.form-group.billing_address {
    padding-bottom: 34px;
}

.edit-font-pre textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: left;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #e3e0e0;
    resize: none;
    text-align: center;
}

.logos-type-col {
    padding-right: 15px;
}

a.serach-logo-tab {
    font-size: 0px;
}

.logo-row.logosSearch {
    text-align: center;
}

.no-data {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.mail-input {
    display: flex;
    position: relative;
    align-items: center;
    box-shadow: 0 3px 6px #00000029;
    margin-bottom: 40px;
}

footer {
    padding-top: 80px;
    position: relative;
}

.footer-top {
    border-top: 1px solid #707070;
    padding-top: 80px;
    padding-bottom: 40px;
}

.mail-input input {
    border: 2px solid #c9c9c9;
    height: 50px;
    padding: 0 65px 0 15px;
    width: 100%;
    font-size: 15px;
}

.mail-input a,
.footer-mail-contact button {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

footer h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 18px;
}

.footer-social {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social li a {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 8px;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.footer-social li a:hover {
    background: transparent;
    border-color: #000;
    color: #000;
    transition: all 0.5s;
}

footer h5 {
    font-size: 20px;
    color: #1d1d1d;
    font-family: "Roboto";
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-quick-links {
    list-style: none;
}

.footer-quick-links li a {
    font-size: 17px;
    color: #1d1d1d;
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}

a.footer-logo {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px;
}

.footer-bottom p {
    text-align: center;
    font-size: 12px;
    color: #1d1d1d;
    font-weight: 400;
    font-family: "Roboto";
}

.footer-bottom {
    padding-bottom: 60px;
}

/* Banner css */
.product-slider-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.product-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-slider-info h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
    font-family: var(--secondary-font);
}

.product-slider-info p {
    font-size: 16px;
    color: #5a5a5a;
    font-family: var(--roboto), sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-desc-inner li {
    margin-bottom: 10px;
}

.product-slider-info span.pro-slider-title {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    display: block;
    font-family: var(--secondary-font);
}

.product-desc-inner li:last-child {
    margin-bottom: 0;
}

.product-desc-wrap {
    margin-bottom: 15px;
}

.product-slider-info ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 25px 0;
}

.product-slider-info ul li p {
    padding: 5px 15px;
    display: block;
    color: #d3d3d3;
    font-size: 24px;
    border: 2px solid #c4c4c4;
    line-height: initial;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s all;
}

.product-slider-info .color-selct-ul label {
    margin: 7px;
}

/*
.product-slider-info ul li label {
    position: relative;
    margin: 0 10px 0 0;
} */

.product-slider-info ul li label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -899;
    opacity: 0;
}

.product-slider-info ul li label input:checked + div,
.product-slider-info ul li label input:checked + p {
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.product-slider-info h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
    font-family: var(--secondary-font);
}

.btn-black {
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--primary-font);
    transition: all 0.3s;
    border: 2px solid transparent;
}

.btn-black i {
    font-weight: 100;
    -webkit-text-stroke: 0;
}

.btn-black:hover {
    color: #000;
    background: transparent;
    border-color: #000;
}

a.zoom-icon {
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #000;
    font-size: 22px;
    z-index: 9;
    font-family: var(--secondary-font);
    font-weight: 400;
}

.product-slider-info {
    padding: 30px;
    background: #fff;
    box-shadow: 0 3px 6px hsl(0 0% 0% / 16%);
    height: auto;
    z-index: 90;
}

.product-slider-img ul {
    list-style: none;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
}

.product-slider-img ul li,
.product-slider-img ul li a {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.detail-main-title h4 {
    font-size: 50px;
    color: var(--theme-color);
    font-family: var(--brushstrike);
    font-weight: 400;
    margin-bottom: 10px;
}

.detail-main-title h5 {
    font-size: 40px;
    color: #111111;
    font-weight: 700;
    font-family: "Roboto";
    text-transform: uppercase;
}

.detail-main-title {
    margin-bottom: 40px;
    text-align: center;
}

.custom-padding {
    padding: 60px 0;
}

.step-marker {
    position: absolute;
    padding: 2px 8px;
    font-size: 18px;
    margin-bottom: 30px;
    background-color: var(--theme-color);
    font-family: var(--roboto);
    text-transform: uppercase;
    color: white;
    text-align: center;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-shadow: -3px -2px 10px 2px rgb(0 0 0 / 20%);
}

.step-marker::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ed1b33 transparent transparent transparent;
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.process-steps-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./../image/process-pattern.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.process-steps-wrap {
    position: relative;
}

.process-step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.process-step-list > li {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    width: 300px;
    padding: 20px;
    position: relative;
}

.process-step-list > li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 50px;
    height: 30px;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: url("./../image/process-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.process-step-list > li:last-child::after {
    content: unset;
}

.process-step-img {
    width: 120px;
    min-height: 120px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-steps-info {
    font-family: var(--roboto);
}

.process-steps-info h3 {
    color: #c3c3c3;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: var(--roboto);
}

.process-steps-info h6 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
    font-family: var(--roboto);
}

.faq-navs .nav-pills {
    flex-direction: column;
}

.faq-navs .nav-pills .nav-link.active,
.faq-navs .nav-pills .show > .nav-link {
    background: #ffe8ea;
    color: #e71b32;
    border-radius: 4em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 400;
}

.faq-navs .nav-pills .nav-link {
    font-size: 18px;
    color: #000000;
    font-family: "Roboto";
    font-weight: 300;
    margin-bottom: 10px;
}

.faq-navs h5 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto";
    color: #000000;
    margin-bottom: 25px;
}

.faq-tab-content h6 {
    font-size: 20px;
    font-family: "Roboto";
    opacity: 0.4;
    color: #000000;
    display: block;
    margin-bottom: 30px;
}

.faq-link {
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto";
    padding: 15px;
}

.faq-link i {
    color: var(--theme-color);
    font-weight: 200;
    font-size: 20px;
    margin-right: 6px;
}

.faq-card .card-body {
    padding-top: 0;
    padding-left: 45px;
}

.faq-card .card-body p {
    font-size: 20px;
    font-family: "Roboto";
    line-height: 1.68;
    opacity: 0.5;
    font-weight: 400;
}

[aria-expanded="true"].faq-link i:before {
    content: "\f068";
}

span.top-color {
    display: block;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 33px;
    height: 33px;
    top: 0;
    position: absolute;
    margin: 0;
}

span.bottom-color {
    margin: 0;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
    display: block;
    width: 33px;
    height: 33px;
}

.product-detail-slider-wrap {
    height: 100%;
}

.product-slider-info .color-selct-ul label div {
    position: relative;
    cursor: pointer;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 0.3);
    transition: 0.3s all;
}

.product-slider-info ul li input + div:after,
.active-varinat-changes > div::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    box-shadow: 0 0 0 3px #404040;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.product-slider-info ul li label input:checked + div:after,
.active-varinat-changes > div::after {
    visibility: visible !important;
    opacity: 1 !important;
}

.btn-red {
    background: var(--theme-color);
    color: #fff;
    border-radius: 0;
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 400;
    transition: all 0.5s;
    border: 2px solid transparent;
}

.btn-red:hover {
    color: var(--theme-color);
    transition: all 0.5s;
    border-color: var(--theme-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.btn-red:disabled {
    background-color: #e64b5d;
}

.btn-red:disabled:hover {
    cursor: not-allowed;
    background-color: #e64b5d;
}

.product-detail-btn-wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.product-detail-btn-wrap a {
    width: 50%;
    font-family: var(--secondary-font);
    letter-spacing: 1.4px;
    font-weight: 400;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px #00000029;
}

button.close.close1 {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 35px;
    opacity: 1;
    z-index: 99;
    color: darkgrey;
}

button.close.close1:hover {
    color: black;
}

form.select-modal-form .nice-select,
form.select-modal-form textarea {
    display: block;
    width: 100%;
    resize: none;
    height: 60px;
    background: #efefef;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    line-height: 60px;
    padding: 0 10px;
    font-size: 20px;
    color: #111;
    font-family: "Roboto";
    font-weight: 400;
    text-align-last: center;
}

form.select-modal-form .nice-select::placeholder,
form.select-modal-form textarea::placeholder {
    color: #7c7c7c;
}

form.select-modal-form textarea {
    line-height: inherit;
    padding: 15px 10px;
    height: inherit;
    text-align: center;
}

form.select-modal-form .nice-select.open .list {
    width: 100%;
}

form.select-modal-form .selectx span.current {
    text-align: center;
    width: 100%;
}

.nice-select:after {
    margin-top: -6px;
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    right: 20px;
}

a.favorite {
    position: absolute;
    top: 32px;
    right: 52px;
    color: var(--theme-color);
    font-size: 25px;
}

/* Rahul Css */
.nav-btn {
    width: 60px;
    height: 60px;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    transition: all 0.5s;
    font-weight: 400;
    font-family: var(--secondary-font);
    letter-spacing: 1px;
}

.nav-btn:hover {
    background: #ff4646;
    transition: all 0.5s;
}

.bottom-nav-wrap {
    display: flex;
    align-items: center;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    display: flex;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
}

.customize-nav-wrap {
    margin-right: 10px;
    width: calc(100% - 210px);
    display: flex;
    align-items: center;
}

.customize-nav {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0 5px;
    margin: 0;
    width: calc(100% - 120px);
}

.customize-nav .customize-div {
    width: calc(100% / 6);
    margin: 0 5px;
    position: relative;
}

.customize-nav .customize-btn {
    background-color: #efefef;
    color: #1d1d1d;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.7px;
}

.select-modal-btn {
    font-family: var(--primary-font), sans-serif;
    width: 200px;
    font-size: 30px;
    font-weight: 400;
    background-color: #1d1d1d;
    color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all 0.5s;
}

.select-modal-btn:hover {
    color: #000;
    transition: all 0.5s;
    box-shadow: inset 0 0 0 2px black;
    background: transparent;
}

.bottom-nav-wrap {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.customize-btn.active {
    background: #dddddd;
    box-shadow: 0 3px 6px hsl(0 0% 0% / 16%);
    position: relative;
}

li.customize-div .customize-btn.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -10px;
    background: var(--theme-color);
}

/* Rahul Css end  */

.accent-color-wrap {
    display: none;
}

.accent-color-wrap.show {
    display: flex;
    align-items: baseline;
    position: absolute;
    bottom: 60px;
    /*background: #fff;*/
    padding: 15px 15px 15px 0;
    background-color: white;
    box-shadow: 0 2px 8px 0px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

button.nav-btn i {
    display: block;
    font-size: 26px;
    font-weight: 300;
    -webkit-text-stroke: snow;
}

button.nav-btn {
    color: white;
}

button.nav-btn.disabled {
    cursor: no-drop;
    background: #969696;
    border-color: #969696;
}

.product-detail-slider-wrap {
    min-height: calc(100vh - 500px);
}

.product-slider-info ul li:first-child label div {
    margin-left: 0;
}

.product-slider-info ul {
    flex-wrap: wrap;
}

div#personalized.show {
    display: block;
    background: transparent;
    padding: 15px;
    padding-bottom: 0;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

div#logos.show {
    display: block;
    padding: 0;
    /* background: #fff; */
    height: auto;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: 0 2px 8px 0px rgb(0 0 0 / 20%);
}

/*
* added by Rahul Patil [19-01-2021]
*
**/
div#coverage.show {
    display: block;
    background: #ffffff;
    height: auto;
    padding: 10px 0 0 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0px rgb(0 0 0 / 20%);
}

div#overlay.show {
    display: block;
    background: #ffffff;
    height: auto;
    bottom: 80px;
    max-height: 160px;
    overflow: auto;
    width: 100%;
    padding: 10px 0 0 1px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0px rgb(0 0 0 / 20%);
}

#overlay .pro-color-wrap {
    margin-bottom: 15px;
}

#overlay .overlay-inner {
    padding-bottom: 0;
}

#overlay .popular-color-box {
    min-width: auto;
}

.popular-color-box {
    height: 200px;
    width: max-content;
    padding: 10px 10px 0 0;
}

.coverage-row label {
    margin-bottom: 0;
}

.coverage-row .pro-color-wrap {
    margin-bottom: 15px;
}

.pro-edit-option-box .popular-color-box {
    padding: 15px;
}

.pro-edit-option-box .popular-color-box {
    padding: 0 15px;
}

.product-slider-img {
    overflow: hidden;
}

.product-detail-img-wrap {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.product-detail-img-wrap svg {
    position: absolute;
    width: 200%;
    left: 0;
    right: unset;
    height: 400px;
}

.product-detail-img-wrap.product-detail-decal svg {
    right: 0;
    left: unset;
}

.pro-edit-option-box .popular-color-box {
    height: auto;
}

a.zoom-icon i {
    -webkit-text-stroke: 0;
}

h3.modal-title.text-center {
    font-size: 32px;
    font-weight: 300;
    font-family: var(--secondary-font);
    -webkit-text-stroke: 1px;
    letter-spacing: 1px;
}

.select-model-overlay h3.modal-title.text-center {
    background-color: black;
    color: white;
}

.select-model-overlay button.close.close1 {
    color: white;
    top: 2px;
}

.select-model-overlay .add_to_cart {
    width: 100%;
}

.modal-dialog {
    max-width: 400px;
}

select option {
    font-size: 16px;
}

form.select-modal-form .btn-red {
    padding: 12px 29px;
    font-size: 20px;
    font-weight: 300;
    font-family: var(--secondary-font);
    -webkit-text-stroke: 0.4px;
    letter-spacing: 1.2px;
}

a.pro-color-wrap.change_clr_grp.active {
    background: #efefef;
    /* background: linear-gradient(
        153deg,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 100%
    ); */
}

a.pro-color-wrap.change_clr_grp {
    padding: 9px 8px;
    margin: 0 0 5px 0;
    text-decoration: none;
    font-family: var(--secondary-font);
    letter-spacing: 0.5px;
    font-size: 16px;
    width: 140px;
}

.pro-color-wrap.active p {
    text-decoration: none;
}

a.pro-color-wrap.change_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

a.pro-color-wrap.change_logo {
    min-height: 50px;
    height: 50px;
}

.edit-font-color-pers {
    display: block;
    padding-top: 0px;
    padding-left: 10px;
    height: 100%;
}

.edit-font-color-pers .edit-font-wrap {
    overflow-y: auto;
    height: 100%;
}

/*.product-detail-img-wrap svg {left: -90px;}*/

/*
* added by Rahul Patil [30-01-2021]
* changes [10-10-22]
**/
#logos .logo-row {
    overflow: auto;
    padding-top: 17px;
    max-width: 825px;
    max-height: 126px;
    min-width: 825px;
    min-height: 126px;
}

#logos .logo-row a {
    margin-bottom: 8px;
}

#logos .popular-color-box a {
    margin-top: 0;
}

#personalized .edit-board {
    background-color: white;
    max-width: 924px;
    height: 126px;
    padding: 8px 10px;
}

#personalized .edit-font-type {
    padding-bottom: 0;
}

#personalized .popular-color-box {
    overflow: visible;
}

.custom-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
    height: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
    border-radius: 5px;
}

#personalized .edit-board .edit-font-option {
    height: 100%;
    overflow: auto;
    padding-right: 10px;
}

#personalized .edit-board .edit-font-option a {
    border-bottom: 2px solid #d9d9d9;
    font-size: 13px;
}

#personalized .edit-board .edit-font-option a.active {
    border-bottom: 2px solid #464646;
}

#personalized .edit-font-pre textarea {
    box-shadow: inset 0px 3px 6px 0 rgb(0 0 0 / 0.16%);
    text-shadow: 0 0px 20px black;
}

.personalize-heading-wrap {
    width: 100%;
}

.personalize-heading-wrap small {
    margin-bottom: 4px;
}

#logos .logos-view .logo_tab_mbl_sec {
    /*background-color: #e6e6e6;*/
}

#logos .logos-type {
    padding-bottom: 0;
}

.product-detail .canvas-wrap {
    width: 100%;
}

/* .product-detail .pro-color {
    min-width: unset;
} */

.canvas-wrap .canvas-container {
    margin: 0 auto;
}

/* RAHUL - CSS START*/
/* NEW HEADER */
.product-detail-decal svg {
    right: 0 !important;
    left: -100% !important;
}

#navbarNav {
    background: #fff;
    padding: 60px 0 15px 50px;
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
    min-width: 360px;
    width: auto;
    text-align: center;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    height: auto !important;
    overflow: auto;
    z-index: 100;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

html.show-menu body:after,
html.show-cart body:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

html.show-menu #navbarNav {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

#navbarNav .user-account-btn {
    display: none;
}

.accordion-active .nav-link {
    color: #6f7070;
    opacity: 0.5;
}

.accordion-open .nav-link {
    color: black;
    opacity: 1;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-9px, -8px);
}

header {
    background: white;
    position: fixed;
    transition: all 0.5s;
    top: 0;
    width: 100%;
    height: 135px;
    z-index: 100;
    border-bottom: 1px solid #d8d8d8;
}

header.fixed {
    box-shadow: 0px 5px 10px rgb(174 174 192 / 40%);
}

header nav {
    height: calc(100% - 30px);
}

header nav .nav-link {
    cursor: pointer;
}

header nav .nav-link.collapsed i {
    transform: rotate(-90deg);
}

header .navbar-nav {
    margin-top: 60px;
    width: 100%;
    border-right: 1px solid #efefef;
    padding-right: 20px;
}

header .navbar-nav .nav-link {
    font-family: var(--roboto-con);
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    width: max-content;
}

.header-action-wrap {
    display: flex;
    align-items: center;
}

header .accordion .nav-link:hover {
    color: var(--theme-color);
}

.bikeListTabContent .submenu-back-btn {
    position: absolute;
    background: none;
    border: none;
    font-size: 28px;
    top: 30px;
    right: 10px;
    display: none;
}

.landing-banner {
    height: calc(100vh - 135px);
    margin-top: 135px;
}

header .accordion-data .nav-link {
    color: #d8d8d8;
}

header .bikeListTabContent {
    width: 360px;
    background-color: white;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    z-index: 1;
    transform: translateX(-110%);
    transition: 0.5s all;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

header .bikeListTabContent.show {
    transform: translateX(360px);
}

header .bikeListInner {
    margin-top: 60px;
    list-style: none;
}

header .bikeListInner .nav-item {
    margin: 0 15px;
}

header .bikeListInner .nav-link {
    font-family: var(--roboto-con);
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
}

header .tabSwitchLink.active {
    color: var(--theme-color);
}

header .bikeListInner .nav-link:hover {
    color: var(--theme-color);
}

.landing-banner .banner-product-wrap {
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
    height: 100%;
}

.landing-banner .banner-product-wrap img {
    object-fit: contain;
    object-position: center;
    height: inherit;
}

.landing-banner .banner-product {
    position: relative;
    height: calc(100vh - 255px);
}

.landing-banner .bg-stroke {
    font-size: 20vw;
    word-break: break-word;
    position: absolute;
    -webkit-text-stroke-width: 8px;
    opacity: 0.5;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-color: transparent;
    -webkit-background-clip: text;
    width: 100%;
    text-align: center;
    top: 0;
    line-height: 1;
    z-index: -1;
    background-image: -webkit-linear-gradient(
        91deg,
        rgba(216, 217, 219, 1) 0%,
        rgba(108, 109, 111, 1) 70%,
        rgba(58, 58, 60, 1) 100%
    );
}

.banner-vehicle-list {
    margin-bottom: 20px;
}

.banner-vehicle-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    font-family: var(--roboto-con);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.banner-vehicle-list li {
    padding-right: 60px;
    display: flex;
    align-items: center;
    color: black;
    transition: 0.3s all;
    font-size: 35px;
    font-weight: 800;
}

.banner-vehicle-list li:before {
    content: "+";
    float: left;
    padding-right: 60px;
    font-size: 35px;
    font-weight: 500;
    font-family: var(--roboto);
}

.banner-vehicle-list li:first-child::before,
.banner-vehicle-list li:last-child::before {
    content: unset;
}

.banner-vehicle-list li:last-child {
    padding-right: 0;
}

.banner-vehicle-list .customize-btn {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    background: transparent;
    color: white;
    transition: 0.3s all;
    border-radius: 35px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    color: black;
    border: 3px solid black;
}

.banner-vehicle-list .customize-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: white;
}

.banner-vehicle-list .customize-btn span {
    margin-left: 20px;
    font-size: 30px;
}

.landing-banner .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.landing-banner #owl-dot-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-banner button.owl-dot {
    border: 1px solid #707070;
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
}

.landing-banner button.owl-dot.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.landing-banner .landing-inner {
    height: 100vh;
}

.down-arrow {
    color: #dbdbdc;
    position: absolute;
    left: 100px;
    bottom: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
    cursor: default;
}

.down-arrow i {
    font-size: 50px;
    margin-left: 4px;
}

.down-arrow .arrow-text {
    writing-mode: vertical-lr;
    color: #dbdbdc;
    margin-bottom: 50px;
    margin-left: 0;
}

.down-arrow-phone {
    color: #e0e0e0;
}

header #navbarNav::after {
    content: "";
    background-image: url("./../image/BrushStroke.png");
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.wrap-banner {
    background-color: #1d1d1d;
    height: 30px;
    display: flex;
    align-items: center;
}

.color-ribbon {
    height: 100%;
    width: 30px;
    transform: skew(-50deg, 0deg);
    margin: 0 15px;
}

.color-ribbon.blue {
    background-color: #467bb0;
}

.color-ribbon.pink {
    background-color: #ca0d62;
}

.color-ribbon.yellow {
    background-color: #f0e50f;
}

.wrap-banner h6 {
    color: white;
    font-family: var(--roboto);
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 14px;
}

/* NEW HEADER END */

/* PRODUCT DETAIL VIEW */
.product-banner {
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
    height: calc(100vh - 320px);
}

.inner-page {
    /* margin-top: 135px;*/
    margin-top: 160px;
}

.accessory-detail-img-wrap {
    height: 400px;
}

.vehicle-product-page .product-slider-info p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}

/*.vehicle-product-page .product-desc-wrap .product-desc-inner {
    max-height: 200px;
    height: unset;
}
*/
.vehicle-product-page a.favorite {
    top: 22px;
    right: 42px;
}

.vehicle-product-img-page .product-detail-img-wrap {
    height: 100%;
}

.color-selct-ul .varinat-changes {
    margin-right: 5px;
}

.vehicle-product-page .color-selct-ul {
    padding-top: 2px;
    max-height: 150px;
    overflow-y: auto;
}

/* PRODUCT DETAIL VIEW */

/* CART */
.close-cart {
    transition: 0.3s all;
}

.close-cart:hover {
    color: black;
}

/* CART END */

/* PRODUCT PAGE */
.product-page ol.breadcrumb {
    margin-bottom: 0;
}

/* PRODUCT PAGE END */
/* RAHUL - CSS END */

.checkout-shipping .add_chng {
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 1px;
}

.checkout-shipping .nice-select.form-control {
    margin-bottom: 20px;
}

.ord-box .view_order {
    border-radius: 27px;
}

.checkout-billing-cart .notification-list .input-group-box {
    right: 0;
}

/* PRODUCT PAGE END */
/* RAHUL - CSS END*/

.checkout-shipping .address-btn {
    padding: 8px 15px;
    font-size: 22px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 1px;
    width: 100px;
    text-align: center;
}

.checkout-shipping .nice-select.form-control {
    margin-bottom: 20px;
}

.ord-box .view_order {
    border-radius: 27px;
}

.checkout-billing-cart .notification-list .input-group-box {
    right: 0;
}

/* CHECKOUT PAGE */
.shipping-title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 8px;
}

.billing-title-extra {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

i.bordered {
    cursor: pointer;
    border: 1px solid black;
    border-radius: 3px;
    padding: 3px 6px;
}

.checkout-shipping .address-card [type="radio"]:checked,
.checkout-shipping .address-card [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.checkout-shipping .address-card [type="radio"]:checked + label,
.checkout-shipping .address-card [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0;
    font-family: var(--roboto-con);
    font-size: 16px;
    font-weight: 400;
    width: 85%;
}

.checkout-shipping .address-card [type="radio"]:checked + label:before,
.checkout-shipping .address-card [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.checkout-shipping .address-card [type="radio"]:checked + label:after,
.checkout-shipping .address-card [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--theme-color);
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
}

.checkout-shipping [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkout-shipping [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.address-card {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #b5b5bc;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.address-card .edit-btn {
    color: black;
    border-radius: 3px;
    cursor: pointer;
    margin-left: auto;
}

.address-card span.address-name {
    color: black;
    display: block;
}

label.same-shipping-label {
    transition: 0.3s all;
    cursor: pointer;
}

input.same-as-shipping:checked + label.same-shipping-label {
    color: black;
}

.product-page.inner-page {
    margin-bottom: 0;
}

.product-cart-wrap {
    overflow-y: auto;
    max-height: 760px;
    padding-right: 15px;
    margin: 15px 0 30px;
}

.discount-code-wrap.invalid .btn-black {
    animation: invalidButton 1s linear forwards;
}

.notification-list .input-group {
    position: relative;
    font-size: 20px;
    flex-wrap: nowrap;
    height: 50px;
}

.discount-code-wrap input {
    width: 100%;
    border-radius: 15px;
    border: 2px solid black;
    padding: 10px 90px 10px 20px;
    border-radius: 10px;
    transition: 0.3s all;
}

.notification-list .btn-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
    border-radius: 10px;
    transition: 0.3s all;
    font-size: 20px;
    border: 2px solid black;
}

.notification-list .btn-apply:hover {
    background-color: transparent;
}

.notification-list .input-group.invalid input {
    border-color: var(--theme-color);
}

.notification-list .input-group.invalid button {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    cursor: not-allowed;
}

.notification-list .input-group.invalid button:hover {
    color: white;
}

/* CHECKOUT PAGE END */

/* CART PAGE */
.remove_item_cart {
    color: gray;
    transition: 0.3s all;
    cursor: pointer;
    margin-right: 10px;
}

.your-cart .remove_item_cart {
    margin-right: 0;
}

.remove_item_cart:hover {
    color: black;
}

.your-cart .remove_item_cart {
    position: absolute;
    right: 0;
    top: 10px;
}

/* CART PAGE END */

/* PRODUCT CUSTOMIZATION PAGE */
/* .product-sec .container-fluid {
    height: calc(100vh - 190px);
} */

.product-sec .container-fluid {
    height: calc(100vh - 350px);
}

header.customize-page-header {
    height: 105px;
    z-index: 99;
}

header.customize-page-header nav {
    height: 100%;
}

.canvas-container canvas {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.add-to-cart.mobile-add-cart:hover {
    background-color: black;
    color: white;
}

.pro-sec-m .accent-color-wrap {
    display: flex;
}

/* PRODUCT CUSTOMIZATION PAGE END */

/* PRODUCT DETAILS */
.accessory-info pre ul {
    width: 100%;
    display: block;
    list-style: disc;
    padding-left: 20px;
}

.accessory-info pre span {
    white-space: pre-wrap;
}

.accessory-info pre span {
    font-size: 14px;
}

.product-confirm-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-slider-info h2 {
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.product-desc-wrap {
    position: relative;
}

.overflow-fade-bottom:after,
.overflow-fade-top:before {
    content: "";
    position: absolute;
    height: 50px;
    width: calc(100% - 10px);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.overflow-fade-top:before {
    bottom: unset;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.product-desc-wrap .product-desc-inner {
    height: 250px;
    overflow-y: auto;
}

/* PRODUCT DETAILS END */

/* FOOTER */
.footer-quick-links li a {
    transition: 0.3s all;
}

.footer-quick-links li a:hover {
    color: var(--theme-color);
}

/* FOOTER END */

.edit-font-wrap .pro-color-wrap {
    display: block;
}

/* ACCESSORIES PAGE */
.product-size-wrap li {
    margin-right: 10px;
}

.product-size-wrap {
    margin-bottom: 15px;
}

.product-size-wrap h4 {
    font-family: var(--secondary-font);
}

.coverage-price-wrap {
    margin-bottom: 20px;
}

/* ACCESSORIES PAGE END */

/* ACCOUNT PAGE */
.account-page h2 {
    font-weight: 900;
    font-family: var(--roboto-con);
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}

.account-page .clock-icon {
    position: absolute;
    left: -10px;
    top: -5px;
    margin: 0;
    padding: 0;
    font-size: 17px !important;
    background-color: #fff;
}

.account-page .title-bar {
    display: flex;
    align-items: center;
}

.account-page .title-bar i {
    font-size: 30px;
    margin-right: 15px;
}

.account-page .title-bar h6 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--roboto-con);
    opacity: 0.8;
    margin-left: 15px;
}

.account-page h3 {
    font-weight: 400;
    font-family: var(--roboto-con);
    opacity: 0.6;
    font-size: 24px;
}

.order-history-wrap {
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 25px 10px 25px 25px;
}

.order-history-wrap .title-bar {
    margin-bottom: 15px;
}

.order-history-heading {
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--roboto-con);
    opacity: 0.6;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.order-history div[class*="or-"] {
    width: 20%;
    max-width: 20%;
    text-align: center;
}

.order-history div[class*="or-"]:first-child {
    text-align: left;
}

.order-history div[class*="or-"]:last-child {
    text-align: right;
}

.order-history-wrap .accordion .card {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
    cursor: default;
}

.order-history-wrap .accordion .card-header {
    background-color: white;
    border: none;
    display: flex;
    padding: 10px 0;
    color: #666666;
    font-family: "Roboto Condensed";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}

.or-action .btn-black {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 25px;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
}

.order-history-wrap .accordion .card-body {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.order-history div[class*="or-"] {
    width: 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-history div[class*="or-"]:first-child {
    justify-content: flex-start;
}

.order-history div[class*="or-"]:last-child {
    justify-content: center;
}

.order-history .order-history-content {
    overflow-y: auto;
    height: 400px;
}

.order-accordion i {
    transition: 0.3s all;
    cursor: pointer;
}

.order-accordion i:not(collapsed) {
    transform: rotate(90deg);
}

.order-accordion i.collapsed {
    transform: rotate(0);
}

.order-accordion .img-wrap {
    width: 300px;
    height: 300px;
    max-width: 300px;
    margin: 10px 0;
}

.order-accordion .img-wrap img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    object-position: center;
}

.view-pdf-modal .modal-dialog {
    width: 800px;
    max-width: unset;
}

.view-pdf-modal .modal-content {
    height: 900px;
}

.pdf-frame {
    width: 100%;
    height: 100%;
}

/* ACCOUNT PAGE END */

/* CONTACT US */
.page-margin {
    margin-top: 135px;
}

.contact-page {
    background: url("../css/img/contact-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: var(--roboto-con);
    display: flex;
    align-items: center;
    padding: 85px 0;
}

.data-status-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.data-status-box.success {
    background: lightgreen;
}

.data-status-box.failed {
    background: red;
}

.contact-page .help-block {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    color: red;
}

.contact-box {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-now-form {
    background-color: white;
    border-radius: 11px;
    padding: 25px;
}

.contact-page h1 {
    font-family: var(--primary-font);
    font-size: 200px;
}

.contact-now-form .custom-label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-now-form .custom-input {
    font-size: 18px;
    border: none;
    width: 100%;
}

.contact-now-form .custom-input::placeholder {
    color: #cccccc;
    text-transform: uppercase;
}

.contact-now-form .custom-label {
    text-transform: uppercase;
}

.contact-now-form .input-border-wrap {
    border-left: 1px solid #9b9b9b;
}

.contact-now-form .input-border-wrap.inner-input-focused {
    border-left-color: var(--theme-color);
}

.contact-now-form p {
    font-size: 18px;
    color: #9b9b9b;
}

.contact-now-form .input-group {
    margin-bottom: 20px;
}

.contact-now-form .label-wrap {
    max-width: 20%;
    width: 100%;
    text-align: right;
    padding: 10px 20px 10px 10px;
}

.contact-now-form .input-border-wrap {
    max-width: 80%;
    width: 100%;
    padding: 10px 10px 10px 20px;
}

.contact-now-form .input-border-wrap {
    border-left: 2px solid #989898;
    display: flex;
    align-items: center;
    transition: 0.3s all;
}

.comment-wrap,
.contact-comment-box {
    height: 100%;
}

.contact-now-form .contact-comment-box {
    border-radius: 15px;
    max-width: 470px;
    padding: 20px 25px;
    border: 1px solid #ccc;
}

.contact-comment-box h4 {
    font-family: var(--roboto-con);
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #989898;
    display: inline-block;
}

.contact-now-form .contact-comment-box textarea {
    border: none;
    resize: none;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    height: 220px;
}

.contact-now-form .contact-comment-box textarea::placeholder {
    color: #cccccc;
}

.contact-now-form .contact-btn {
    background-color: var(--theme-color);
    border: none;
    width: 100%;
    color: white;
    padding: 8px;
    transition: 0.3s all;
}

.contact-now-form .contact-btn:hover {
    background-color: #d4172d;
}

.contact-now-form .contact-btn:focus {
    background-color: #1d1d1d;
}

/* CONTACT US END */

.color-error {
    background-color: var(--theme-color);
    cursor: default !important;
}

.color-error:hover {
    background-color: var(--theme-color);
    color: white;
    border-color: var(--theme-color);
}

.product-info.accessory-info {
    display: flex;
    justify-content: space-between;
}

body section .small-container {
    max-width: 1140px;
    margin: 0 auto;
}

.logo-white-box svg {
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

.customization-page .pro-image {
    overflow: visible;
    max-width: 1100px;
    max-height: 550px;
}

.customization-page .pro-image svg {
    position: static;
    width: 100%;
    height: auto;
}

.pace {
    top: 180px !important;
}

.pace .pace-activity {
    box-shadow: inset 0 0 0 2px black, inset 0 0 0 7px #fff !important;
}

.pace .pace-progress {
    background: black !important;
    color: black !important;
}

.customize-action-btn-wrap {
    position: absolute;
    right: 30px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.customize-action-btn-wrap .logo-actions {
    display: flex;
    align-items: center;
}

.logo-actions .logo-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
    cursor: pointer;
}

.logo-actions .logo-wrap h6 {
    font-size: 11px;
}

.logo-action-wrap h4 {
    width: 130px;
    word-break: break-all;
}

.product-box .placehlder-skeleton {
    min-height: 345px;
    border-radius: 25px;
}

.sk-img,
.sk-title,
.sk-btn {
    animation: shimmer 1s linear infinite;
    background-color: #f5f5f5;
    background-image: linear-gradient(
        to right,
        #f5f5f5 0%,
        rgba(0, 0, 0, 0.05) 20%,
        #f5f5f5 40%,
        #f5f5f5 100%
    );
    background-repeat: no-repeat;
    background-size: 650px 600px;
}

.placeholder-skeleton {
    width: 470px;
    min-height: 328px;
}

.sk-img {
    min-height: 235px;
    margin-bottom: 20px;
}

.sk-title {
    width: 220px;
    min-height: 28px;
}

.sk-btn {
    width: 90px;
    height: 37px;
}

.sk-btn {
    margin-left: 10px;
    border-radius: 25px;
}

.sk-btn:first-child {
    margin-left: 0;
}

@keyframes shimmer {
    0% {
        background-position: -450px 0;
    }

    100% {
        background-position: 450px 0;
    }
}

.order-item-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.order-img-wrap .img-wrap {
    width: 100%;
    max-width: 400px;
    height: 200px;
}

.order-img-wrap .img-wrap img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    object-position: center;
}

.cart-empty {
    padding: 50px 0;
    text-align: center;
}

.cart-img-new {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    padding-top: 1rem;
    margin-top: 30px;
}

.cart-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100px;
    margin: 0 auto 1rem;
}

.tax-box-empty {
    border-bottom: unset;
}

.customize-action-btn-wrap button {
    font-size: 40px;
    background-color: transparent;
    border: none;
}

.pro-search-zoom {
    font-size: 36px;
}

.pro-plush-zoom {
    position: absolute;
    top: 5px;
    left: 9px;
}

.zoom.down img {
    width: 100%;
}

.optional-txt {
    font-size: 12px;
    color: gray;
}

.r-wrap .edit-font-wrap {
    height: 146px;
    overflow-y: auto;
}

.r-wrap .end-color {
    background-color: white;
}

.r-logos .logos-view {
    background-color: white;
    min-height: unset;
}

.r-logos .edit-font-wrap {
    height: 110px;
    overflow-y: auto;
}

.bike-logo-type a {
    padding: 5px;
    text-align: center;
}

.bike-logo-type .active {
    background: #efefef;
}

.bike-logo-type .logos-type-col {
    padding-right: 0px;
}

.personalized-box .popular-color-box {
    background-color: white;
    box-shadow: 0 2px 8px 0px rgb(0 0 0 / 20%);
    padding: 10px 0 !important;
}

.r-logos .logos-div {
    min-height: 173px;
    height: auto;
}

.r-logos .logos-type {
    max-height: 173px;
}

.swal2-container {
    transition: unset !important;
}

.product-detail-img-wrap-zoom {
    width: 100%;
}

/* RED LOADER */
.loader-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: transparent;
}

.loader-overlay.show {
    display: flex;
}

/* RED LOADER END */
/* 21-07-2021 START */
.product-pre .customize-heading {
    font-family: "Raleway";
    font-weight: 800;
    text-transform: uppercase;
    font-size: 46px;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-pre .customize-title {
    font-weight: 600;
    font-family: "Raleway";
    opacity: 0.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.delete-copy-option .logo-actions {
    background-color: #e8e8e8;
    border-radius: 20px;
    padding: 8px 10px;
    display: flex;
}

.delete-copy-option {
    width: 160px;
    position: absolute;
    top: 15px;
}

.products-customize-color {
    background: transparent;
    box-shadow: unset;
    padding: 15px 15px;
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 50px;
    position: relative;
    z-index: 0;
}

.products-customize-color ul {
    margin: 0;
    display: block;
}

.products-customize-color span.bottom-color {
    width: 40px;
    height: 40px;
}

.products-customize-color::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.products-customize-color::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.products-customize-color::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.customize-product-pre .pro-aside {
    max-width: 40%;
}

.find-logo-field {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 0;
}

.cant-find-logo {
    width: 25%;
    margin-bottom: 15px;
}

.add-find-logo {
    width: 75%;
    margin-bottom: 15px;
    padding: 0 15px;
    display: none;
}

.show-find-logo {
    display: block !important;
}

.cant-find-logo button {
    width: 100%;
}

.cant-find-logo button,
.add-logo-btn {
    height: 44px;
    background-color: #000;
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.3s all;
}

.cant-find-logo button:hover,
.add-logo-btn:hover {
    background-color: transparent;
    color: black;
}

.add-find-logo .form-group input {
    border-width: 2px;
    width: calc(100% - 78px);
    margin-bottom: 0;
    margin-right: 5px;
}

.add-find-logo .form-group input:focus {
    border: 1px solid #998c8c;
}

.add-find-logo .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.add-logo-btn {
    width: max-content;
    padding: 0 25px;
}

/* 21-07-2021 END */
/* 22-07-2021 START */
/* .active-varinat-changes {
    box-shadow: 0 0 0 3px #404040;
    margin: 7px 2px !important;
    padding: 5px;
} */
/* 22-07-2021 END */
/* 23-07-2021 START */
.personalize_text_white {
    background-color: #868686;
}

/* 23-07-2021 END */

/* 3-08-2021 START */
.logo-edit-wrap {
    display: flex;
}

.r-logo-m .popular-color-box {
    flex-wrap: wrap;
}

/* 3-08-2021 END */
button.close-modal {
    width: 30px;
    height: 30px;
    background-color: #ec1b31;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 1;
}

.product-customized-video .modal-body {
    padding: 16px 16px 10px 16px;
}

/* PAYMENT SUCCESS */
.mountain-bg {
    background: url("../image/mountainShot.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.white-overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.white-overlay > div {
    position: relative;
    z-index: 2;
}

.mountain-bg.contact-page {
    background-image: url("../image/mountainShot.jpg");
}

.payment-status-page:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.45);
    position: absolute;
    width: 100%;
    height: 100%;
}

.payment-status-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 135px);
    padding: 50px 0;
}

.payment-status-box {
    max-width: 500px;
    background: white;
    width: 100%;
    font-family: var(--roboto);
    padding: 50px 60px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 16%);
    text-align: center;
}

.payment-status-box .payment-img-wrap {
    max-width: 70%;
    margin: 0 auto 50px;
}

.payment-status-box .payment-img-wrap img {
    width: 100%;
    height: inherit;
    object-fit: contain;
    object-position: center;
}

.payment-status-box h4 {
    font-size: 40px;
    font-family: var(--roboto);
    font-weight: 800;
}

.payment-status-box p {
    color: #4d4d4d;
    margin-bottom: 10px;
}

.payment-status-box strong {
    color: #020202;
    font-weight: 600;
}

.payment-status-box .btn-black {
    border-radius: 35px;
    font-size: 20px;
    padding: 12px 30px;
    font-weight: 600;
    font-family: var(--roboto);
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
}

.btn-black.btn-bordered {
    background-color: transparent;
    color: black;
    border-color: black;
}

.address-btn-group .btn-black:hover {
    background-color: silver;
    border-color: silver;
}

/* PAYMENT SUCCESS END */

/* QUICK CHECKOUT MODAL */
.quick-checkout-modal {
    max-width: 700px;
}

.quick-checkout {
    padding: 25px;
}

.quick-checkout h3.modal-title {
    font-family: var(--roboto);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}

.quick-checkout-customize {
    max-width: 50%;
    width: 100%;
    border-right: 1px solid #eeeeee;
    padding-right: 25px;
    margin-right: 25px;
}

.quick-checkout-items {
    width: 100%;
    max-width: 50%;
}

.quick-checkout-items .checkout-item-price {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 800;
    letter-spacing: 0;
    font-family: var(--roboto);
}

.quick-checkout-list {
    height: 300px;
    overflow-x: auto;
}

.quick-checkout-list label {
    font-family: var(--roboto);
}

.quick-checkout-items a.pro-color-wrap {
    margin-bottom: 5px;
    width: 100%;
}

.quick-checkout-container {
    display: flex;
}

.active .pro-color.dark {
    background-color: black;
    border-color: black;
}

.quick-checkout-items-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 140px;
}

.quick-checkout-items-form .pro-total-price {
    position: static;
    max-width: 100%;
    display: block;
    text-align: right;
    min-height: unset;
    margin: 0 0 15px 0;
    padding: 0 10px 0 0;
}

.quick-checkout-items-form .pro-total-price .pro-price,
.quick-checkout-items-form .pro-total-price small {
    text-align: right;
}

.quick-checkout-items-form .btn-black {
    font-family: var(--roboto);
    text-transform: uppercase;
    font-weight: 700;
}

.quick-checkout-items .price-div {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* QUICK CHECKOUT MODAL END */
/* HIDE SVG CANVAS ON VEHICLE DETAIL PAGE  */
.svg-canvas.hidden {
    display: none !important;
}

.product-details-page .canvas-container {
    display: none !important;
}

/* HIDE SVG CANVAS ON VEHICLE DETAIL PAGE END */

.your-cart .cart-product .apparel-size {
    color: #b0b0b0;
    font-size: 18px;
}

.product-listing-page .product-col.new-product::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../image/NewIcon.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 22px;
    z-index: 1;
}

.address-add-status {
    border-radius: 3px;
    border: 2px solid;
    padding: 10px 15px;
}

.address-add-status.failed {
    color: #ff0000;
    border-color: #ff0000;
}

.address-add-status.success {
    color: #4bb543;
    border-color: #4bb543;
}

.checkout-form .btn {
    color: white;
}

.checkout-form .btn:hover {
    color: black;
}

/* CENTERED LOGO IN CUSTOMIZE PAGE */
.customize-page-header .back-save,
.customize-page-header .header-action-wrap {
    width: 100%;
    max-width: 792px;
}

.cart-box {
    z-index: 2147483641;
}

/* CENTERED LOGO IN CUSTOMIZE PAGE END */

.black-bg {
    background-color: #000;
}

.share-link-modal i {
    font-size: 25px;
}

.modal-header {
    position: relative;
}

.share-link-modal .modal-header .modal-title {
    font-family: var(--roboto);
    color: white;
    margin: 0 auto;
}

.modal-header {
    position: relative;
}

.close-btn.left {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    color: white;
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.share-link-modal .copy-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.share-link-modal .copy-btn,
.share-link-modal input {
    height: inherit;
}

.share-link-modal input {
    margin-bottom: 0px;
}

.share-link-modal .copy-btn {
    background-color: transparent;
    font-family: var(--roboto);
    border: 1px solid black;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    font-weight: 500;
}

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.error-page .logo {
    margin-bottom: 50px;
}

.error-page h1 {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 15px;
}

.error-page p {
    font-size: 30px;
    margin-bottom: 40px;
}

.link {
    color: #505050;
    font-weight: 500;
}

.link.underlined {
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.link.red {
    color: var(--theme-color);
}

.roboto {
    font-family: var(--roboto);
}

.text-gray {
    color: var(--gray);
}

.img-contain {
    object-fit: contain;
}

.img-cover {
    object-fit: cover;
}

.chat-support-wrap {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.chat-support-img {
    margin-right: 15px;
    width: 40px;
}

.img-inherit {
    width: 100%;
    height: inherit;
}

.product-list-info {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    color: var(--gray);
    padding-top: 40px;
}

.product-list-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 40%;
    background-color: var(--gray);
}

.register-form-inner {
    display: none;
}

.dv-btn {
    border: 1px solid black;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
    background-color: black;
    color: white;
    transition: 0.3s all;
    cursor: pointer;
}

.dv-btn:hover {
    background-color: #666;
    border-color: #666;
}

.font-roboto {
    font-family: var(--roboto);
}

.underlined-link {
    text-decoration: underline;
}

.underlined-link:hover {
    text-decoration: none;
}

.fw-bold {
    font-weight: 700;
}

/* EDIT HETALI */
/* Wrap color section start */
.accent-color-wrap .popular-color-box {
    max-height: 136px;
    overflow-y: auto;
}

.edit-font-wrap a {
    margin-bottom: 3px;
}

.edit-font-color {
    width: 694px;
}

.r-wrap .edit-font-wrap {
    height: 100px;
}

.accent-color-wrap.show {
    padding: 5px 5px 5px 0;
}

.accent-color-wrap.show {
    align-items: unset;
}

.product-sec .container-fluid {
    height: calc(100vh - 286px);
}

.end-color {
    flex-wrap: nowrap;
}

/* Wrap color section end  */

/* personalize section */
div#personalized.show {
    padding: 5px;
}

.personalized-box .popular-color-box {
    padding: 5px 0 !important;
}

.personalize-heading-wrap small {
    margin-bottom: 0;
}

#personalized .edit-board {
    height: 112px;
    padding: 1px 10px;
}

/* personalize section end */

div#overlay.show {
    max-height: 126px;
}

#coverage.show {
    max-height: 126px;
}

/* changes 11-10-22 */
#logos .logo-row {
    max-height: 125px;
    min-height: 30px;
}

/* changes 10-10-22*/
.r-logos .logos-type {
    max-height: 195px;
}

/* HETALI CSS START */
.cart-total-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.cart-product-details-header {
    display: flex;
    justify-content: space-between;
}

.cart-product-details-header p {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-family: var(--primary-font);
}

.price-code {
    font-size: 23px;
    margin: 0px 0px 0px 5px;
    font-family: var(--primary-font);
}

.cart-product-details-body p {
    width: 100%;
    max-width: 300px;
    font-family: var(--roboto-con);
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    color: #6a6a6a;
    margin: 0;
}

/* cart qnt drop dwn */
.cart-qnt-wrapper {
    display: flex;
}

.cart-qnt-wrapper .btn {
    margin-left: 10px;
    font-size: 14px;
    padding: 5px;
    background-color: transparent;
    color: black;
    border: none;
}

.cart-qnt-wrapper p {
    margin-bottom: 0;
}

.cart-qnt-wrapper .dropdown-menu {
    min-width: 30px;
    font-size: 14px;
}

.cart-qnt-wrapper .dropdown-toggle::after {
    transition: 0.3s all;
}

.cart-qnt-wrapper .dropdown.show .dropdown-toggle::after {
    transform: rotate(-180deg);
}

.cart-qnt-wrapper .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    color: black;
    text-align: center;
}

.cart-qnt-wrapper .dropdown-item:active {
    background-color: #000;
    color: white;
}

.cart-box {
    height: auto;
}

/*.cart-product {
    padding: 0;
    border: none;
}*/
.cart-product {
    padding: 0;
    border-bottom: 1px solid #bcbcbc;
}

.cart-product-wrapper {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bcbcbc;
}

.cart-product-wrapper .cart-product {
    border: none;
}

.cart-product-overlay-text {
    text-align: right;
    display: flex;
    margin-left: auto;
}

.over-text-first {
    color: #6a6a6a;
    text-transform: capitalize;
    padding: 3px 5px;
    font-size: 18px;
}

.over-text-second {
    font-size: 18px;
    margin-left: 10px;
    padding: 3px 5px;
    background-color: #000;
    color: white;
    text-transform: uppercase;
}

/* HETALI CSS END */
/* 25-02-22 qty css start */
.qty-custom-count .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 40px;
    text-align: center;
}

.qty-custom-count div {
    text-align: center;
}

/*Prevent text selection*/
.qty-custom-count span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    color: #bbbbbb;
    font-size: 16px;
    cursor: pointer;
}

.qty-custom-count input {
    border: 0;
    width: 2%;
}

.qty-custom-count input::-webkit-outer-spin-button,
.qty-custom-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-custom-count input:disabled {
    background-color: white;
}

.primary-font {
    font-family: var(--primary-font);
    text-transform: capitalize;
}

/* 25-02-22 qty css end */

.sort-product-filter-wrapper {
    position: sticky;
    width: 140px;
    top: 150px;
}

.sort-product-filter-title {
    font-weight: 800;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    text-transform: uppercase;
    margin-bottom: 30px;
    font-style: italic;
}

.product-listing-page .product-col.new-product::before {
    display: none;
}

.product-listing-page .product-col.new-product .product-info-title {
    position: relative;
}

.product-listing-page .product-col .new-product-text {
    display: none;
}

.product-listing-page .product-col.new-product .new-product-text {
    display: inline-block;
    width: 50px;
    height: 22px;
    margin-right: 10px;
}

.product-listing-page .product-col.new-product .new-product-text img {
    width: 100%;
    object-fit: contain;
}

.sort-product-filter-wrapper .card {
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.sort-product-filter-wrapper .card-header {
    background-color: transparent;
    border-bottom: 1px solid black;
}

.sort-product-filter-wrapper button {
    background-color: transparent;
    border: none;
    color: var(--theme-color);
}

.sort-product-filter-wrapper button .plus-icon:before {
    content: "\f068";
}

.sort-product-filter-wrapper button.collapsed .plus-icon:before {
    content: "\f067";
}

.sort-product-filter-wrapper .find-wrapper-acoordion.collapsed {
    color: black;
}

/* .sort-product-filter-wrapper .accordion-data-show {
    border-top: 1px solid black;
} */
.find-wrapper-acoordion {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    font-family: var(--source-sans-pro);
    text-transform: uppercase;
}

.sort-product-filter-wrapper .sort-product-accordion {
    max-width: 200px;
}

.breadcrumb-item {
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
}

.sort-product-filter-wrapper h5 {
    font-size: 15px;
    font-weight: 800;
    font-family: var(--source-sans-pro);
    margin-bottom: 20px;
    color: #d8d8d8;
    text-transform: uppercase;
    transition: 0.3s all;
}

.pro-counter {
    font-family: var(--source-sans-pro);
    font-weight: 400;
}

.pro-counter {
    font-weight: 800;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    text-transform: uppercase;
}

.sort-product-filter-wrapper h5:hover {
    color: black;
}

.sort-product-filter-input {
    /* border: 1px solid #d8d8d8;
    height: 30px;
    padding: 0 15px 0 15px;
    width: 100%;
    max-width: 200px;
    font-size: 15px;
    margin-bottom: 30px;
    color: #d8d8d8;
    transition: 0.3s all;
    font-weight: 800;
    font-family: var(--source-sans-pro);*/
    /* font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    text-transform: uppercase;
    font-style: italic; */
    /* color: #d8d8d8;
    text-transform: uppercase;*/

    height: 35px;
    padding: 0 15px 0 15px;
    width: 100%;
    max-width: 200px;
    font-size: 15px;
    /*margin-bottom: 30px;*/
    margin-bottom: 7px;
    color: #d8d8d8;
    transition: 0.3s all;
    font-weight: 800;
    font-family: var(--source-sans-pro);
    /* font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    text-transform: uppercase;
    font-style: italic; */
    color: #d8d8d8;
    text-transform: uppercase;
    border-radius: 18px;
    border: 2px solid #000000;
}

.sort-product-filter-input::placeholder {
    color: #d8d8d8;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 400;
    font-family: var(--source-sans-pro);
    text-transform: uppercase;
}

.sort-product-filter-input:focus,
.sort-product-filter-input:hover {
    border: 1px solid black;
    color: black;
}

.sort-product-filter-input-wrapper .fa {
    display: none;
}

.sort-product-filter-wrapper .form-check-label {
    margin-bottom: 0;
    font-size: 15px;
    color: #6c757d;
    font-weight: 400;
    font-family: var(--source-sans-pro);
    text-transform: uppercase;
}

.sort-product-filter-wrapper .form-check-input {
    top: 5px;
}

.accordion-data-show.show .sort-product-filter-wrapper button {
    color: red;
}

.product-info.accessory-info {
    display: flex;
    justify-content: unset;
}

.product-info.accessory-info .product-info-title {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.product-info.accessory-info .product-info-title::after {
    position: absolute;
    top: 5px;
    right: 0;
    content: "";
    height: calc(100% - 10px);
    background-color: black;
    width: 2px;
}

/* new css end < hetali */
.change_layout {
    /* height: 30px;
    width: 30px; */
    cursor: pointer;
}

.change_layout img {
    height: inherit;
    width: 100%;
    vertical-align: middle;
}

ul.productgrid {
    height: 42px;
    align-items: center;
}

.grid-list-view li:after {
    bottom: -5px;
}

h4.product-info-title {
    /*font-family: var(--raleway);*/
    font-weight: 800;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    text-transform: uppercase;
}

.faq-flex {
    display: flex;
    align-items: center;
    width: 100%;
}

/* .faq-image {
    height: 100%;
} */
.decal-anatomy-desktop {
    width: 100%;
}

.condition-check-wrap {
    position: relative;
}

.condition-check-wrap input {
    /* opacity: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 1rem; */
}

.check-camouflage {
    border: 1px solid #bbbec1;
    background-color: white;
    pointer-events: none;
    position: absolute;
    cursor: pointer;
    width: 13px;
    height: 13px;
    z-index: 1;
    top: 5px;
    left: 0;
    z-index: 10;
    margin-top: 0.3rem;
    /* display: none; */
    margin-left: -1.25rem;
}

.condition-check-wrap input:checked {
    opacity: 0;
}

.condition-check-wrap input:checked + .check-camouflage {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.user-account-btn,
.cart-btn {
    width: 65px;
    height: 65px;
}

.user-account-btn img,
.cart-btn img {
    width: 100%;
}

.canvas-container {
    height: 600px !important;
}

/* .product-page .fixed-row-product-header {

    position: fixed;
    display: block;
    width: 100%;
} */
.fixed-row-product-header-wrapper {
    display: block;
    width: 100%;
    position: fixed;
    padding: 20px 0;
    height: 68px;
    z-index: 10;
    background-color: white;
    margin-top: -5px;
}

.sort-product-filter-wrapper-col {
    padding-top: 68px;
}

/*new payment success page css start < hetali */
/*banner payment success css start < hetali */
.banner-payment-success {
    padding-top: 185px;
    display: block;
    width: 100%;
}

.payment-success-details-row {
    align-items: center;
}

.payment-success-heading-wrapper {
    display: flex;
    align-items: center;
}

.payment-success-cart-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.order-print-wrapper {
    text-align: right;
}

.order-print {
    border: 1px solid var(--light-gray);
    padding: 8px 60px;
    color: black;
    transition: 0.3s all;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: var(--source-sans-pro);
}

.order-print:hover {
    color: white;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.payment-success-heading {
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-style: italic;
    font-size: 40px;
    font-weight: 800;
}

.payment-success-details-list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.payment-success-details-list li {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
    margin-bottom: 5px;
}

.payment-success-details-list li .payment-success-content {
    font-weight: 800;
}

.payment-success-details-list-wrapper {
    display: flex;
    justify-content: center;
}

.payment-success-details-list:first-child {
    margin-right: 45px;
}

/*banner payment success css end < hetali */
/*shipping info css start < hetali */
.shipping-info {
    padding-top: 32px;
}

.order-address-content-border-mobiel {
    width: 100%;
}

.shipping-info-heading {
    margin-bottom: 18px;
}

.shipping-info-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid var(--light-gray);
}

h5.payment-page-heading {
    font-size: 15px;
    font-weight: 800;
    font-family: var(--source-sans-pro);
    text-transform: uppercase;
}

.order-address-content {
    position: relative;
    padding: 0px 50px;
    border-left: 1px solid var(--light-gray);
    height: 100%;
}

.order-address-content-border {
    border: none;
}

.order-address-content h5.payment-page-heading {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.order-address-content p {
    font-size: 15px;
    font-weight: 400;
    max-width: 160px;
    font-family: var(--source-sans-pro);
    margin-bottom: 5px;
}

.order-track-content {
    color: var(--theme-color);
    font-weight: 800;
}

.visa-icon-blue {
    color: white;
    background-color: #1b1970;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-style: italic;
    font-weight: 800;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 11px;
    display: inline-block;
}

.payment-page-visa-content {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
    margin-bottom: 12px;
}

.order-address-content .visa-text {
    margin-left: 50px;
}

/*shipping info css end < hetali */
/*order summary css start < hetali */
.order-summary {
    padding-top: 32px;
}

.order-summary-row {
    justify-content: space-between;
}

.order-summary h5.order-summary-heading {
    margin-bottom: 20px;
}

.single-product-order-summary h5.payment-page-heading {
    text-transform: capitalize;
}

.single-product-order-summary h5.payment-page-heading {
    text-transform: capitalize;
}

.order-summary ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.order-summary ul li span {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
    margin-bottom: 5px;
}

.single-product-order-summary-gray {
    color: var(--light-gray);
}

.order-summary-spacing {
    margin-bottom: 25px;
}

.order-img-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.order-img-wrapper img {
    transform: scale(1);
    width: 100%;
    transition: 0.5s ease-in-out;
}

.order-img-wrapper:hover img {
    transform: scale(1.1);
}

.order-img-wrapper img {
    width: 100%;
}

.order-summary .order-total {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.order-summary .order-total li {
    display: flex;
    justify-content: space-between;
}

.order-summary .order-total li span {
    color: var(--light-gray);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
}

.order-summary .order-total li:last-child {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--light-gray);
}

.order-summary .order-total li:last-child span {
    font-weight: 800;
    color: black;
}

.order-summary .order-total li span.discount-code {
    color: var(--theme-color);
}

/*order summary css end < hetali */
/*new payment success page css end < hetali */

/*test*/
/* NEW WELL COME PAGE HETALI CSS START */
.primary-button {
    background-color: var(--primary-color);
    padding: 16px 25px;
    color: var(--white);
    font-size: 24px;
    align-items: center;
    justify-content: center;
    /* font-family: var(--secondary-font); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    display: inline-flex;
    line-height: 1;
    transition: 0.3s all;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    min-width: 221px;
    min-height: 55px;
}

.primary-button:hover {
    color: var(--white);
    background-color: var(--theme-color);
}

.secondary-button {
    font-weight: 800;
    /* font-family: var(--secondary-font); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    background-color: var(--white);
    padding: 16px 25px;
    color: var(--primary-color);
    font-size: 24px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-style: italic;
    line-height: 1;
    transition: 0.3s all;
    text-transform: uppercase;
    min-width: 221px;
    min-height: 55px;
}

.secondary-button:hover {
    color: var(--white);
    background-color: var(--theme-color);
}

.spacing-top {
    padding-top: 30px;
}

.spacing-bottom {
    padding-bottom: 30px;
}

/* HERO SECTION  PAGE START*/

.welcome-hero-banner {
    display: block;
    position: relative;
    padding-top: 135px;
    margin: 0;
    /* change height of hero section start 22-03-22*/
    height: calc(100vh - 110px);
    /* change height of hero section end*/
    /* height: 100vh; */
}

.welcome-hero-banner .hero-banner-slider,
.welcome-hero-banner .hero-banner-slider .slick-list,
.welcome-hero-banner .hero-banner-slider .slick-track,
.welcome-hero-banner .hero-banner-slider .slick-slide {
    height: 100% !important;
}

.welcome-hero-banner .hero-banner-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.welcome-hero-banner .hero-slider-nav-item {
    /* width: 37px !important;
    height: 37px !important; */
    width: 60px !important;
    height: 60px !important;
    display: inline-block;
    margin-right: 7px;
    cursor: pointer;
}

/* .welcome-hero-banner .hero-slider-nav-item svg,
.welcome-hero-banner .hero-slider-nav-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
} */
.welcome-hero-banner .slider-list-item {
    color: black;
}

.hero-banner-navslider-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    z-index: 10;
    bottom: 0px;
}

.welcome-hero-banner .hero-slider-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.hero-banner-slider-item.slick-slide:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    bottom: 0;
    background: rgb(128 128 128 / 30%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* 22-03-22 added hero section overlay start*/
.hero-banner-slider-item.slick-slide:nth-child(1)::after {
    background-color: rgb(255 255 255 / 82%);
}

.hero-banner-slider-item.slick-slide:nth-child(2)::after {
    /* background: rgb(128 128 128 / 60%); */
    background: rgb(128 128 128 / 80%);
}

.hero-banner-slider-item.slick-slide:nth-child(3)::after {
    background-color: rgb(0 255 255 / 30%);
}

/* 22-03-22 added hero section overlay end*/

.welcome-hero-banner .slider-text {
    position: absolute;
    left: 0;
    /* top: 145px; */
    top: 33.33%;
    width: 100%;
}

.welcome-hero-banner .slick-list {
    padding: 0px 0px !important;
}

.welcome-hero-banner .slick-list .slick-track {
    margin-right: unset;
}

.welcome-hero-banner .scroll-down-button {
    padding: 10px 0;
    display: flex;
    align-self: flex-end;
    cursor: pointer;
    animation-name: scrollupdwn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: rotate(90deg) translateY(-50%);
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: difference;
}

.welcome-hero-banner .scroll-down-button svg {
    fill: currentColor;
}

.arrow-line-color.cls-1 {
    stroke: currentColor;
}

@keyframes scrollupdwn {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 35px;
    }
}

.welcome-hero-banner .scroll-down-button p {
    display: inline-flex;
    font-size: 20px;
    color: gray;
    font-weight: 700;
    font-family: var(--source-sans-pro);
    white-space: nowrap;
    align-items: center;
}

.scroll-down-buton-wrapper svg,
.scroll-down-buton-wrapper img {
    width: 100%;
    height: 100%;
}

.welcome-hero-banner .scroll-down-button span.scroll-down-buton-wrapper {
    padding-left: 10px;
    height: auto;
    width: 100px;
}

.welcome-hero-banner .scroll-down-button img {
    width: 100%;
    height: 100%;
}

.welcome-hero-banner .slider-text {
    z-index: 99;
}

.welcome-hero-banner .slider-text .container {
    height: 100%;
}

.welcome-hero-banner .slider-text-wrapper {
    position: relative;
}

.welcome-hero-banner .slider-text h1 {
    font-weight: 800;
    z-index: 999;
    position: relative;
    max-width: max-content;
    color: black;

    font-size: 28px;
    font-style: italic;
    line-height: 1.5;

    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
}

.welcome-hero-banner .hero-banner-slider-item:nth-child(2) .slider-text h1,
.welcome-hero-banner .hero-banner-slider-item:nth-child(3) .slider-text h1 {
    color: white;
}

.welcome-hero-banner .hero-banner-slider-item:nth-child(2) .slider-text span a,
.welcome-hero-banner .hero-banner-slider-item:nth-child(3) .slider-text span a {
    color: black;
    background-color: white;
}

.welcome-hero-banner .slider-text .banner-button {
    margin-left: 20px;
}

/* .welcome-hero-banner .slider-text span a {
    word-break: keep-all;
    cursor: pointer;
    color: white;
    background-color: black;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
    line-height: 1.5;
    text-decoration: none;
    word-break: keep-all;
    transition: 0.3s all;
} */
.welcome-hero-banner .slider-text span a:hover {
    background-color: var(--theme-color);
}

.welcome-hero-banner
    .hero-banner-slider-item:nth-child(2)
    .slider-text
    span
    a:hover,
.welcome-hero-banner
    .hero-banner-slider-item:nth-child(3)
    .slider-text
    span
    a:hover {
    color: white;
    background-color: var(--theme-color);
}

.hero-slider-nav .slick-track {
    width: 100%;
    transform: none !important;
}

.slider.hero-slider-nav.slick-initialized.slick-slider {
    margin-bottom: 0;
}

/* .hero-banner-navslider-wrapper .slick-initialized .slick-slide {
    width: 30px;
} */

.hero-slider-nav .hero-slider-nav-item {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000;
}

.hero-slider-nav-item svg {
    width: 32px;
    height: 32px;
}

.hero-slider-nav .slick-current .hero-slider-nav-item {
    color: #000;
    background-color: #fff;
}

/* HERO SECTION NEW WELL PAGE END */

/* FEATURE BUILD SECTION START */
.featurebuilds {
    padding-top: 35px;
    padding-bottom: 60px;
    display: block;
}

.featurebuilds .slick-track {
    display: flex !important;
}

.featurebuilds .slick-slide {
    height: inherit !important;
}

.featurebuilds h2 {
    font-size: 41px;
    font-weight: 800;
    text-align: center;
    margin: 0px auto;
    font-style: italic;
    margin-bottom: 30px !important;
    /* font-family: var(--secondary-font); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
}

.featurebuilds h3 {
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    margin: 0;
    /* font-family: var(--secondary-font); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
}

.h2.heading-featurebuilds-text {
    margin-bottom: 30px;
}

.feature-build-items {
    margin-bottom: 40px;
}

.featurebuilds-slider-wrapper {
    position: relative;
}

.feature-build-items-sadow-right,
.feature-build-items-sadow-left {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
    height: inherit;
    width: 320px;
    background-image: linear-gradient(to right, white, rgb(255 255 255 / 0%));
    z-index: 10;
}

.feature-build-items-sadow-right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgb(255 255 255 / 0%), white);
}

.heading-featurebuilds {
    text-align: center;
}

.feature-build-item-img {
    width: 100%;
}

.featurebuilds-item-color-box {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.featurebuilds-item-color-box:last-child {
    margin-right: 0px;
}

.sky-blue-box {
    background-color: #27bbbc;
}

.red-box {
    background-color: #ca0d62;
}

.green-box {
    background-color: blue;
}

.feature-build-item p {
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    /* font-family: var(--primary-font); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    margin-bottom: 1px;
}

.feature-build-item-text {
    font-size: 15px;
    margin-right: 20px;
    font-family: var(--source-sans-pro);
    font-weight: 300;
}

.feature-build-item-heading {
    margin-bottom: 20px;
    font-size: 15px;
}

.featurebuilds .slick-dots li button {
    opacity: 1;
    border: 1px solid #cacaca;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.featurebuilds .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #cacaca;
}

.featurebuilds .slick-dots li button:before {
    font-size: 0px;
}

.featurebuilds .slick-dots {
    bottom: -50px;
}

.featurebuilds .slick-dots li {
    margin: 0 3px;
    width: 16px;
    height: 16px;
}

/* feature slick slider button css start< hetali */

.featurebuilds .slick-arrow.slick-next {
    width: 32px;
    height: 32px;
    right: 10px;
    background: url("../image/prevArrow.svg") no-repeat center;
    background-color: transparent;
    background-size: 30px 30px;
    z-index: 15;
    opacity: 1;
}

.featurebuilds .slick-arrow.slick-next:hover {
    opacity: 1;
}

.featurebuilds .slick-arrow.slick-next::before {
    display: none;
}

.featurebuilds .slick-arrow.slick-prev {
    width: 32px;
    height: 32px;
    left: 10px;
    background: url("../image/nexArrow.svg") no-repeat center;
    background-color: transparent;
    background-size: 30px 30px;
    z-index: 15;
    opacity: 1;
}

.featurebuilds .slick-arrow.slick-prev:hover {
    opacity: 1;
}

.featurebuilds .slick-arrow.slick-prev::before {
    display: none;
}

/* feature build slick slider button css end < hetali */

.featurebuild-content-wrap {
    display: flex;
    flex-direction: row;
}

.featurebuilds-button {
    margin-right: 20px;
}

/* FEATURE BUILD SECTION END */

/* DESIGNING GUIDELINE SECTION START  */
.designing-guideline {
    background-color: #000;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}

.designing-guideline h3.designing-guideline-heading {
    margin-bottom: 20px;
    font-size: 24px;
    max-width: 350px;
    font-style: italic;
    color: var(--white);
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    /* font-family: var(--secondary-font); */
    font-weight: 800;
}

.designing-guideline p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 450px;
    color: var(--white);
    font-family: var(--source-sans-pro);
    font-weight: 400;
    margin-bottom: 20px;
}

/* play button designing css start < hetali  */
.play-button-designing {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.play-button-designing img {
    width: 100%;
    object-fit: contain;
    height: inherit;
}

/* play button designing css end < hetali  */

.designing-guideline-first-video img {
    width: 100%;
    height: inherit;
    object-fit: contain;
}

.designing-guideline-first-video-wrapper-image-after {
    position: relative;
    width: max-content;
    margin: 0px auto;
}

.designing-guideline-first-video-wrapper-image {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.designing-guideline-first-video-wrapper-image:after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #000000 0%, transparent 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: -100px;
}

.designing-guideline-first-video-wrapper-image:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(to left, #000000 0%, transparent 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.designing-guideline-first-video-wrapper-image img {
    max-height: 221px;
}

.designing-guideline iframe {
    height: 500px;
}

.designing-guideline .modal-dialog {
    max-width: 1000px;
    height: auto;
}

/* video css end */

/* .slick-slide {
    height: auto !important;
} */
/* .design-video-image-wrapper-first img {
    width: 100%;
} */
.designing-guideline-first-video iframe {
    width: 100%;
}

/* DESIGNING GUIDELINE SECTION END  */

/* MODEL FIND SECTION START  */
.model-find {
    display: block;
    position: relative;
    background-color: #f0f0f0;
    padding-top: 65px;
    padding-bottom: 65px;
    margin-bottom: 30px;
}

.model-find::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background-image: url("../image/wave-pattern.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.model-find-wrapper {
    position: relative;
    z-index: 50;
}

.model-find h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-style: italic;
    /* font-family: var(--secondary-font); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
}

.model-find p {
    font-family: var(--source-sans-pro);
    font-size: 15px;
    font-weight: 400;
    text-transform: lowercase;
}

.find-model-discription p {
    margin-bottom: 20px;
    max-width: 300px;
}

.model-find p.find-model-discription-text {
    margin-bottom: 20px;
}

.model-find p.find-model-discription-text::first-letter {
    text-transform: capitalize;
}

.model-find p.find-model-discription-text span {
    text-transform: capitalize;
}

.find-vehicle-text::first-letter {
    text-transform: capitalize;
}

.find-vehicle-text span {
    text-transform: capitalize;
}

.model-find .custom-select {
    width: 100%;
    border-radius: unset;
}

.find-model-dropdown-wrapper {
    margin-bottom: 30px;
}

.model-find .custom-select {
    font-size: 15px;
    font-family: var(--source-sans-pro);
    font-weight: 700;
    display: flex;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    border: 1px solid black;
    position: relative;
    color: #000;
    text-transform: capitalize;
    background-image: none;
    background-color: #f0f0f0;
    text-align: center;
}

.model-find .custom-select.active .custom-select-icon {
    top: 0px;
}

.custom-select:focus {
    box-shadow: none;
}

.custom-select-drop-down-image {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    right: 26px;
    pointer-events: none;
    transform: translateY(-50%);
}

.custom-select-drop-down-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: unset;
}

p.find-vehicle-text {
    margin: 0;
    font-size: 14px;
    color: #b1b1b1;
}

/* MODEL FIND SECTION END  */

/* FAQ SECTION START */
.faq-section {
    width: 100%;
    margin: 0px auto;
    padding-top: 50px;
    /* padding-bottom: 50px; */
}

.faq-guidline-img-desktop {
    width: 100%;
}

.faq-section .slide {
    height: 100% !important;
}

.faq-section .slick-track {
    display: flex !important;
}

.faq-section .slick-slide {
    height: inherit !important;
}

/* .faq-guidline-mobile, */
.wrap-coverage-mobile,
.order-proces-mobile {
    display: none;
}

/* .decal-anatomy-mobile h2 {
    font-size: 15px;
    font-weight: 800;
    font-family: var(--source-sans-pro);
} */
.decal-anatomy-mobile {
    padding-top: 180px;
}

.decal-anatomy-mobile h2 {
    margin-bottom: 1px;
    font-size: 24px;
    font-style: italic;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
}

.decal-anatomy-mobile p {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
}

.decal-anatomy-mobile-items {
    margin: 0px auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.decal-anatomy-mobile-items {
    margin-bottom: 10px;
    position: relative;
}

.decal-anatomy-content-wrapper .decal-anatomy-mobile-items::after {
    width: 334px;
    height: 1px;
    content: "";
    background-color: #a0a0a0;
    position: absolute;
    right: -374px;
    top: 80%;
}

.faq-slider-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0px auto;
}

.responsive-faq {
    width: 100%;
}

.faq-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.faq-section .faq-section .slick-dots {
    bottom: 10px !important;
}

.faq-title {
    margin-bottom: 10px;
    align-self: flex-start;
    font-size: 24px;
    font-style: italic;
    /* font-family: var(--secondary-font); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
}

.faq-section .slick-dots li button:before {
    font-size: 0px;
}

.faq-section .slick-dots li button {
    opacity: 1;
    border: 1px solid #cacaca;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.faq-section .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #cacaca;
}

.faq-section .slick-dots li {
    margin: 0 3px;
    width: 16px;
    height: 16px;
}

/* faq slick slider button css start< hetali */
.faq-section .slick-dots {
    position: absolute;
    bottom: 20px;
}

.faq-section .slick-arrow.slick-next {
    width: 70px;
    height: 70px;
    right: 0;
    background: url("../image/prevArrow.svg") no-repeat center;
    background-color: transparent;
    background-size: 50px 50px;
    z-index: 10;
    opacity: 1;
}

.faq-section .slick-arrow.slick-next:hover {
    opacity: 1;
}

.faq-section .slick-arrow.slick-next::before {
    display: none;
}

.faq-section .slick-arrow.slick-prev {
    width: 70px;
    height: 70px;
    left: 0;
    background: url("../image/nexArrow.svg") no-repeat center;
    background-color: transparent;
    background-size: 50px 50px;
    z-index: 10;
    opacity: 1;
}

.faq-section .slick-arrow.slick-prev:hover {
    opacity: 1;
}

.faq-section .slick-arrow.slick-prev::before {
    display: none;
}

/* faq slick slider button css end < hetali */

.faq-image {
    /* padding: 20px 0; */
    flex-direction: column;
    /* width: 80%; */
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-image img {
    width: 100%;
}

.faq-content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.faq-content {
    justify-content: space-between;
    margin-bottom: 58px;
    display: flex;
}

.faq-content ul {
    margin-right: 20px;
    list-style-type: none;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: auto;
}

.faq-content .shipping-description,
.faq-content ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
}

.faq-content ul li {
    margin-bottom: 5px;
}

.faq-content .shipping-description {
    max-width: 360px;
    margin-bottom: 0;
    margin-top: auto;
}

.order-process-img img {
    width: 100%;
}

.faq-item .wrap-coverage-content {
    display: flex;
}

.wrap-coverage-item {
    width: 25%;
}

.faq-item .wrap-coverage-img img {
    width: 100%;
}

.faq-item .wrap-coverage-content p {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
}

.faq-item .faq-content-line {
    width: 100%;
    height: 11px;
    margin-right: 10px;
    margin-bottom: 20px;
    transform: skewX(-10deg);
}

.faq-item .wrap-coverage-content h3 {
    font-size: 37px;
}

.faq-item .wrap-coverage-content p {
    font-size: 15px;
    font-weight: 400;
    max-width: 320px;
    font-family: var(--source-sans-pro);
}

.wrap-coverage-item h2 {
    font-size: 24px;
    font-style: italic;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
    text-transform: uppercase;
}

.wrap-coverage-item:nth-child(1) .faq-content-line {
    background-color: #27bbbc;
}

.wrap-coverage-item:nth-child(2) .faq-content-line {
    background-color: #edbe4f;
}

.wrap-coverage-item:nth-child(3) .faq-content-line {
    background-color: #ea1e33;
}

.wrap-coverage-item:nth-child(4) .faq-content-line {
    background-color: #b9cf46;
}

.wrap-coverage-item-wrapper {
    margin-right: 10px;
    margin-left: 5px;
}

.faq-content-video {
    max-width: 468px;
    width: 100%;
    height: 187px;
    position: relative;
}

.play-button-orderfulfillment {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.play-button-orderfulfillment img {
    width: 100%;
    object-fit: contain;
    height: inherit;
}

.feature-video-wrapper-image {
    height: inherit;
}

.feature-video-wrapper-image img {
    width: 100%;
    object-fit: cover;
    height: inherit;
}

.faq-content-video-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-content-video-button img {
    width: 100%;
    object-fit: contain;
    height: inherit;
}

.faq-item .wrap-coverage-content {
    max-width: 1278px;
    margin: 0px auto;
}

.wrap-coverage-desktop .wrap-coverage-img {
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.faq-image .decal-anatomy-title {
    margin-bottom: 10px;
}

/* new faq content order process css start< hetali */
.order-process-desktop-content {
    background-color: black;
}

.order-process-desktop-content-row {
    display: flex;
    /* padding-left: 40px;
    padding-right: 40px; */
}

.order-fulfillment-wrapper-desktop {
    width: 100%;
    overflow: hidden;
}

.order-process-desktop-content-row1 {
    padding-top: 100px;
}

.order-process-desktop-content-row1 .order-process-desktop-item {
    border-bottom: 1px solid white;
    position: relative;
}

.order-process-desktop-content-row1 .order-process-desktop-item::after {
    position: absolute;
    left: -7.5px;
    bottom: -7.5px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: black;
    border: 2px solid white;
    content: "";
    z-index: 5;
}

.order-process-desktop-content-row2 .order-process-desktop-item {
    position: relative;
}

.order-process-desktop-content-row2 {
    padding-bottom: 100px;
}

.order-process-desktop-item-top {
    width: 18%;
    border-left: 1px solid white;
    padding-bottom: 45px;
}

.order-process-desktop-item-top:nth-child(1),
.order-process-desktop-item-top:nth-child(2) {
    width: 23%;
}

.order-process-desktop-item-bottom {
    padding-top: 45px;
    width: 18%;
    border-left: 1px solid white;
}

.order-process-desktop-content-row2 .order-process-desktop-item::after {
    position: absolute;
    left: -7.5px;
    top: -7.5px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: black;
    border: 2px solid white;
    content: "";
    z-index: 5;
}

.order-process-desktop-content-row2
    .order-process-desktop-item:nth-child(2):after {
    display: none;
}

.order-process-desktop-item-wrapper {
    position: relative;
}

.order-process-desktop-content-row2
    .order-process-desktop-item:nth-child(1)
    .order-process-desktop-item-wrapper:after {
    width: 140%;
    background-color: transparent;
    border-top: none;
    border-left: 2px dashed white;
    border-bottom: 2px dashed white;
    border-right: 2px dashed white;
    height: 35px;
    content: "";
    left: 16px;
    display: block;
    border-radius: 70px;
    z-index: 2;
    position: absolute;
    bottom: -53px;
}

.order-process-desktop-content-row2
    .order-process-desktop-item:nth-child(1)
    .order-process-desktop-item-wrapper {
    position: relative;
    z-index: 20;
}

.order-process-desktop-content-row2
    .order-process-desktop-item:nth-child(1)
    .order-process-desktop-item-wrapper:before {
    bottom: -27px;
    left: 12px;
    content: "";
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 20px solid white;
}

.order-process-desktop-item-bottom:first-child {
    margin-left: 5%;
}

.order-process-desktop-item-bottom:nth-child(2) {
    width: 25%;
}

.order-process-desktop-content-row1 .order-proces-mobile-or {
    position: relative;
}

.order-process-desktop-content-row1 .order-proces-desktop-or::before {
    content: "OR";
    color: #c42127;
    left: 50%;
    bottom: -10px;
    position: absolute;
    height: 22px;
    padding-left: 2px;
    width: 22px;
    background-color: black;
    z-index: 99;
}

.order-process-desktop-content-row1
    .order-proces-desktop-or
    .order-process-desktop-item-wrapper {
    position: relative;
}

.order-process-desktop-content-row1
    .order-proces-desktop-or
    .order-process-desktop-item-wrapper::after {
    content: "";
    left: 53%;
    top: 123%;
    border-left: 2px dashed white;
    height: 60px;
    z-index: 50;
    position: absolute;
}

.order-process-desktop-content-row1
    .order-proces-desktop-or
    .order-process-desktop-item-wrapper::before {
    left: 52%;
    top: 212%;
    content: "";
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 16px solid white;
}

/* .order-process-desktop-item-bottom:nth-child(1),
.order-process-desktop-item-bottom:nth-child(2) {
    width: 25%;
} */
.order-process-desktop-item-wrapper {
    padding-left: 10px;
}

.order-process-desktop-content h2,
.order-process-desktop-content p {
    color: white;
    margin-bottom: 0;
}

.order-process-desktop-content h6 {
    color: #c42127;
    margin-bottom: 3px;
    font-size: 12px;
    font-style: italic;
}

.order-process-desktop-content p {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
    max-width: 220px;
}

.order-process-desktop-content h2 {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    font-family: var(--source-sans-pro);
    margin-bottom: 3px;
}

.business-bg {
    color: #a0a0a0;
}

.customer {
    color: #c42127;
}

h6.designer {
    color: #00c7c4;
}

/* new faq content order process css start< hetali */

/* new faq guild line start < hetali */
.faq-guidline-mobile {
    width: 75%;
    margin: 0px auto;
}

.faq-guidline-mobile-item-img {
    height: 90px;
}

.faq-guidline-mobile-item img {
    transform: scaleX(-10deg);
}

.faq-guidline-mobile-item-img img {
    height: inherit;
}

.faq-guidline-mobile-item {
    display: flex;
    flex-direction: column;
    width: 22%;
    margin-left: 10px;
}

.faq-guidline-mobile-item-img {
    margin-bottom: 10px;
}

.faq-guidline-mobile-item:first-child {
    margin-left: 0;
}

.faq-guidline-mobile-item img {
    transform: skewX(-10deg);
}

.faq-guidline-mobile-item-main {
    width: 100%;
    margin-bottom: 10px;
}

.faq-guidline-mobile-subimg-flex {
    display: flex;
    margin-top: -32px;
}

.faq-guidline-mobile-item h2 {
    order: 1;
    padding-left: 10px;
    margin-bottom: 10px;
    align-self: flex-start;
    font-size: 24px;
    font-style: italic;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
}

.faq-guidline-mobile-item p {
    order: 3;
    font-size: 15px;
    font-weight: 800;
    font-family: var(--source-sans-pro);
    font-weight: 400;
    margin-bottom: 0;
}

.faq-guidline-mobile-item-img {
    order: 2;
}

/* new faq guild line end < hetali */

/* new shipping rate css < start  */
.shipping-text-mobile {
    display: none;
}

.shipping-mobile {
    position: relative;
    width: 100%;
}

.shipping-wrapper-main {
    overflow: hidden;
}

.shipping-mobile-item-map {
    display: none;
}

.shipping-mobile-wrapper2 .shipping-mobile-item {
    /* max-width: 330px; */
}

/* .shipping-mobile::after {
    position: absolute;
    left: 178px;
    top: -60px;
    width: 100%;
    content: "";
    height: 100%;
    background-image: url("../image/shipping-map-mobile.png");
    background-repeat: no-repeat;
    background-size: 930px 400px;
} */
.shipping-rate-wrapper-desktop {
    display: block;
    /* margin-bottom: 70px; */
}

.shipping-rate-wrapper {
    margin-bottom: 5px;
    display: none;
}

.shipping-mobile-row {
    /* padding-top: 150px; */
    justify-content: space-between;
}

.shipping-mobile-wrapper1 {
    order: 2;
    /* padding-top: 173px; */
}

.shipping-mobile-wrapper2 {
    order: 1;
    padding-top: 173px;
}

.shipping-mobile h2 {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 800;
    font-family: var(--source-sans-pro);
}

.shipping-mobile p {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
}

.shipping-mobile .shipping-rate p {
    color: #cfcfcf;
    font-size: 10px;
}

.shipping-mobile-item.shipping-rate {
    max-width: 805px;
    display: flex;
    /* margin: 0px auto; */
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    padding-right: 100px;
    margin-top: -50px;
}

.shipping-map-content {
    max-width: 1000px;
}

/* .shipping-price-table-wrapper {
    border: 1px solid gray;
    font-size: 10px;
    font-weight: 400;
    font-family: var(--source-sans-pro);
}
.shipping-price-table-wrapper .gray {
    color: #cfcfcf;
    font-size: 6px;
}
.shipping-price-table-wrapper th,
.shipping-price-table-wrapper td {
    width: 60px;
} */
/* new shipping rate css < start  */

/* new decal anatomy css start< hetali */
/* new decal anatomy css end< hetali */
/* FAQ SECTION END */

/* SHOP PRODUCT SECTION START */
.shop-product {
    display: block;
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}

.shop-product .slick-track {
    display: flex !important;
}

.shop-product .slick-slide {
    height: inherit !important;
}

.shop-product::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    /*background-image: url("../image/pattern-shoping-div.png");*/
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.shop-bottom-button {
    display: none;
    text-align: center;
    margin-top: 60px;
}

.shop-product-title {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.shop-product-title .shoping-date {
    margin-right: 10px;
    font-size: 24px;
    font-style: italic;
    /* font-family: var(--secondary-font); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
}

.shop-product-wrapper {
    /* background-color: var(--white); */
    position: relative;
    z-index: 10;
}

.productshop-item {
    text-align: center;
}

.productshop-item-img {
    margin: 0px auto;
}

.productshop-item-img img {
    margin: 0px auto;
}

.shop-product .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #cacaca;
}

.shop-product .slick-dots li button {
    opacity: 1;
    border: 1px solid #cacaca;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.shop-product .slick-dots li button::before {
    font-size: 0;
}

.productshop-slider .slick-dots {
    position: absolute;
    bottom: -39px;
}

/* .productshop-slider slick slider button css start< hetali */
.productshop-slider .slick-arrow.slick-next {
    width: 32px;
    height: 32px;
    right: 10px;
    background: url("../image/prevArrow.svg") no-repeat center;
    background-color: transparent;
    background-size: 30px 30px;
    z-index: 15;
    opacity: 1;
}

.productshop-slider .slick-arrow.slick-next:hover {
    opacity: 1;
}

.productshop-slider .slick-arrow.slick-next::before {
    display: none;
}

.productshop-slider .slick-arrow.slick-prev {
    width: 32px;
    height: 32px;
    left: 10px;
    background: url("../image/nexArrow.svg") no-repeat center;
    background-color: transparent;
    background-size: 30px 30px;
    z-index: 15;
    opacity: 1;
}

.productshop-slider .slick-arrow.slick-prev:hover {
    opacity: 1;
}

.productshop-slider .slick-arrow.slick-prev::before {
    display: none;
}

/* feature build slick slider button css end < hetali */

.product-name {
    font-weight: 800;
    font-size: 15px;
    /* font-family: var(--source-sans-pro); */
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-style: italic;
    text-transform: uppercase;
}

/*.product-name span {
    font-weight: 400;
}*/
.productshop-slider img {
    width: 100%;
}

/* SHOP PRODUCT SECTION END */

/* FEATURE VIDEO SECTION START */
.feature-video {
    display: block;
    position: relative;
}

.feature-video .feature-video-heading {
    margin-bottom: 40px !important;
    font-size: 24px;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
    font-style: italic;
}

.feature-video .feature-video-wrapper {
    position: relative;
    padding-left: 0;
}

.feature-video-wrapper-image img {
    width: 100%;
}

/* play button feature video section start < hetali */
.play-button-feature {
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button-feature img {
    width: 100%;
    object-fit: contain;
    height: inherit;
}

/* play button feature video section end < hetali */

/* video model css start < hetali */
.video-model-wrapper .close-model {
    background: var(--theme-color);
    border-radius: 100%;
    text-align: center;
    color: var(--white);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 1;
    width: 45px;
    height: 45px;
    font-size: 30px;
    right: 10px;
    top: -58px;
}

.video-model-wrapper .close:not(:disabled):not(.disabled):focus,
.video-model-wrapper .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.video-model-wrapper .close-model span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-model-wrapper .modal-dialog {
    max-width: 1000px;
    height: auto;
}

.video-model-wrapper video {
    width: 100%;
    height: auto;
}

.video-model-wrapper .modal-body {
    padding: 5px;
}

/* video model css end < hetali */
/* FEATURE VIDEO SECTION  END*/

/* SOCIAL MEDIA SECTION START */
.social-media {
    padding-bottom: 30px;
    padding-top: 60px;
}

.social-media-items {
    width: 100%;
    display: flex;
}

.social-media-item {
    width: 20%;
}

.social-media-item a {
    display: block;
}

.social-media-item img {
    width: 100%;
}

.social-media-icon {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.social-media-icon a {
    width: 26px;
    height: 26px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-icon img {
    width: 100%;
}

.social-media-text {
    font-size: 24px;
    /* font-family: var(--secondary-font); */
    margin-right: 5px;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
    font-style: italic;
}

/* SOCIAL MEDIA SECTION END */
/* NEW WELL COME PAGE HETALI CSS START */

/* jainish css customize icon*/
.product {
    cursor: pointer;
    display: flex;
    justify-content: end;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-style: italic;
    font-weight: 800;
}

.product:hover {
    width: 100%;
}

.product-text {
    float: left;
    display: none;
}

.product-image img {
    height: 21px;
    width: 18px;
    margin-left: 12px;
}

.product:hover .product-text {
    display: block;
    opacity: 0.5;
}

.customize-action-btn-wrap .customize-action-btn-img {
    width: 50px;
    height: 50px;
}

.customize-action-btn-wrap .customize-action-btn-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.btn-inner-text.mobile {
    display: none;
}

/* new css */
.overlay-hero-text {
    line-height: 1;
    text-align: right;
    font-size: 200px;
    word-break: break-word;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    position: absolute;
    -webkit-text-stroke-width: 2px;
    opacity: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: white;
    -webkit-background-clip: text;
    width: 100%;
    bottom: 45px;
    right: 0;
    padding-right: 75px;
    z-index: 3;
    font-style: italic !important;
    /* filter: invert(100%); */
}

/* acount page css start */
.alert-not-image {
    max-width: 120px;
    height: 120px;
    width: 100%;
    height: 100%;
}

.alert-not-image img {
    max-width: 100%;
    object-fit: contain;
}

.alert-not {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.acount-tab {
    height: 100%;
}

.myacount-tab-pane {
    height: 100%;
}

.myacount-flex {
    height: 100%;
}

/* acount page css end */

/* rounded btn  acount page 02/08 < hetali*/
.primary-button-rounded {
    border-radius: 50px;
    padding: 18px 60px;
    font-style: normal;
    font-family: var(--roboto-con);
}

/* new customize icon  */
.product-info.accessory-info-tag-filter h4 {
    margin-bottom: 0;
}

.product-info.accessory-info-tag-filter ul {
    margin-bottom: 6px;
}

.accessory-info-tag-filter .accessory-info-img.product-image img {
    margin-bottom: 5px;
}

.accessory-info-tag-filter .new-product-text {
    height: auto;
}

.accessory-info-tag-filter .new-product-text img {
    margin-bottom: 11px;
}

.snow-banner .overlay-hero-text {
    -webkit-text-stroke-color: black;
    opacity: 0.5;
}

.accessory-info .new-product-text img {
    margin-bottom: 3px;
}

/* neha */

.accordion.searchaccordion .btn-link {
    font-family: var(--roboto-con);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    width: max-content;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 0;
    color: #000000;
}

.accordion.searchaccordion .btn-link:hover {
    color: var(--theme-color);
    text-decoration: none;
}

.accordion.searchaccordion .card-header {
    border-bottom: none;
    padding: 5px 0px;
}

.accordion.searchaccordion .card-body {
    padding: 5px;
}

.accordion.searchaccordion .card-body .btn-link {
    display: block;
    font-weight: 400;
    color: #6c757d;
    font-size: 15px;
    font-family: var(--source-sans-pro);
}

.accordion.searchaccordion .btn-link.collapsed i {
    transform: rotate(-90deg);
}

.accordion.searchaccordion .searchaccordion-card {
    background-color: transparent;
}

.featured-builds-heading-sub-content {
    font-size: 27px;
    line-height: 1;
}

.btn-black.add_to_cart.add_to_cart-mobile-btn-bottom {
    display: none;
}

/* end neha */

/*20-6-23*/
/* .products-text-width {
    min-width: 135px;
    max-width: 135px;
} */

/* product-color-img css start < hetali */

.product-color-img-grid li {
    margin-bottom: 0;
}

.product-color-img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style-type: none;
    max-height: 492px;
    overflow-y: auto;
}

.product-color-img-grid-item {
    background: #fff;
    box-shadow: 0 3px 6px hsl(0 0% 0% / 16%);
    padding: 5px;
    width: 100%;
    min-height: 145px;
    max-height: 145px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
}

.product-color-img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid;
    border-color: transparent;
    border-radius: 10px;
}

.product-color-img-container:hover {
    border-color: rgb(128 128 128 / 46%);
}

.product-banner-img-container {
    height: auto;
}

.product-color-img-container img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.product-color-img-grid-item input {
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product-color-img-input:checked + .product-color-img-container {
    border-color: rgb(128 128 128 / 46%);
    border-radius: 10px;
}

@media screen and (max-width: 1200px) {
    .product-color-img-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .product-color-img-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* product-color-img css end < hetali */

.product-banner {
    height: unset;
}

.breadcrumb-item + .breadcrumb-item-product-name {
    font-size: 30px;
    font-weight: 900;
    padding-left: 0;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
}

.breadcrumb-item + .breadcrumb-item-product-name::before {
    content: unset;
}

/*end 20-6-23*/

/* product upload image date 6-7-23 */
.upload-img {
    width: 85%;
    height: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.add-user-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.add-user-img-wrapper {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgb(128 128 128 / 15%);
    padding: 5px;
    overflow: hidden;
}

.add-user-img-wrapper label {
    font-size: 16px;
    color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 20px;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
    justify-content: center;
    display: flex;
}

.custom-img-slider-wrapper {
    border: 1px solid rgb(128 128 128 / 30%);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.custom-img-slider-wrapper img {
    object-fit: contain;
    width: 92%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* end product upload image */

.product-color-img-grid-item.product-color-img-grid-item-no-shadow {
    box-shadow: unset;
}

#productColorImgNameTitle {
    font-size: 24px;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.or-action-position {
    right: 0;
}

.select-model-overlay h3.modal-title.text-center,
.select-model-overlay form.select-modal-form .btn-red {
    font-size: 32px;
    -webkit-text-stroke: unset;
    font-weight: 800;
}

/* fade effect checkout page*/
.fadeInSectionAnimation {
    animation-name: fadeInSectionAni;
    animation-duration: 1s;
}

@keyframes fadeInSectionAni {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*end fade effect checkout page*/

/*logo loader css start < hetali 03112023*/

.get-logo-loader {
    width: 100%;
}

.logo-loader-bubble {
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#logo-loader span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: black;
    margin: 2px;
    opacity: 0;
}

#logo-loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

#logo-loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#logo-loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

/*logo loader css end < hetali 03112023*/

/* 7-11-2023  errow*/

.logo-arrow-btn {
    background-color: black;
    color: white;
    cursor: pointer;
    border: 1px solid;
    border-color: transparent;
    transition: 0.3s all;
    padding: 5px;
}

.logo-arrow-btn-prev svg {
    transform: rotate(180deg);
}

.logo-arrow-btn:hover {
    background-color: black;
    color: white;
    border-color: white;
}

.logo-arrow-btn svg {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.logo-pagination-previous.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.logo-pagination-next.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.custom-pagination-mobile .logo-arrow-btn svg {
    width: 20px;
    height: 20px;
}

.custom-pagination-mobile .logo-arrow-btn {
    padding: 4px;
}

/*logo loader css start < hetali  21112023 */

.loader-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.loader-flexbox > div {
    width: 100%;
    -webkit-box-flex: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: 45px;
}

.loader-flexbox .dot-loader {
    min-height: 16px;
    min-width: 16px;
    border-radius: 50%;
    background-color: #000000;
    position: relative;
    -webkit-animation: 1.2s grow ease-in-out infinite;
    animation: 1.2s grow ease-in-out infinite;
}

.loader-flexbox .dot-loader--2 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
    animation: 1.2s grow ease-in-out infinite 0.15555s;
    margin: 0 14px;
}

.loader-flexbox .dot-loader--3 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
    animation: 1.2s grow ease-in-out infinite 0.3s;
}

@-webkit-keyframes grow {
    0%,
    40%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes grow {
    0%,
    40%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cart-product-description-box p {
    font-size: 16px !important;
}

/* logo loader css end < hetali  21112023 */

/*upload-file-input__input logo section edit by hetali 07022024 */

.upload-file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-file-input__label {
    border: 3px solid #838383 !important;
    background-color: transparent !important;
    color: #838383 !important;
    min-width: unset;
    min-height: 42px;
    font-weight: 800;
    font-family: var(--Bebas-Neue-Pro-Expanded-XBold);
    background-color: var(--white);
    padding: 5px 34px;
    color: var(--primary-color);
    font-size: 17px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-style: italic;
    line-height: 1;
    transition: 0.3s all;
    text-transform: uppercase;
}

.custom-pagination {
    height: max-content;
}

.pay-credit-btn {
    overflow: hidden;
}

.pay-credit-btn-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 1);
    justify-content: center;
}

.pay-credit-btn .pay-credit-btn-loader {
    border: 0.2em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation-name: pay-credit-btn-loader-animation;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    vertical-align: middle;
    pointer-events: none;
    margin: auto;
}

@keyframes pay-credit-btn-loader-animation {
    0% {
        transform: rotate(0deg);
    }

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

/* start conversation css ---trupesh */
#tidio-chat-iframe {
    bottom: 19% !important;
}

/* end conversation css ---trupesh */
/* 08-05-2024 Trupesh Savaliya Start This customized Button Started */
.product-sec .admin-customize-action-btn-img {
    width: 50px;
    height: 50px;
    font-size: 40px;
    background-color: transparent;
    border: none;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

.product-sec .admin-customize-action-btn-img img {
    object-fit: contain;
    width: inherit;
    height: inherit;
}

/* 08-05-2024 Trupesh Savaliya Start This customized Button Ended */

/*upload-file-input__input logo section edit by hetali 07022024 */

/* .change_canvas-Arrows{
    top: 50%;
    transform: translate(100%, -50%);
}

.left-arrow-img{
    left: 0%;
}
.right-arrow-img{
    right: 10%;
} */
/* 07-05-2024 Color Mixer(customzie Page) Start */
/* .color-mixer-wrapper{
    position: relative;
}

.colors-option-mixer-wrapper,
.color-mixer-wrapper-bottom{
    position: absolute;    
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.color-mixer-wrapper-bottom{
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    padding: 9px 5px;
}

.colors-option-mixer-wrapper{
    top: -80%;
    right: 58px;
    padding: 9px;
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
}

.color-mixer-wrapper .edit-font-wrap {
    flex-direction: column;
    grid-gap: 6px;
    padding-top: 6px;    
}

.colors-option-mixer-wrapper-bottom{
    min-height: 50px;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    margin: auto;
}
.colors-option-mixer-wrapper-bottom .colors-option-mixer-wrapper-button{
    min-height: 14px;
    line-height: 1;
    height: 100%;
    font-size: 20px;
}
.colors-option-mixer-wrapper-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
}
.colors-option-mixer-wrapper-top-content{
    display: flex;
    white-space: nowrap;
    flex-direction: column;
}
.colors-option-mixer-wrapper .edit-font-wrap{
    flex-direction: row;
    flex-wrap: nowrap;
}
.colors-option-mixer-wrapper .edit-font-wrap{
    flex-wrap: nowrap; 
    grid-gap: 0;
}
.color-mixer-wrapper-show{
    opacity: 1;
    visibility: visible;
}
.color-mixer-wrapper-button{
    width: 40px;
    height: 40px;
    padding: 0;
}
.color-mixer-wrapper-button svg{    
    width: inherit;
    height: inherit;
    display: flex;
}
.colors-option-mixer-wrapper-center{
    max-width: 305px;
    overflow: auto;
}
.colors-option-mixer-wrapper-center .edit-font-wrap{
    overflow: auto;
    height: 150px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.colors-option-mixer-wrapper .edit-font-wrap .mix_color_chng.show .pro-color{
    border: 2px solid white;
    box-shadow: 0 0 0 2px #000;
}
.colors-option-mixer-wrapper .edit-font-wrap .mix_color_chng .pro-color{
    box-shadow: none;
} */
/* 2-7-24 */
.color-mixer-wrapper {
    position: relative;
}

.colors-option-mixer-wrapper,
.color-mixer-wrapper-bottom {
    position: absolute;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.color-mixer-wrapper-bottom {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    padding: 9px 5px;
    min-height: 15px;
    min-width: 30px;
}

.colors-option-mixer-wrapper {
    top: -80%;
    right: 58px;
    padding: 9px;
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
    z-index: 1;
}

.color-mixer-wrapper .edit-font-wrap {
    flex-direction: column;
    grid-gap: 18px;
    padding-top: 6px;
}

.colors-option-mixer-wrapper-bottom {
    min-height: 50px;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    margin: auto;
}
.colors-option-mixer-wrapper-bottom .colors-option-mixer-wrapper-button {
    min-height: 14px;
    line-height: 1;
    height: 100%;
    font-size: 20px;
}
.colors-option-mixer-wrapper-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
}
.colors-option-mixer-wrapper-top-content {
    display: flex;
    white-space: nowrap;
    flex-direction: column;
    margin-left: -30px;
    text-align: center;
}
.colors-option-mixer-wrapper .edit-font-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
}
.colors-option-mixer-wrapper .edit-font-wrap {
    flex-wrap: nowrap;
    grid-row-gap: 5px;
    grid-column-gap: 15px;
}
.color-mixer-wrapper-show {
    opacity: 1;
    visibility: visible;
}
.color-mixer-wrapper-button {
    width: 40px;
    height: 40px;
    padding: 0;
}
.color-mixer-wrapper-button svg {
    width: inherit;
    height: inherit;
    display: flex;
}
.colors-option-mixer-wrapper-center {
    /* max-width: 305px; */
    overflow: auto;
}
.colors-option-mixer-wrapper-center .edit-font-wrap {
    overflow: auto;
    height: 150px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.colors-option-mixer-wrapper .edit-font-wrap .mix_color_chng.show .pro-color {
    border: 2px solid white;
    box-shadow: 0 0 0 2px #000;
}

.color-mixer-wrapper .pro-color {
    transform: rotate(0deg);
    margin: 0;
}

.color-mixer-wrapper-bottom .edit-font-wrap .pro-color,
.color-mixer-wrapper .pro-color-wrap {
    transform: rotate(45deg);
}

.color-mixer-wrapper .edit-font-wrap {
    padding: 10px 5px;
}
/* 07-05-2024 Color Mixer(customzie Page) Trupesh Savaliya End */

/*  */

.change_canvas-Arrows {
    top: 50%;
    transform: translate(100%, -50%);
    width: 64px;
    height: 64px;
}

.left-arrow-img {
    left: 0%;
}
.right-arrow-img {
    right: 10%;
}

.left-arrow-img::after {
    content: "previous Design";
}
.right-arrow-img::after {
    content: "Next Design";
}

.left-arrow-img::after,
.right-arrow-img::after {
    position: absolute;
    left: 50%;
    font-size: 19px;
    bottom: -20px;
    transform: translateX(-50%);
    width: 100%;
    color: black;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    white-space: nowrap;
    width: 200%;
    color: #4b4b4b;
    font-weight: 500;
    font-family: var(--secondary-font);
    opacity: 0.6;
}

.left-arrow-img:hover::after,
.right-arrow-img:hover::after {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .left-arrow-img:hover::after,
    .right-arrow-img:hover::after {
        opacity: 0;
        visibility: hidden;
    }
}

.change_canvas-Arrows.btn svg {
    width: inherit;
    height: inherit;
}
/*end  2-7-24 */
.hide-after::after {
    display: none;
}
