@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('../fonts/candystrip/candystrip.css');
@import url('../fonts/canterbury/canterbury.css');
@import url('../fonts/celticHand/celticHand.css');
@import url('../fonts/childhoodBold/childhoodBold.css');
@import url('../fonts/CloisterBlack-Light/cloisterBlack-Light.css');
@import url('../fonts/CubicCoreMono/cubicCoreMono.css');
@import url('../fonts/DirtyOldTown/DirtyOldTown.css');
@import url('../fonts/DSBisonOutline/DSBisonOutline.css');
@import url('../fonts/Edo/Edo.css');
@import url('../fonts/EmbossedGermanica/EmbossedGermanica.css');
@import url('../fonts/Erthqake/Erthqake.css');
@import url('../fonts/GermaniaShadow/GermaniaShadow.css');
@import url('../fonts/GlassHouses/GlassHouses.css');
@import url('../fonts/MessingLettern/MessingLettern.css');
@import url('../fonts/Murrx/Murrx.css');
@import url('../fonts/NightHawk/NightHawk.css');
@import url('../fonts/November/November.css');
@import url('../fonts/PalameciaTitling/PalameciaTitling.css');
@import url('../fonts/PoloBrush/PoloBrush.css');
@import url('../fonts/Sathu/Sathu.css');
@import url('../fonts/SukhumvitSet/SukhumvitSet.css');
@import url('../fonts/Seravek/Seravek.css');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #1a1911;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
button {
    display: inline-block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

select {
    cursor: pointer;
}

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

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

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 30px 0 25px;
    background-color: #1a190d;
    box-shadow: rgba(199, 199, 199, 0.1) 0px 7px 29px 0px;
}

.main-header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-box .canva-box {
    width: 100px;
}

.main-header .header-box .canva-box i {
    font-size: 40px;
    color: #fff;
}

.main-header .header-box .logo-box .logo {
    filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(85deg) brightness(102%) contrast(103%);
    width: 248px;
}

.main-header .header-box .header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .header-box .header-icon li {
    padding: 0 23px 0 0;
}

.main-header .header-box .header-icon li a {
    font-size: 26px;
    color: #fff;
}


.modal-backdrop {
    background-color: unset;
}

.offcanvas {
    margin-top: 87px;
    width: 20%;
    background-color: #1a190d;
    border-right: 1px solid #4a4a4a;
}

.offcanvas h5 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.offcanvas .btn-close {
    filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(85deg) brightness(102%) contrast(103%);
}

.offcanvas .inner-list li {
    padding: 7px 0;
}

.offcanvas .inner-list li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.offcanvas .canvas-header-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
}

.offcanvas .canvas-header-icon li {
    padding: 0 23px 0 0;
}

.offcanvas .canvas-header-icon li a {
    font-size: 26px;
    color: #fff;
}



/************************** Header css end **************************/

/* theme switch css start */
.theme-switch {
    position: fixed;
    width: 140px;
    background-color: #e73e15;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    left: 15%;
    z-index: 99999;
    top: 3%;
}

.theme-switch-2 {
    position: absolute;
    width: 155px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    top: -27px;
    left: 66px;
}

.theme-switch {
    cursor: pointer;
    border-radius: 31px;
}

.theme-switch .light-txt,
.theme-switch .dark-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
}

.theme-switch .light-txt {
    left: 15px;
}

#themeCheckbox:checked+.theme-switch .light-txt {
    opacity: 0;
}

.theme-switch .dark-txt {
    left: 60px;
    opacity: 0;
}

#themeCheckbox:checked+.theme-switch .dark-txt {
    opacity: 1;
}

.theme-switch .theme-icon {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 100%;
    transform: translateX(-100%);
    transition: 0.3s;
}

#themeCheckbox:checked+.theme-switch .theme-icon {
    margin: 0;
    transform: translateX(0);
}

.theme-switch .theme-icon .light-icon,
.theme-switch .theme-icon .dark-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #000;
}

.theme-switch .theme-icon .dark-icon {
    opacity: 0;
}

#themeCheckbox:checked+.theme-switch .theme-icon .dark-icon {
    opacity: 1;
}

#themeCheckbox:checked+.theme-switch .theme-icon .light-icon {
    opacity: 0;
}

/* theme switch css start */





.layers {
    width: 100%;
    /* background-color: blue; */
    /* height: 130px; */
    display: -webkit-box;
    overflow-x: hidden;
    overflow-y: hidden;
    /* border-style: groove; */
    margin-top: 80px;
    padding-bottom: 20px;
}

.layerElement {
    width: 150px;
    /* background-image: url('../images/grey.png'); */
    height: 150px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 15px;
    border-style: groove;
    border-radius: 10%;
    margin-top: 10px;

}

.layerObj {
    width: 90px;
    height: 90px;
    margin: auto;
    padding-top: 10px;
}

.layerElement>.buttons {
    margin-top: 15px;
    width: 100%;
    padding-left: 10px;

}

.layerButton {
    height: 15px;
    width: 10%;
    margin-left: 0px;
    padding-bottom: 10px;
    border: none;
    padding-left: 23px;

    background: transparent;
}

.canvas-input {
    visibility: hidden;
}

.layersMobile {
    width: 100%;
    /* background-color: blue; */
    height: 130px;
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
    border-style: inherit;
    border-width: thin;
    display: none;
    overflow-x: hidden;
}

#colorWheelDemo {
    display: block;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}

/* index css start */
.sec-all-print {
    margin-top: 100px;
    padding: 100px 0;
}

.sec-all-print .content-box .text-box {
    position: relative;
    margin: 12% 0 0;
}

.sec-all-print .content-box .text-box h2 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: relative;
    z-index: 111;
    font-family: 'Poppins', sans-serif;
}

.sec-all-print .content-box .text-box .color-box {
    background-color: #3c3d1d;
    height: 370px;
    position: absolute;
    left: -220px;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: self-start;
    justify-content: end;
    padding: 30px 36px 20px 0;
    border-radius: 34px;
}

.sec-all-print .content-box .text-box .color-box h5 {
    color: #fff;
    font-size: 44px;
    font-weight: 200;
    font-family: 'FONTSPRING DEMO - Breul Grotesk A';
    position: relative;
}

.sec-all-print .content-box .text-box .color-box h5::before {
    content: '\f10e';
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: -16px;
    bottom: 0;
    font-weight: 700;
}

.sec-all-print .content-box .text-box .color-box h5::after {
    content: '\f10d';
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: -16px;
    font-weight: 700;
}

.sec-oversized {
    padding: 100px 0 40px;
}

.sec-oversized .img-box {
    padding: 70px 50px;
    background-color: #222719;
    border-radius: 100px;
}

.sec-oversized .content-box {
    padding: 0 80px;
}

.sec-oversized .content-box h3 {
    font-size: 36px;
    font-weight: 400;
    color: #4f7667;
    letter-spacing: 1px;
    font-family: 'AmsiPro';
    margin-bottom: 8px;
}

.sec-oversized .content-box ul {
    list-style: disc;
    padding-left: 20px;
}

.sec-oversized .content-box ul li {
    color: #fff;
    font-size: 18px;
    padding: 3px 0;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    font-family: 'Cambridge Round';
    font-style: italic;
    letter-spacing: 1px;
}

.sec-oversized .content-box .inner-box {
    text-align: center;
    padding: 20px;
}

.sec-oversized .content-box .inner-box h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #ac9828;
    letter-spacing: 1px;
    font-family: 'AmsiPro';
}

.sec-oversized .content-box .inner-box .para {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    font-family: 'Cambridge Round';
    font-style: italic;
    letter-spacing: 1px;
}

.sec-oversized .content-box .inner-box .para a {
    color: #63c6e6;
    font-weight: 500;
}

.sec-oversized .content-box .inner-box .start-btn {
    background-color: #678d2d;
    border: 2px solid #678d2d;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    padding: 9px 40px;
    transition: 0.5s;
    font-family: 'FONTSPRING DEMO - Breul Grotesk A';
    letter-spacing: 1px;
}

.sec-oversized .content-box .inner-box .start-btn:hover {
    background-color: transparent;
}


/* font-family: 'Poppins', sans-serif; */


/* index css end */





.lightmode {
    background-color: #fff;
}

.lightmode .main-header {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.lightmode .main-header .header-box .logo-box .logo {
    filter: unset;
}

.lightmode .main-header .header-box .canva-box i {
    color: #1a190d;
}

.lightmode .main-header .header-box .header-icon li a {
    color: #1a190d;
}

.lightmode .theme-switch {
    background-color: #000;
}

.lightmode .sec-all-print .content-box .text-box h2 {
    color: #959650;
}

.lightmode .sec-all-print .content-box .text-box .color-box {
    background-color: #a4babf;
}

.lightmode .sec-oversized .img-box {
    background-color: #cfd3d4;
}

.lightmode .sec-oversized .content-box ul li {
    color: #000;
}

.lightmode .sec-oversized .content-box .inner-box h6 {
    color: #559dc1;
}

.lightmode .sec-oversized .content-box .para {
    color: #000;
}

.lightmode .offcanvas {
    background-color: #d0d4d6;
    border-right: 1px solid #a5babf;
}

.lightmode .offcanvas h5 {
    color: #000;
}

.lightmode .offcanvas .inner-list li a {
    color: #000;
}

.lightmode .offcanvas .btn-close {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7478%) hue-rotate(190deg) brightness(108%) contrast(100%);
}

.lightmode .offcanvas .canvas-header-icon li a {
    color: #000;
}

.lightmode .sec-oversized .content-box h3 {
    color: #4a4052;
}

.lightmode .sec-oversized .content-box .inner-box .start-btn {
    background-color: #4a4052;
    border: 2px solid #4a4052;
}

.lightmode .sec-oversized .content-box .inner-box .para a {
    color: #e64420;
    font-weight: 600;
}

#scrollSign {
    display: none;
}


/* main-banner */
.main-banner {
    background: linear-gradient(180deg, rgb(204 204 204) 2%, rgb(204 204 204) 100%, rgb(204 204 204) 100%);
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.main-banner::before {
    content: '';
    background-color: #7f7f7f;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-banner .menu-box {
    position: absolute;
    top: 12px;
    left: 40px;
    background-color: #766f65;
    width: 365px;
    padding: 13px 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 10px;
}

.main-banner .menu-box .list-drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}

.main-banner .menu-box .list-drop .btn-group .link-list {
    background: transparent;
    border: none;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.main-banner .menu-box .list-drop .btn-group .link-list i {
    padding-right: 4px;
}

.main-banner .menu-box .list-drop .btn-group .share-btn {
    background: transparent;
    border: none;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.main-banner .menu-box .list-drop .btn-group .share-btn i {
    padding-right: 4px;
}


.main-banner .canvas-list {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0 !important;
    margin-top: 0px;
}

.main-banner .canvas-list li {
    width: 20%;
    height: 20%;
    margin-right : 40px;
}

.main-banner .canvas-list li .para {
    display: none;
}

.main-banner .canvas-list li .can-1 {
    width: 100px;
    height: 100px;
    border: 0px solid #898989;
}

.main-banner .canvas-list li .can-2 {
    width: 100px;
    height: 100px;
    border: 0px solid #7f7f7f;
}

.main-banner .canvas-list li .can-3 {
    width: 100px;
    height: 100px;
    border: 0px solid #7f7f7f;
}

.main-banner .canvas-list li .can-4 {
    width: 100px;
    height: 100px;
    border: 0px solid #7f7f7f;
}

.main-banner .canvas-list li .can-5 {
    width: 100px;
    height: 100px;
    border: 0px solid #7f7f7f;
}

.main-banner .canvas-list li .canvas-input {
    margin-top: 10px;
    width: 100px;
    /*display: none;*/
}

.main-banner .canvas-container {
    margin: 0 auto;
}

.dropdown-menu-center {
    position: absolute !important;
    left: -94px !important;
}


.choose-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px !important;
}


/* cate-btn */
.cate-btn {
    padding: 8px 15px;
}

.cate-btn .nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cate-btn .nav .nav-item {
    width: 50%;
}

.cate-btn .nav .nav-item .nav-link {
    background-color: #fff;
    border: 1px solid #efefef;
    font-size: 12px;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 6px 29px;
    line-height: 15px;
}

.cate-btn .nav .nav-item .nav-link.active {
    background-color: #efefef;
}

.cate-btn .tab-content {
    margin-top: 10px;
    margin-bottom: 50px;
}

.cate-btn .tab-content .upload-box {
    background-color: transparent;
    border: 1px dashed #a1a1a1;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cate-btn .tab-content .upload-box .para {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.cate-btn .tab-content .upload-box .upload-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.text-imput {
    padding: 10px 10px 0;
}

.text-imput .t-input {
    background-color: transparent;
    border: 1px solid #a1a1a1;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 8px 15px;
}

.text-imput .t-input:focus {
    box-shadow: none;
    border: 1px solid #a1a1a1;
}

.Sub-btn {
    padding: 0 10px;
    margin-bottom: 10px;
}

.Sub-btn a {
    background-color: #474747;
    border: 1px solid #474747;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
}

.Sub-btn a:hover {
    background-color: transparent;
    color: #474747;
}

/* Fonts css */
.fonts-box {
    padding: 10px;
}

.fonts-box h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 400;
}

.fonts-box .font-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 0 0 !important;
    flex-wrap: wrap;
    height: 180px;
    overflow-y: hidden;
    overflow-y: scroll;
}

/* width */
.fonts-box .font-list::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.fonts-box .font-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.fonts-box .font-list::-webkit-scrollbar-thumb {
    background: #333131;
    border-radius: 10px;
    transition: 0.5s;
}

/* Handle on hover */
.fonts-box .font-list::-webkit-scrollbar-thumb:hover {
    background: #aca491;
}

.fonts-box .font-list li {
    width: 47%;
    padding-bottom: 20px;
}

.fonts-box .font-list li a img {
    width: 100%;
}



.main-banner .menu-box .list-drop .btn-group .dropdown-menu-2 {
    /* transform: translate3d(1px, -775px, 0px); */
    width: 260px !important;
    /* margin-bottom: 16px !important; */
    margin-top: 20px !important;
}


.color-upper {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.color-upper .para {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.color-upper .all-pieces button {
    background-color: transparent;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.circle-color {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding: 10px 10px 0 !important;
}

.circle-color li {
    width: 16%;
    text-align: center;
    padding-bottom: 10px;
}

.circle-color li .col-cicle {
    border: 1px solid #a1a1a1;
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.circle-color li #color-1 {
    background: #fff;
}

.circle-color li #color-2 {
    background: #f3f4ed;
}

.circle-color li #color-3 {
    background: #7f7f7f;
}

.circle-color li #color-4 {
    background: #000000;
}

.circle-color li #color-5 {
    background: #ff4746;
}

.circle-color li #color-6 {
    background: #217200;
}

.circle-color li #color-7 {
    background: #00a7a0;
}

.circle-color li #color-8 {
    background: #81ffe9;
}

.circle-color li #color-9 {
    background: #8ac3ff;
}

.circle-color li #color-10 {
    background: #228eff;
}

.circle-color li #color-11 {
    background: #0b1963;
}

.circle-color li #color-12 {
    background: #aa44ee;
}

.circle-color li #color-13 {
    background: #6ce14f;
}

.circle-color li #color-14 {
    background: #fea800;
}

.circle-color li #color-15 {
    background: #ffe102;
}

.circle-color li #color-16 {
    background: #d6245a;
}

.circle-color li #color-17 {
    background: #fe1287;
}

.circle-color li #color-18 {
    background: #ff0100;
}

.img-border img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.selector-modal {
    top: -10px !important;
    left: -97px !important;
}

.selector-modal .color-modal {
    width: 240px !important;
}

.selector-modal .close-btn {
    background-color: #474747;
    border: 1px solid #474747;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.selector-modal .save-btn {
    background-color: #228eff;
    border: 1px solid #228eff;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.selector-modal .modal-footer {
    padding: 5px 10px !important;
}

#eyeDropList {
    visibility: visible;
}

.arrow-down {
    display: none;
    /* margin-top: 10px; */
}

.product-box iframe {
    width: 100%;
    height: 99.2vh;
}

.product-box {
    position: relative;
}

.product-box .cont-btn {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.product-box .cont-btn button {
    background: #fff;
    border: 2px solid #787878;
    padding: 3px 31px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: 0.5s;
}

.product-box .cont-btn button:hover {
    transform: translateY(-3px);
}

/* eye-drop css */
.eye-drop-box .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    background: white;
    border: 3px solid #a3a3a3;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
    color: #111111;
    transform: scale(1.001);
    transition: transform 0.35s ease-in-out, border-color 0.35s ease-in-out,
        background-color 0.35s ease-in-out;
}

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

.eye-drop-box .btn:hover {
    transform: scale(1.05);
}

.eye-drop-box .error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 1.25rem;
    text-align: center;
    background: white;
    color: red;
}

.eye-drop-box .info {
    margin-top: -4px;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.eye-drop-box .color-box {
    background-color: #fff;
    width: 100px;
    height: 50px;
    border: 1px solid #eaeaea;
}

.eye-drop-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 10px !important;
}


/* order-form */
.order-form {
    max-width: 625px !important;
}

.order-form .tab-list {
    padding: 15px 30px;
}

.order-form .tab-list .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-form .tab-list .nav .nav-item .nav-link {
    background: #686868;
    border: 1px solid #686868;
    padding: 10px 70px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

.order-form .tab-list .nav .nav-item .nav-link::before {
    content: '';
    background-color: #d6d6d6;
    position: absolute;
    bottom: -25px;
    left: 20px;
    right: 20px;
    height: 25px;
    opacity: 0;
}

.order-form .tab-list .nav .nav-item .nav-link.active::before {
    opacity: 1;
}

.order-form .form-box .size-list {
    background-color: #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
}

.order-form .form-box .size-list li {
    background-color: #e8f5fe;
    text-align: center;
    padding: 4px;
    color: #000;
    font-size: 16px;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
    margin: 0 2px;
}

.order-form .form-box .size-list li a {
    color: #000;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.order-form .form-box .size-list li span {
    font-size: 10px;
    font-weight: 400;
    color: #000;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.order-form .form-box .range-box {
    padding: 12px 20px 0;
}

.order-form .form-box .range-box .range-title {
    text-align: center;
    margin-bottom: 10px;
}

.order-form .form-box .range-box .range-title h5 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.order-form .form-box .range-box .inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-form .form-box .range-box .inner-box .range-bar {
    padding: 0 20px;
}

.order-form .form-box .range-box .inner-box input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

.order-form .form-box .range-box .inner-box input[type=range]:focus {
    outline: none;
}

.order-form .form-box .range-box .inner-box input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #000;
    border-radius: 25px;
    border: 0px solid #000101;
}

.order-form .form-box .range-box .inner-box input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #bdbdbd;
    cursor: pointer;

    -webkit-appearance: none;
    margin-top: -3.6px;
}

.order-form .form-box .range-box .inner-box .border-box {
    border: 1px solid #000;
    width: 100px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.modal-body input[type="number"] {
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
    -ms-appearance: textfield !important;
    -o-appearance: textfield !important;
    moz-appearance: textfield !important;
    outline: none !important;
    border: none !important;
    text-align: center;
    width: 35% !important;
}

/* Chrome, Safari, Edge, Opera */
.modal-body input[type="number"]::-webkit-outer-spin-button,
.modal-body input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

/* Firefox */
.modal-body input[type="number"] {
    -moz-appearance: textfield !important;
}

.order-form .form-box .range-box .inner-box .border-box p {
    margin: 0;
    padding-left: 5px;
}

.order-form .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.order-form .size-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 20px 0;
}

.order-form .size-box h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-right: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.order-form .size-box span {
    background-color: #000;
    width: 61px;
    height: 33px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.order-form .para {
    padding: 20px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.order-form .cent-btn {
    text-align: center;
}

.order-form .cent-btn .submit-btn {
    background-color: #b79568;
    border: 1px solid #b79568;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}


#layerCrossButton {
    transform: translate(130px, -155px);
    width: 25px;
}

.popupCloseButton {
    display: none;
}

/* 
   font-family: 'Poppins', sans-serif;
*/
/************************** media-query **************************/

@media only screen and (min-width: 1921px) and (max-width: 7368px) {
    .theme-switch {
        left: 25%;
        top: 2%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .theme-switch {
        left: 22%;
        top: 2%;
    }
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .main-banner .canvas-list li .can-1 {
        width: 100px !important;
        height: 100px !important;
        border: 0px solid #7f7f7f;

    }

    .main-banner .canvas-list li .can-2 {
        width: 100px !important;
        height: 100px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-3 {
        width: 100px !important;
        height: 100px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-4 {
        width: 100px !important;
        height: 100px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-5 {
        width: 100px !important;
        height: 100px !important;
        border: 0px solid #7f7f7f;
    }

    .canvas-container {
        width: 100px !important;
        height: 100px !important;
    }

    .canvas-input {
        width: 86px !important;
        font-size: 13px !important;
        /* margin: 0 auto !important; */
        margin-top: 10px;
    }

    .sec-all-print {
        margin-top: 80px;
        padding: 100px 0 30px;
    }

    .sec-oversized {
        padding: 60px 0 40px;
    }

    .sec-all-print .content-box .text-box h2 {
        font-size: 40px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-banner .canvas-list li .can-1 {
        width: 80px !important;
        height: 80px !important;
    }

    .main-banner .canvas-list li .can-2 {
        width: 80px !important;
        height: 80px !important;
    }

    .main-banner .canvas-list li .can-3 {
        width: 80px !important;
        height: 80px !important;
    }

    .main-banner .canvas-list li .can-4 {
        width: 80px !important;
        height: 80px !important;
    }

    .main-banner .canvas-list li .can-5 {
        width: 80px !important;
        height: 80px !important;
    }

    .product-box iframe {
        width: 100%;
        height: 99.2vh;
    }

    .canvas-container {
        width: 80px !important;
        height: 80px !important;
    }

    .li_div .canvas-input {
        font-size: 12px !important;
        width: 80px !important;
    }

    .main-header {
        padding: 30px 0 25px;
    }

    .sec-all-print {
        margin-top: 50px;
        padding: 100px 0 0;
    }

    .sec-all-print .content-box .text-box h2 {
        font-size: 38px;
        letter-spacing: 5px;
    }

    .main-header .header-box .canva-box {
        width: 200px;
    }

    .sec-all-print .content-box .text-box .color-box {
        height: 200px;
    }

    .sec-oversized .content-box {
        padding: 0px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    main {
        overflow-x: hidden;
    }

    .main-banner::before {
        display: none;
    }

    #color-picker-popup3 {
        width: 250px !important;
        margin-bottom: 16px !important;
    }

    #colorWheelDemo {
        display: block;
        margin-top: 10px;
        margin-left: 24%;
        margin-bottom: 0px;
    }

    .main-banner .menu-box {
        position: fixed;
        top: unset;
        bottom: 28px;
        left: 50%;
        background-color: #4c4c4c;
        width: 394px;
        padding: 10px;
        border-radius: 26px;
        transform: translateX(-50%);
    }

    .main-banner .menu-box .list-drop .btn-group .link-list {
        color: #fff;
        text-decoration: none;
    }

    .main-banner .menu-box .list-drop .btn-group .dropdown-menu-2 {
        width: 280px !important;
        margin-bottom: 16px !important;
    }

    .dropdown-menu-center {
        position: absolute !important;
        left: -98px !important;
    }

    .cate-btn .tab-content .upload-box {
        height: 150px;
    }

    .cate-btn .tab-content {
        margin-bottom: 10px;
    }

    .shapes-box {
        position: fixed;
        top: -535px;
        left: 0;
        right: 0;
        background: #cacaca;
        padding: 20px 0 20px;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        transition: 0.5s;
        z-index: 999;
        border-bottom: 1px solid #646464;
        margin-top: 40px;
    }

    .shapes-box-2 {
        top: 0 !important;
    }

    
#eyeDropList {
    visibility: hidden;
}

    .shapes-box .arrow-down {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        width: 150px;
        height: 30px;
        border-radius: 0;
        background: transparent;
        border: none;
        border-top: 2px solid #646464;
    }


    #scrollSign {
        position: fixed;
        display: block;
        width: 40px;
        left: 87%;
    }

    .popupCloseButton {
        display: block;
        width: 20px;
        margin-left: 220px;
    }

    .shapes-box .canvas-list {
        flex-wrap: wrap;
    }

    .shapes-box .canvas-list .li_div {
        width: 18%;
        padding: 0 6px;
        text-align: center;
        margin-left: 0px;
    }

    .shapes-box-2 .canvas-container {
        width: 110px !important;
        height: 115px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-1 {
        width: 110px !important;
        height: 110px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-2 {
        width: 110px !important;
        height: 110px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-3 {
        width: 110px !important;
        height: 110px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-4 {
        width: 110px !important;
        height: 110px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-5 {
        width: 110px !important;
        height: 110px !important;
    }

    .main-banner .canvas-list .width1 .para {
        font-size: 15px;
    }

    .main-banner .canvas-list li {
        margin-bottom: 15px !important;
    }

    .width1 {
        width: 25% !important;
    }

    .rotate_class {
        transform: rotate(180deg);
    }

    .main-banner .canvas-list li .para {
        display: block !important;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }

    .main-banner .canvas-list li .can-1 {
        width: 80px !important;
        height: 80px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-2 {
        width: 80px !important;
        height: 80px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-3 {
        width: 80px !important;
        height: 80px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-4 {
        width: 80px !important;
        height: 80px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-5 {
        width: 80px !important;
        height: 80px !important;
        border: 0px solid #7f7f7f;
    }

    .canvas-container {
        width: 80px !important;
        height: 85px !important;
        margin: 0 auto;
    }

    .product-box {
        padding: 0 15px;
        margin-top: 0px;
    }

    .product-box iframe {
        width: 100%;
        height: 70.2vh;
    }

    .selector-modal {
        top: 0 !important;
        left: 0 !important;
    }

    .selector-modal .color-modal {
        width: unset !important;
    }

    .product-box .cont-btn {
        bottom: 10px;
    }

    .main-header {
        padding: 20px 0 20px;
    }

    .main-header .header-box .header-icon {
        visibility: hidden;
    }

    .main-header .header-box .header-icon li a {
        font-size: 0;
    }

    .offcanvas {
        width: 35%;
        margin-top: 80px;
    }

    .offcanvas .canvas-header-icon {
        opacity: 1;
    }

    .offcanvas .canvas-header-icon li a {
        font-size: 20px;
    }

    .theme-switch {
        width: 131px;
        left: unset;
        top: 2%;
        right: 10px;
        height: 50px;
        border-radius: 7px;
    }

    .main-header .header-box .canva-box {
        width: 100px;
    }

    .main-header .header-box .logo-box .logo {
        width: 195px;
    }

    .theme-switch .light-txt {
        left: 12px;
    }

    .theme-switch .light-txt,
    .theme-switch .dark-txt {
        font-size: 14px;
    }

    .theme-switch .theme-icon {
        height: 50px;
        width: 50px;
        border-radius: 7px;
    }

    .theme-switch .dark-txt {
        left: 59px;
    }

    .sec-all-print {
        margin-top: 30px;
        padding: 100px 0 50px;
    }

    .sec-all-print .content-box .text-box {
        margin: 5% 0 0;
        text-align: center;
    }

    .sec-all-print .content-box .text-box .color-box {
        height: 160px;
        position: absolute;
        left: -100px;
        right: 0;
        padding: 0 10px 20px 0;
    }

    .sec-all-print .content-box .text-box h2 {
        font-size: 22px;
        letter-spacing: 7px;
    }

    .sec-all-print .content-box .text-box .color-box h5 {
        font-size: 26px;
    }

    .sec-oversized {
        padding: 30px 0 0px;
    }

    .sec-oversized .img-box {
        padding: 40px 50px;
        border-radius: 70px;
    }

    .sec-oversized .content-box {
        padding: 20px 30px;
    }

    .sec-oversized .content-box ul li {
        font-size: 16px;
    }

    .sec-oversized .content-box .inner-box {
        padding: 20px 0;
    }

    .sec-oversized .content-box .inner-box .start-btn {
        font-size: 14px;
        padding: 10px 40px;
    }

    .sec-oversized .content-box h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    main {
        overflow-x: hidden;
    }

    .main-banner::before {
        display: none;
    }

    #color-picker-popup3 {
        width: 250px !important;
        margin-bottom: 16px !important;
    }

    #colorWheelDemo {
        display: block;
        margin-top: 10px;
        margin-left: 24%;
        margin-bottom: 0px;
    }

    .main-banner .menu-box {
        position: fixed;
        top: unset;
        bottom: 28px;
        left: 50%;
        background-color: #4c4c4c;
        width: 377px;
        padding: 10px;
        border-radius: 26px;
        transform: translateX(-50%);
    }


    .main-banner .canvas-list li {
        width: 25%;
        margin-right: 0px;
    }

    .main-banner .menu-box .list-drop .btn-group .link-list {
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    .main-banner .menu-box .list-drop .btn-group .dropdown-menu-2 {
        width: 280px !important;
        margin-bottom: 16px !important;
    }

    .dropdown-menu-center {
        position: absolute !important;
        left: -98px !important;
    }

    .cate-btn .tab-content .upload-box {
        height: 150px;
    }

    .cate-btn .tab-content {
        margin-bottom: 10px;
    }

    .shapes-box {
        position: fixed;
        top: -415px;
        left: 0;
        right: 0;
        background: #cacaca;
        padding: 20px 0 20px;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        transition: 0.5s;
        z-index: 999;
        border-bottom: 1px solid #646464;
        margin-top: 35px;
    }

    .shapes-box-2 {
        top: 0 !important;
    }

    #eyeDropList {
        visibility: hidden;
    }

    .shapes-box .arrow-down {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        width: 150px;
        height: 30px;
        border-radius: 0;
        background: transparent;
        border: none;
        border-top: 2px solid #646464;
    }


    #scrollSign {
        position: fixed;
        display: block;
        width: 40px;
        left: 87%;
    }

    .popupCloseButton {
        display: block;
        width: 20px;
        margin-left: 220px;
    }

    .shapes-box .canvas-list {
        flex-wrap: wrap;
    }

    .shapes-box .canvas-list .li_div {
        width: 18%;
        padding: 0 6px;
        text-align: center;
        margin-left: 0px;

    }

    .shapes-box-2 .canvas-container {
        width: 85px !important;
        height: 90px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-1 {
        width: 85px !important;
        height: 85px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-2 {
        width: 85px !important;
        height: 85px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-3 {
        width: 85px !important;
        height: 85px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-4 {
        width: 85px !important;
        height: 85px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-5 {
        width: 85px !important;
        height: 85px !important;
    }

    .canvas-container {
        width: 70px !important;
        height: 75px !important;
        margin: 0 auto;
    }

    .width1 .canvas-container {
        height: auto;
        margin: 0 auto;
    }

    .li_div .canvas-input {
        font-size: 11px !important;
        width: 75px !important;
        margin: 0 !important;
    }

    br {
        display: none;
    }

    .choose-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px !important;
    }

    .choose-list .li_div {
        padding: 0 3px;
        line-height: 9px;
    }

    .main-banner .canvas-list .width1 .para {
        font-size: 12px;
        line-height: 14px;
    }

    .width1 {
        width: 25% !important;
    }

    .rotate_class {
        transform: rotate(180deg);
    }

    .main-banner .canvas-list li .para {
        display: block !important;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
    }

    .main-banner .canvas-list li .can-1 {
        width: 70px !important;
        height: 70px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-2 {
        width: 70px !important;
        height: 70px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-3 {
        width: 70px !important;
        height: 70px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-4 {
        width: 70px !important;
        height: 70px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-5 {
        width: 70px !important;
        height: 70px !important;
        border: 0px solid #7f7f7f;
    }

    .product-box {
        padding: 0 10px;
        margin-top: 0;
    }

    .product-box iframe {
        width: 100%;
        height: 79vh;
    }

    .selector-modal {
        top: 0 !important;
        left: 0 !important;
    }

    .selector-modal .color-modal {
        width: unset !important;
    }

    .product-box .cont-btn {
        bottom: 50px;
    }

    .main-header {
        padding: 15px 0 15px;
    }

    .main-header .header-box .header-icon {
        visibility: hidden;
    }

    .main-header .header-box .header-icon li a {
        font-size: 0;
    }

    .offcanvas {
        width: 50%;
        margin-top: 60px;
    }

    .offcanvas .canvas-header-icon {
        opacity: 1;
    }

    .offcanvas .canvas-header-icon li a {
        font-size: 20px;
    }

    .theme-switch {
        width: 120px;
        left: unset;
        top: 2%;
        right: 10px;
        height: 41px;
        border-radius: 7px;
    }

    .main-header .header-box .canva-box {
        width: 50px;
    }

    .main-header .header-box .logo-box .logo {
        width: 185px;
    }

    .theme-switch .light-txt {
        left: 5px;
    }

    .theme-switch .light-txt,
    .theme-switch .dark-txt {
        font-size: 14px;
    }

    .theme-switch .theme-icon {
        height: 41px;
        width: 40px;
        border-radius: 7px;
    }

    .theme-switch .dark-txt {
        left: 48px;
    }

    .sec-all-print {
        margin-top: 0;
        padding: 100px 0 50px;
    }

    .sec-all-print .content-box .text-box {
        margin: 5% 0 0;
        text-align: center;
    }

    .sec-all-print .content-box .text-box .color-box {
        height: 135px;
        left: -107px;
        right: 0;
        padding: 0 10px 20px 0;
    }

    .sec-all-print .content-box .text-box h2 {
        font-size: 23px;
        letter-spacing: 5px;
        text-align: left;
    }

    .sec-all-print .content-box .text-box .color-box h5 {
        font-size: 26px;
    }

    .sec-oversized {
        padding: 20px 0 0px;
    }

    .sec-oversized .img-box {
        padding: 40px 36px;
        border-radius: 68px;
    }

    .sec-oversized .content-box {
        padding: 20px 0px;
    }

    .sec-oversized .content-box ul li {
        font-size: 16px;
    }

    .sec-oversized .content-box .inner-box {
        padding: 20px 0;
    }

    .sec-oversized .content-box .inner-box .start-btn {
        font-size: 14px;
        padding: 10px 40px;
    }

    .sec-oversized .content-box h3 {
        font-size: 30px;
    }


    .order-form .btn-close {
        top: 5px;
    }

    .order-form .tab-list {
        padding: 15px 15px;
    }

    .order-form .tab-list .nav .nav-item .nav-link {
        padding: 10px 60px;
        font-size: 16px;
    }

    .order-form .form-box .size-list {
        flex-wrap: wrap;
    }

    .order-form .form-box .size-list li {
        width: 58px;
        height: 46px;
        margin: 2px;
    }

    .order-form .form-box .range-box {
        padding: 12px 0px 0;
    }

    .order-form .para {
        padding: 20px 0;
    }
 

    .layerElement {
        width: 100px;
        /* background-image: url('../images/grey.png'); */
        height: 100px;
        padding: 10px;
        margin-left: 5px;
        margin-right: 15px;
        padding: 0px;
        border-style: groove;
        border-radius: 10%;
        margin-top: 5px;

    }
    .layerElement>.buttons{
        margin-top: 2px;
        padding-left: 0px;
    }

    .layerObj {
        width: 60px;
        height: 60px;
        margin: auto;
        padding-top: 6px;
    }   

    .layerButton {
        height: 6px;
        padding-left: 0px;
        margin-left: 8px;
        margin-top: 0px;
        /* width: ; */
        border: none;
        background: transparent;
    }

    #layerCrossButton {
        transform: translate(90px, -100px);
        width: 20px;
    }

}
@media only screen and (min-width: 300px) and (max-width: 360px) {

    
    main {
        overflow-x: hidden;
    }

    .main-banner::before {
        display: none;
    }

    #color-picker-popup3 {
        width: 250px !important;
        margin-bottom: 16px !important;
        transform: translate3d(40px, -510px, 0px);
    }

    #colorWheelDemo {
        display: block;
        margin-top: 10px;
        margin-left: 24%;
        margin-bottom: 0px;
    }

    .main-banner .menu-box {
        position: fixed;
        top: unset;
        bottom: 100px;
        left: 50%;
        background-color: #4c4c4c;
        width: unset;
        padding: 10px;
        border-radius: 26px;
        transform: translateX(-50%);
        z-index: 99999;
    }

    .main-banner .menu-box .list-drop .btn-group .link-list {
        color: #fff;
        text-align: center;
        text-decoration: none;
    }


    .main-banner .menu-box .list-drop .btn-group .dropdown-menu-2 {
        width: 250px !important;
        margin-bottom: 16px !important;
    }

    .dropdown-menu-center {
        position: absolute !important;
        left: -32px !important;
    }

    .cate-btn .tab-content .upload-box {
        height: 150px;
    }

    .cate-btn .tab-content {
        margin-bottom: 10px;
    }

    .shapes-box {
        position: fixed;
        top: -355px;
        left: 0;
        right: 0;
        background: #cacaca;
        /* padding: 20px 0 20px; */
        padding-top: 0px;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        transition: 0.5s;
        z-index: 999;
        border-bottom: 2px solid #646464;
    }

    .shapes-box-2 {
        top: 60px;
    }

    #eyeDropList {
        visibility: hidden;
    }

    .shapes-box .arrow-down {
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        width: 175px;
        height: 30px;
        border-radius: 0;
        background: transparent;
        border: none;
        border-top: 2px solid #646464;
    }


    #scrollSign {
        position: fixed;
        display: block;
        width: 40px;
        left: 87%;
    }

    .popupCloseButton {
        display: block;
        width: 20px;
        margin-left: 225px;
    }

    .shapes-box .canvas-list {
        flex-wrap: wrap;
    }

    .shapes-box .canvas-list .li_div {
        width: 18%;
        padding: 0 6px;
        text-align: center;
        margin-left: 0px;

    }

    .shapes-box-2 .canvas-container {
        width: 80px !important;
        height: 85px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-1 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-2 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-3 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-4 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-5 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .li_div .canvas-input {
        font-size: 10px !important;
        width: 70px !important;
    }

    .main-banner .canvas-list .width1 .para {
        font-size: 12px;
        line-height: 8px;
    }

    
    .main-banner .canvas-list li {
        width: 25%;
        margin-right: 0px;
    }

    .width1 {
        width: 30% !important;
    }



    .rotate_class {
        transform: rotate(180deg);
    }

    .main-banner .canvas-list li .para {
        display: block !important;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
    }

    .main-banner .canvas-list li {
        margin-bottom: 8px !important;
    }

    .main-banner .canvas-list li .can-1 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-2 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-3 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-4 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-5 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .canvas-container {
        width: 60px !important;
        height: 60px !important;
    }

    .width1 .canvas-container {
        height: auto;
        margin: 0 auto;
    }

    .li_div .canvas-input {
        font-size: 7px !important;
        width: 53px !important;
        margin-bottom: 0;
        margin-top: 0;
    }

    br {
        display: none;
    }

    .choose-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px !important;
    }

    .choose-list .li_div {
        padding: 0 3px;
        line-height: 9px;
    }

    .product-box {
        padding: 0 15px;
        margin-top: 0px;
    }

    .product-box iframe {
        width: 100%;
        height: 75vh;
    }

    .selector-modal {
        top: 0 !important;
        left: 0 !important;
    }

    .selector-modal .color-modal {
        width: unset !important;
    }

    .eye-drop-box .color-box {
        width: 50px;
        height: 25px;
    }

    .eye-drop-box .info {
        margin-top: 0;
        font-size: 10px;
    }

    .eye-drop-box .btn {
        width: 28px;
        height: 26px;
        border: 2px solid #a3a3a3;
        color: #111111;
        font-size: 12px;
    }

    .product-box .cont-btn {
        bottom: -75px;
    }


    .main-header {
        padding: 15px 0 15px;
    }

    .main-header .header-box .header-icon {
        visibility: visible;
    }

    .main-header .header-box .header-icon li a {
        font-size: 12px;
    }

    .main-header .header-box .header-icon li {
        padding: 0 8px 0 0;
    }

    .offcanvas {
        width: 50%;
        margin-top: 60px;
    }

    .offcanvas .canvas-header-icon {
        opacity: 1;
    }

    .offcanvas .canvas-header-icon li a {
        font-size: 20px;
    }

    /* .theme-switch {
        width: 100px;
        left: unset;
        top: 3%;
        right: 10px;
        height: 36px;
        border-radius: 7px;
    } */

    .theme-switch {
        width: 100px;
        left: 42px;
        top: 1.5%;
        right: unset;
        height: 32px;
        border-radius: 17px;
    }

    .main-header .header-box .canva-box {
        width: 80px;
    }

    .main-header .header-box .logo-box .logo {
        width: 90px;
    }

    .theme-switch .light-txt {
        left: 5px;
    }

    .theme-switch .light-txt,
    .theme-switch .dark-txt {
        font-size: 12px;
    }

    .theme-switch .theme-icon {
        height: 33px;
        width: 33px;
        border-radius: 50%;
        margin-top: -1px;
    }

    .theme-switch .dark-txt {
        left: 40px;
    }

    .sec-all-print {
        margin-top: 0;
        padding: 100px 0 0px;
    }

    .sec-all-print .content-box .text-box {
        margin: 5% 0 0;
        text-align: center;
    }

    .sec-all-print .content-box .text-box .color-box {
        height: 100px;
        left: -82px;
        right: 0;
        padding: 14px 23px 20px 0;
        border-radius: 23px;
    }

    .sec-all-print .content-box .text-box h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .sec-all-print .content-box .text-box .color-box h5 {
        font-size: 16px;
    }

    .sec-oversized {
        padding: 20px 7px 0px;
    }

    .sec-oversized .img-box {
        padding: 39px 23px;
        border-radius: 45px;
    }

    .sec-oversized .content-box {
        padding: 20px 0px;
    }

    .sec-oversized .content-box ul li {
        font-size: 11px;
        padding: 0px 0;
    }

    .sec-oversized .content-box .inner-box {
        padding: 7px 0;
        text-align: left;
    }

    .sec-oversized .content-box .inner-box .start-btn {
        font-size: 13px;
        padding: 8px 15px;
    }

    .sec-oversized .content-box h3 {
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .sec-oversized .content-box .inner-box .para {
        font-size: 11px;
        padding: 1px 0 3px;
    }

    .sec-oversized .content-box .inner-box h6 {
        font-size: 22px;
    }

    .order-form .btn-close {
        top: 5px;
    }

    .order-form .tab-list {
        padding: 15px 15px;
    }

    .order-form .tab-list .nav .nav-item .nav-link {
        padding: 10px 30px;
        font-size: 14px;
    }

    .order-form .form-box .size-list {
        flex-wrap: wrap;
    }

    .order-form .form-box .size-list li {
        width: 58px;
        height: 46px;
        margin: 2px;
    }

    .order-form .form-box .range-box {
        padding: 12px 0px 0;
    }

    .order-form .para {
        padding: 20px 0;
    }

    .main-header .header-box .canva-box i {
        font-size: 25px;
    }

    .layerElement {
        width: 100px;
        /* background-image: url('../images/grey.png'); */
        height: 100px;
        padding: 10px;
        margin-left: 5px;
        margin-right: 15px;
        padding: 0px;
        border-style: groove;
        border-radius: 10%;
        margin-top: 15px;

    }
    .layerElement>.buttons{
        margin-top: 2px;
        padding-left: 0px;
    }

    .layerObj {
        width: 60px;
        height: 60px;
        margin: auto;
        padding-top: 6px;
    }   

    .layerButton {
        height: 6px;
        padding-left: 0px;
        margin-left: 8px;
        margin-top: 0px;
        /* width: ; */
        border: none;
        background: transparent;
    }

    #layerCrossButton{
        width: 20px;
        transform: translate(90px, -100px);
    }


    .main-banner .canvas-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0 !important;
        margin-top: 0px;
        /* padding: 20px; */
    }
}
@media only screen and (min-width: 361px) and (max-width: 519px) {

    #color-picker-popup3 {
        width: 250px !important;
        margin-bottom: 16px !important;
    }

    #colorWheelDemo {
        display: block;
        margin-top: 10px;
        margin-left: 24%;
        margin-bottom: 0px;
    }

    .fonts-box .font-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px 0 0 !important;
        flex-wrap: wrap;
        height: 130px;
        overflow-y: hidden;
        overflow-y: scroll;
    }

    #scrollSign {
        position: fixed;
        display: block;
        width: 40px;
        left: 87%;
        bottom: 20px;
    }
    main {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .main-banner::before {
        display: none;
    }

    .main-banner .menu-box {
        position: fixed;
        top: unset;
        bottom: 90px;
        left: 50%;
        background-color: #4c4c4c;
        width: unset;
        padding: 10px;
        border-radius: 26px;
        transform: translateX(-50%);
        z-index: 99999;
    }

    .main-banner .menu-box .list-drop .btn-group .link-list {
        color: #fff;
        text-align: center;
        text-decoration: none;
    }


    .dropdown-menu-center {
        position: absolute !important;
        left: -32px !important;
    }

    .cate-btn .tab-content .upload-box {
        height: 150px;
    }

    .cate-btn .tab-content {
        margin-bottom: 10px;
    }

    .shapes-box {
        position: fixed;
        top: -355px;
        left: 0;
        right: 0;
        background: #cacaca;
        /* padding: 20px 0 20px; */
        padding-top: 0px;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        transition: 0.5s;
        z-index: 999;
        border-bottom: 2px solid #646464;
    }

    .shapes-box-2 {
        top: 0px;
    }

    #eyeDropList {
        visibility: hidden;
    }

    .shapes-box .arrow-down {
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        width: 175px;
        height: 30px;
        border-radius: 0;
        background: transparent;
        border: none;
        border-top: 2px solid #646464;
    }




    .popupCloseButton {
        display: block;
        width: 20px;
        margin-left: 225px;
        /* padding-bottom: 5px; */
    }

    .shapes-box .canvas-list {
        flex-wrap: wrap;
    }

    .shapes-box .canvas-list .li_div {
        width: 18%;
        padding: 0 6px;
        text-align: center;
        margin-left: 0px;

    }

    .shapes-box-2 .canvas-container {
        width: 80px !important;
        height: 85px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-1 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-2 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-3 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-4 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .canvas-list .width1 .can-5 {
        width: 80px !important;
        height: 80px !important;
    }

    .shapes-box-2 .li_div .canvas-input {
        font-size: 10px !important;
        width: 70px !important;
    }

    .main-banner .canvas-list .width1 .para {
        font-size: 12px;
        line-height: 8px;
    }

    
    .main-banner .canvas-list li {
        width: 25%;
        margin-right: 0px;
    }

    .width1 {
        width: 30% !important;
    }



    .rotate_class {
        transform: rotate(180deg);
    }

    .main-banner .canvas-list li .para {
        display: block !important;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
    }

    .main-banner .canvas-list li {
        margin-bottom: 8px !important;
    }

    .main-banner .canvas-list li .can-1 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-2 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-3 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-4 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .main-banner .canvas-list li .can-5 {
        width: 50px !important;
        height: 50px !important;
        border: 0px solid #7f7f7f;
    }

    .canvas-container {
        width: 60px !important;
        height: 60px !important;
    }

    .width1 .canvas-container {
        height: auto;
        margin: 0 auto;
    }

    .li_div .canvas-input {
        font-size: 7px !important;
        width: 53px !important;
        margin-bottom: 0;
        margin-top: 0;
    }

    br {
        display: none;
    }

    .choose-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px !important;
    }

    .choose-list .li_div {
        padding: 0 3px;
        line-height: 9px;
    }

    .product-box {
        padding: 0 15px;
        margin-top: 0px;
    }

    .product-box iframe {
        width: 100%;
        height: 75vh;
    }

    .selector-modal {
        top: 0 !important;
        left: 0 !important;
    }

    .selector-modal .color-modal {
        width: unset !important;
    }

    .eye-drop-box .color-box {
        width: 50px;
        height: 25px;
    }

    .eye-drop-box .info {
        margin-top: 0;
        font-size: 10px;
    }

    .eye-drop-box .btn {
        width: 28px;
        height: 26px;
        border: 2px solid #a3a3a3;
        color: #111111;
        font-size: 12px;
    }

    .product-box .cont-btn {
        bottom: -75px;
    }


    .main-header {
        padding: 15px 0 15px;
    }

    .main-header .header-box .header-icon {
        visibility: visible;
    }

    .main-header .header-box .header-icon li a {
        font-size: 12px;
    }

    .main-header .header-box .header-icon li {
        padding: 0 8px 0 0;
    }

    .offcanvas {
        width: 50%;
        margin-top: 60px;
    }

    .offcanvas .canvas-header-icon {
        opacity: 1;
    }

    .offcanvas .canvas-header-icon li a {
        font-size: 20px;
    }

    /* .theme-switch {
        width: 100px;
        left: unset;
        top: 3%;
        right: 10px;
        height: 36px;
        border-radius: 7px;
    } */

    .theme-switch {
        width: 100px;
        left: 42px;
        top: 1.5%;
        right: unset;
        height: 32px;
        border-radius: 17px;
    }

    .main-header .header-box .canva-box {
        width: 80px;
    }

    .main-header .header-box .logo-box .logo {
        width: 90px;
    }

    .theme-switch .light-txt {
        left: 5px;
    }

    .theme-switch .light-txt,
    .theme-switch .dark-txt {
        font-size: 12px;
    }

    .theme-switch .theme-icon {
        height: 33px;
        width: 33px;
        border-radius: 50%;
        margin-top: -1px;
    }

    .theme-switch .dark-txt {
        left: 40px;
    }

    .sec-all-print {
        margin-top: 0;
        padding: 100px 0 0px;
    }

    .sec-all-print .content-box .text-box {
        margin: 5% 0 0;
        text-align: center;
    }

    .sec-all-print .content-box .text-box .color-box {
        height: 100px;
        left: -82px;
        right: 0;
        padding: 14px 23px 20px 0;
        border-radius: 23px;
    }

    .sec-all-print .content-box .text-box h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .sec-all-print .content-box .text-box .color-box h5 {
        font-size: 16px;
    }

    .sec-oversized {
        padding: 20px 7px 0px;
    }

    .sec-oversized .img-box {
        padding: 39px 23px;
        border-radius: 45px;
    }

    .sec-oversized .content-box {
        padding: 20px 0px;
    }

    .sec-oversized .content-box ul li {
        font-size: 11px;
        padding: 0px 0;
    }

    .sec-oversized .content-box .inner-box {
        padding: 7px 0;
        text-align: left;
    }

    .sec-oversized .content-box .inner-box .start-btn {
        font-size: 13px;
        padding: 8px 15px;
    }

    .sec-oversized .content-box h3 {
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .sec-oversized .content-box .inner-box .para {
        font-size: 11px;
        padding: 1px 0 3px;
    }

    .sec-oversized .content-box .inner-box h6 {
        font-size: 22px;
    }

    .order-form .btn-close {
        top: 5px;
    }

    .order-form .tab-list {
        padding: 15px 15px;
    }

    .order-form .tab-list .nav .nav-item .nav-link {
        padding: 10px 30px;
        font-size: 14px;
    }

    .order-form .form-box .size-list {
        flex-wrap: wrap;
    }

    .order-form .form-box .size-list li {
        width: 58px;
        height: 46px;
        margin: 2px;
    }

    .order-form .form-box .range-box {
        padding: 12px 0px 0;
    }

    .order-form .para {
        padding: 20px 0;
    }

    .main-header .header-box .canva-box i {
        font-size: 25px;
    }

    .layerElement {
        width: 100px;
        /* background-image: url('../images/grey.png'); */
        height: 100px;
        padding: 10px;
        margin-left: 5px;
        margin-right: 15px;
        padding: 0px;
        border-style: groove;
        border-radius: 10%;
        margin-top: 15px;

    }
    .layerElement>.buttons{
        margin-top: 2px;
        padding-left: 0px;
    }

    .layerObj {
        width: 60px;
        height: 60px;
        margin: auto;
        padding-top: 6px;
    }   

    .layerButton {
        height: 6px;
        padding-left: 0px;
        margin-left: 8px;
        margin-top: 0px;
        /* width: ; */
        border: none;
        background: transparent;
    }

    #layerCrossButton{
        width: 20px;
        transform: translate(90px, -100px);
    }


    .main-banner .canvas-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0 !important;
        margin-top: 0px;
        /* padding: 20px; */
    }

}





/*--<>_-_-_-_-_<>--
Removers
--<>_-_-_-_-_<>--*/

/*Box Shadow Remover*/
.vc-sketch,
.vc-chrome {
    box-shadow: none;
}

/*Border Radious Remover*/
.vc-sketch {
    border-radius: 0;
}

/*Background Remover*/
.vc-chrome-body,
.vc-sketch,
.vc-chrome {
    background: transparent;
}




/*--<>_-_-_-_-_<>--
Color Pickers
--<>_-_-_-_-_<>--*/


/*Vue Color Picker Core*/
.vue-color-picker {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

/*Vue Color Picker Container*/
.vue-color-picker-container {
    background: #fff;
    padding: 0 0 10px;
}

/*Vue Color Picker Body*/
.vc-sketch,
.vc-chrome {
    width: 300px;
}

/*Vue Color Picker Selector Body*/
.vc-chrome {
    height: 387px;
    padding: 10px;
}

/*Vue Color Picker Scrubber Bar Height*/
.vc-sketch-alpha-wrap,
.vc-sketch-hue-wrap,
.vc-chrome-alpha-wrap,
.vc-chrome-hue-wrap {
    height: 15px;
}

/*Vue Color Picker Scrubber Bar Selector Buttons*/
.vc-chrome-hue-wrap .vc-hue-picker,
.vc-chrome-alpha-wrap .vc-alpha-picker {
    width: 16px;
    height: 16px;
}

/*Vue Color Picker Scrubber Button Selectors*/
.vc-saturation-circle,
.vc-chrome-saturation-wrap .vc-saturation-circle {
    width: 12px;
    height: 12px;
}

/*Vue Color Picker Scrubber Bar Buttons*/
.vc-hue-picker,
.vc-alpha-picker {
    width: 16px;
    height: 16px;
    border-radius: 6px;
    transform: translate(-6px, -2px);
    background-color: rgb(248, 248, 248);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 37%);
    z-index: 10;
}

/*Vue Color Picker Selector Input*/
.vc-chrome-fields .vc-input__input {
    height: 30px;
    font-size: 16px;
}

/*Vue Color Picker Input*/
.vc-sketch-field .vc-input__input {
    height: 23px;
    font-size: 14px;
}

/*Vue Color Picker Under Input Text*/
.vc-chrome-fields .vc-input__label,
.vc-sketch-field .vc-input__label {
    text-transform: uppercase;
    font-size: 16px;
    color: #969696;
}

/*Vue Color Picker Output Color Example Window*/
.vc-sketch-color-wrap {
    width: 50px;
    height: 35px;
}

/*Vue Color Picker Selector Example Window Position*/
.vc-chrome-color-wrap {
    position: absolute;
    width: 36px;
    margin-top: 130px;
}

/*Vue Color Picker Selector Example Window*/
.vc-chrome-color-wrap .vc-checkerboard,
.vc-chrome-active-color {
    width: 270px;
    height: 65px;
}

/*Vue Color Picker Preset Colors*/
.vc-sketch-presets-color {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
}

/*Vue Color Picker Toggle Icon Position*/
.vc-chrome-toggle-icon {
    margin-right: -7px;
    margin-top: 10px;
}

/*Vue Color Picker Toggle Icon Size*/
.vc-chrome-toggle-icon svg {
    width: 30px !important;
    height: 30px !important;
    background: #fff;
}

/*Vue Color Picker Toggle Icon Color*/
.vc-chrome-toggle-icon svg path {
    fill: #000;
    stroke: #000;
}

.vc-sketch-hue-wrap {
    position: relative;
    height: 30px !important;
}

.vc-hue-picker {
    cursor: pointer;
    margin-top: 0px !important;
    width: 4px;
    border-radius: 1px;
    height: 30px !important;
    box-shadow: 0 0 2px rgb(0 0 0 / 60%);
    background: #fff;
    transform: translateX(-2px);
}

@media only screen and (min-width: 992px) {
    .vc-sketch {
        width: auto !important;
        box-shadow: none !important;
    }

    .vc-sketch-presets {
        border-top: 0px !important;
    }
}

#goBackButton {
    display: none;
}

#goBackButton1 {
    display: none;
}

