/* General CSS */
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
b,
bdo,
big,
blockquote,
body,
br,
button,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
iframe,
img,
ins,
kbd,
legend,
li,
map,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: none
}

a,
input,
select,
textarea {
    outline: 0;
    margin: 0;
    padding: 0
}

::-moz-selection {
    color: #ffffff;
    background: #eb5018;
}

::selection {
    color: #ffffff;
    background: #eb5018;
}

.btn,
a {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.btn.focus,
.btn:focus,
.btn:hover,
a:focus,
a:hover,
button:focus,
input:focus {
    text-decoration: none;
    outline: 0;
    color: #FFF;
    text-decoration: none !important;
    transition: all .3s ease 0s;
}

body {
    font-family: 'Darker Grotesque', sans-serif;
}

/* Colors CSS */


/* Typography CSS */
h2,
.h2 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}

/* common CSS */
body.h-100 {
    height: 100vh !important;
}

/***************step 1****************/


.leftside-area {
    background: #FBF4EE;
}

.leftside-area .logo {
    padding-left: 45px;
    padding-top: 50px;
}

.svgimage {
    padding: 15px;
    text-align: center;
    height: 86%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svgimage img,
.svgimage svg {
    width: 68%;
    margin: 0 auto;
    height: 70vh;
    object-fit: contain;
    object-position: center center;
}

.rotate-icon a.rotate {
    width: 47px;
    height: 47px;
    background: #FFFFFF;
    box-shadow: 4px 4px 9px #00000029;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #000;
}

.rotate-icon a.rotate i {
    font-size: 18px;
}

.animated {
    background: #f26223 !important;
    color: #fff !important;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.right-column.overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    cursor: not-allowed;
}

.rightside-area {}

.rightside-area .rightinner {
    padding: 45px;
    height: 100%;
    overflow: auto;
}

.head.first-head {
    margin-bottom: 70px;
}

.head {
    margin-bottom: 25px;
}

.head h3 {
    text-align: left;
    font-size: 32px;
    letter-spacing: 0px;
    color: #2E2E2E;
}

.head p {
    text-align: left;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #2E2E2E;
    margin-top: 15px;
}

h4.subhead {
    text-align: left;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #2E2E2E;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.mainsection.signup-step-container .left-column {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.mainsection.signup-step-container .right-column {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.radio-img .radioimage {
    /*opacity: 0.8;*/
    width: 110px;
    height: 90px;
    background-position: center center;
    background-color: #F5F5F5;
    display: flex;
    margin: 10px 0 0;
    justify-content: center;
    align-items: center;
    position: relative;
}

.radio-img .radioimage:hover {
    opacity: 1;
}

.radio-img label.label {
    text-align: left;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #2E2E2E;
    width: 100%;
    display: inline-block;
}

.radio-img>input {
    display: none;
}

.radio-img>.radioimage {
    cursor: pointer;
    border: 1px solid transparent;
}

.radio-img>input:checked+.radioimage {
    border: 1px solid #f5814f;
}

.radio-img>input:checked+.radioimage:before {
    content: '';
    background: url(../images/checkbox-img.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.frame-inner-box {
    margin-top: 35px;
}
.frame-inner-box#wood_front_panel_color_sec, .frame-inner-box#wood_side_panel_color_sec,
.frame-inner-box#mesh_front_panel_color_sec, .frame-inner-box#mesh_sidepanel_color_sec {
    margin-top: 20px;
}
.frame-inner-box#wood_front_panel_color_sec .accordion .card-header.collapsed, .frame-inner-box#wood_side_panel_color_sec .accordion .card-header.collapsed,
.frame-inner-box#mesh_front_panel_color_sec .accordion .card-header.collapsed, .frame-inner-box#mesh_sidepanel_color_sec .accordion .card-header.collapsed {
    margin-bottom: 5px !important;
}

.common-radiobox {
    display: inline-block;
    width: 100%;
}

/*.common-radiobox .com-radiobox {float: left;width: 120px;margin-right: 10px;}*/
.common-radiobox .com-radiobox {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-right: 10px;
}

label.radio-img.steel-color .radioimage {
    background: #f0f4f5;
}

label.radio-img.black-color .radioimage {
    background: #9d632f;
}

label.radio-img.copper-color .radioimage {
    background: #7b3d2e;
}

label.radio-img.brozen-color .radioimage {
    background: #000000;
}

.wizard {
    overflow: auto;
    height: 100%;
}

.wizard .tab-content {
    padding: 38px 45px;
}

.frame-box {
    padding-bottom: 60px;
}

.frame-foter ul.list-inline button.default-btn {
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #2E2E2E;
    background: transparent;
    text-transform: uppercase;
}

.frame-foter ul.list-inline button.default-btn i {
    position: relative;
    top: -1px;
}

.frame-foter {
    position: fixed;
    bottom: 0;
    left: auto;
    right: 20px;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    width: 100%;
    padding: 10px 45px;
    height: 50px;
    background: #FFF;
}

.wizard-inner ul.nav.nav-tabs {
    border: none;
    position: relative;
    top: -5px;
}

.frame-foter .wizard-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.wizard-inner ul.nav.nav-tabs li a span.round-tab {
    background: #FFFFFF;
    border: 1px solid #AEAEAE;
    width: 10px;
    height: 10px;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}

.wizard-inner ul.nav.nav-tabs li.active a span.round-tab {
    background: #F26223;
    border: 1px solid #F26223;
}

.frame-foter ul.list-inline button.default-btn.prev-step {
    position: absolute;
    left: 30px;
}

.frame-foter ul.list-inline button.default-btn.next-step {
    position: absolute;
    right: 30px;
}

/*.frame-foter ul.list-inline button.default-btn{color: #c1c1c1;}*/
.frame-foter ul.list-inline button.default-btn.active {
    color: #2E2E2E;
}

.frame-foter:after {
    content: '';
    background: #c1c1c1;
    position: absolute;
    top: 0;
    width: 90%;
    left: 0;
    height: 1px;
    right: 0;
    margin: 0 auto;
}

.frame-foter ul.list-inline button.default-btn i.fal.fa-chevron-left {
    margin-right: 8px;
    font-size: 13px;
}

.frame-foter ul.list-inline button.default-btn i.fal.fa-chevron-right {
    margin-left: 8px;
    font-size: 13px;
}

.frame-inner-box .radio-img label.label {
    height: 35px;
    margin-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
}

.image-fade {
    -webkit-transform: rotate(180deg);
    -webkit-transition-duration: 3s;
}

.radio-img .radioimage img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

/***************step 2****************/
.innertabs .tab-box {
    display: none;
}

.leftside-tab .tab-box {
    display: none;
}

.innertabs .tab-menu ul {
    display: flex;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #f26223;
    padding-left: 15px;
}

.innertabs .tab-menu ul li {
    display: inline-block;
    margin-right: 10px;
}

.innertabs .tab-menu ul li a {
    background: #f26223;
    text-align: left;
    letter-spacing: 0px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 40px;
    display: inline-block;
    font-weight: 600;
}

.innertabs .tab-menu ul li a.active {
    border: 1px solid #f26223;
    border-bottom: none;
    padding: 12px 40px;
    margin-top: -8px;
    margin-bottom: -5px;
    background: #FFF;
    color: #2E2E2E;
}

.doubleradio-box {}

.innertabs .tab-teaser {
    border-bottom: 1px solid #eee;
}

.doubleradio-box .com-radiobox.doubleradio-innerbox {
    width: 35%;
    margin-right: 15px;
}

.doubleradio-box .com-radiobox.doubleradio-innerbox .radio-img .radioimage {
    width: 50%;
    float: left;
}

.doubleradio-box .com-radiobox.doubleradio-innerbox .radio-img>input:checked+.radioimage+.radioimage {
    border: 1px solid #f5814f;
    border-left: 0px;
}

.doubleradio-box .com-radiobox.doubleradio-innerbox .radio-img>input:checked+.radioimage {
    border-right: 0px;
}

.frame-box.doubleradio-box {
    padding-bottom: 0;
}


.inneraccordian {
    padding-top: 30px;
    padding-bottom: 80px;
}

.inneraccordian h4.subhead {
    margin-bottom: 25px;
}

.accordion .card-header.collapsed a.card-title {
    color: #2E2E2E;
}

.accordion .card-header a.card-title {
    color: #F26223;
}

.accordion .card-header a.card-title {
    text-align: left;
    letter-spacing: 0px;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.accordion .card-header {
    background: transparent;
    border: none;
    padding: 0px;
    margin-bottom: 17px !important;
    cursor: pointer;
}

.accordion .card {
    border: none;
}

.accordion .card .card-body {
    padding: 0 0;
}

.accordion .card-header:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f077";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
}

.accordion .frame-inner-box {
    margin-top: 0;
}

.accordion .card .card-body .frame-box {
    padding-bottom: 20px;
}

.accordion .card-header.collapsed {
    margin-bottom: 30px !important;
}

.panels_three_row .accordion .card-header.collapsed {
    margin-bottom: 0 !important;
}


/*#step5 .radio-img .radioimage {
    background: #FFF;
    border: 1px solid #eee;
}

#step5 .radio-img .radioimage {
    background: #FFF;
    border: 1px solid #eee;
}

#step5 .radio-img>input:checked+.radioimage {
    border: 1px solid #f5814f;
}*/

.finish-div {
    display: none;
}

.frame-foter.show .finish-div a.btn {
    background: #F26223;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 30px;
    margin-top: -3px;
}

.frame-foter.show .finish-div {
    display: block;
}


.frame-foter.show ul.nav.nav-tabs.main-divtab {
    display: none;
}

.frame-foter.show button.default-btn.next-step {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.leftside-tab {
    display: none;
}

.leftside-area.tabshow .svgimage {
    /*display: none; */
}

.leftside-area.tabshow .leftside-tab {
    display: block;
    padding: 15px;
    text-align: center;
    height: 86%;
    display: none;
    justify-content: center;
    align-items: center;
}

.leftside-area.tabshow .leftside-tab .tab-menu {
    margin-top: 50px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.leftside-area.tabshow .leftside-tab .tab-menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.leftside-area.tabshow .leftside-tab .tab-menu ul li a {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: rgb(46 46 46 / 50%);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-top: 2px solid transparent;
    padding-top: 6px;
}

.leftside-area.tabshow .leftside-tab .tab-menu ul li a.active {
    color: rgb(46 46 46);
    border-top: 2px solid #f26223;
}

.leftside-area.tabshow .leftside-tab .tab-menu ul li {
    margin: 0 25px;
}

.leftside-area.tabshow .leftside-tab img {
    width: 68%;
    margin: 0 auto;
    /*left: -65px;*/
    position: relative;
    height: 70vh;
    object-fit: contain;
    object-position: center center;
}

.tab-main-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.leftside-area.tabshow .tab-teaser {
    width: 100%;
}

.leftside-area.tabshow .leftside-tab .tab-box {
    width: 100%;
}

.happy-div {
    background: #DEFCE2;
    border-radius: 5px;
    padding: 18px;
    display: flex;
    align-items: center;
    position: relative;
    height: 55px;
}

.happy-div p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #2E2E2E;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.happy-div .close-btn {
    float: right;
    position: absolute;
    right: 10px;
}

.happy-div .close-btn i {
    width: 30px;
    height: 30px;
    background: #000;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.frontpanelbox {
    display: none;
}

.frontpanelbox.fronthide {
    display: inline-block !important;
    width: 100%;
}

.frontpanelbox.fronthide .frame-inner-box {
    margin-top: 0;
}

.uploadmodalid .file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 25px;
}

.uploadmodalid .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.uploadmodalid .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.uploadmodalid .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.uploadmodalid .file-upload-content {
    display: none;
    text-align: center;
}

.uploadmodalid .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}

.uploadmodalid .image-upload-wrap {
    margin-top: 20px;
    /* border: 4px dashed #1FB264; */
    /* position: relative; */
}

/*.uploadmodalid .image-dropping, .uploadmodalid .image-upload-wrap:hover {background-color: #1FB264; border: 4px dashed #ffffff; } */
.uploadmodalid .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.uploadmodalid .drag-text {
    text-align: center;
    position: relative;
}

.uploadmodalid .drag-text h3 {
    padding: 15px 15px;
    background: #F262236E 0% 0% no-repeat padding-box;
    border: 1px dashed #F26223;
    width: auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #2E2E2E;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: unset;
}

.uploadmodalid .file-upload-image {
    max-height: 300px;
    max-width: 300px;
    margin: auto;
    padding: 20px 0;
}

.uploadmodalid .remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.uploadmodalid .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.uploadmodalid .remove-image:active {
    border: 0;
    transition: all .2s ease;
}


.uploadmodalid .modal-dialog {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #777777;
    max-width: 100%;
    min-height: auto;
    height: auto;
    max-height: initial;
    width: 522px;
    padding: 25px;
}

.uploadmodalid .modal-dialog .modal-content {
    background: transparent;
    border: none;
}

.uploadmodalid .modal-dialog button.close {
    position: absolute;
    right: 0;
    top: -30px;
    opacity: 1;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    cursor: pointer;
    pointer-events: auto;
}

.uploadmodalid h5.modal-title {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0px;
    color: #2E2E2E;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
}

.uploadmodalid p.modal-subtitle {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #2E2E2E;
    opacity: 0.68;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.uploadmodalid .upload-popup button.file-upload-btn {
    background: rgb(242 98 35 / 11%);
    border: 1px dashed #F26223;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #F26223;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 7px 20px;
    margin-bottom: 10px;
    text-transform: none;
}

.uploadmodalid .upload-popup button.file-upload-btn:hover {
    background: #F26223;
    color: #FFF;
}

.uploadmodalid .upload-popup {
    text-align: center;
    padding-top: 10px;
}

.uploadmodalid .upload-popup .submit {
    background: #F26223;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 25px;
    border: 1px solid #F26223;
}

.uploadmodalid .upload-popup .submit:hover {
    background: #FFF;
    color: #F26223;
}

.uploadmodalid .upload-popup p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0px;
    color: #2E2E2E;
    opacity: 0.54;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
}

.uploadmodalid .modal-dialog .close span span {
    color: #FF2323;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    line-height: normal;
    height: auto;
    margin-right: 5px;
    font-weight: 100;
}

.uploadmodalid .modal-dialog .close span {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 100;
}

.uploadmodalid.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.uploadmodalid .drag-text img {
    width: 85%;
}

.uploadmodalid .image-title-wrap .remove-image {
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 12px;
}

.image-upload-wrap {
    position: relative;
}


#finish .head {
    margin-top: 20px;
    margin-bottom: 50px;
}

#finish .head h3 {
    font-size: 35px;
    margin-bottom: 15px;
}

#finish .head p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #2E2E2E;
}

.frame-foter.show.hide {
    display: none;
}

.frame-foter.showing.hide {
    display: block;
}

/*.frame-foter.show {display: inline-block; }*/
.finish-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.finish-box ul li a {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #2E2E2E;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.finish-box ul li a>i {
    color: #f26223;
    margin-right: 10px;
    width: 23px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.finish-box ul li {
    margin-bottom: 20px;
}

.finish-box ul li a {
    width: 100%;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 8px;
    position: relative;
    display: flex;
    align-items: center;
}

.finish-box ul li span {
    float: right;
    position: absolute;
    right: 0;
}

.finish-box ul li span i {
    color: #c1c1c1;
    font-size: 30px;
}

.finish-box ul li a:after {
    background: #f26224;
    width: 25px;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    height: 1px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.finish-box ul li a:hover:after {
    width: 100%;
}

.finish-box ul li a:hover span i {
    color: #2E2E2E;
}

.threepaneladd {
    display: none;
    margin-top: 30px;
}


.innertabs .tab-menu ul li a.lasttab {
    background: transparent;
    color: #2E2E2E;
}

.innertabs .tab-menu ul li a.lasttab.active {
    /*border: none;
    color: #f37138;*/
    background: #FFF;
    margin: -8px 0 -8px 0 !important;
    padding: 12px 40px;
}


/************17-9-2021************/
.wizard .tab-content .head .watch-video {
    float: right;
    position: absolute;
    right: 0;
    top: -30px;
    width: 150px;
}

.wizard .tab-content .head .watch-video a.watch-v {
    background: transparent;
    color: #f26223;
    font-size: 17px;
    border: 1px solid #f26223;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 500;
    position: absolute;
    width: 100%;
    text-align: center;
}

.wizard .tab-content .head .watch-video a.watch-v:hover {
    background: #000;
    border: 1px solid transparent;
    color: #fff;
}

.wizard .tab-content .head .watch-video a.watch-v i {
    margin-right: 5px;
}

.wizard .tab-content .head .watch-video a.viewgallerybtn {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 38px;
    background: #f26223;
    padding: 7px;
    border-radius: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 2px;
}

.wizard .tab-content .head .watch-video a.viewgallerybtn:hover {
    background: #000;
}

.wizard .tab-content .head {
    position: relative;
}

.frame-foter.show button.default-btn.next-step.active {
    display: none;
}

.frame-foter.show .finish-div {
    float: right;
    position: absolute;
    right: 30px;
    left: auto;
}

.innertabs .tab-box {
    width: 100%;
}

.cartpopup-txt h2 {
    text-align: center;
    font-size: 38px;
    letter-spacing: 0px;
    color: #F26223;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.uploadmodalid .upload-popup .cartpopup-txt p {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0px;
    color: #2E2E2E;
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
    width: 80%;
    margin: 0 auto;
}

.modal.uploadmodalid.cartpopup {
    justify-content: center;
}

.modal.uploadmodalid.cartpopup .modal-dialog.modal-dialog-center {
    width: 1065px;
}

.modal.uploadmodalid.cartpopup .modal-dialog.modal-dialog-center .cartpopup-btn {
    margin-top: 15%;
}

.modal.uploadmodalid.cartpopup .modal-dialog.modal-dialog-center .cartpopup-btn button {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.videopopup .modal-dialog.modal-dialog-center {
    width: 700px;
}

.default_none {
    display: none;
}

.panel_inner_toggle2_content h4.subhead {
    margin-bottom: 25px;
}

.panel_inner_toggle2_content>.frame-inner-box {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 40px;
}

.second-row {
    display: none;
    position: relative;
    /*z-index: 1111;*/
    background: #FFF;
}

.modalbghide .second-row {
    display: flex !important;
}

.hidecartpage.uploadmodalid.show {
    display: none !important;
}

body.hidebgmodal .modal-backdrop {
    background: #FFF;
}

.second-row .cart-leftdiv {
    padding: 30px 30px 30px;
    display: inline-block;
    width: 100%;
    /*height: 100%;
    overflow: auto;*/
}

.carttopbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.second-row .cart-leftdiv .carttopbar a.viewgallerybtn {
    background: #f26223;
    color: #FFF;
    font-size: 18px;
    padding: 10px 14px;
    border-radius: 5px;
    font-weight: 500;
}

.second-row .cart-leftdiv .carttopbar a.viewgallerybtn:hover {
    background: #000;
}

.second-row .cart-leftdiv .cart-wrapper {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.second-row .cart-leftdiv .cart-wrapper h5.small-head {
    margin: 10px 0 20px;
    font-weight: bold;
    font-size: 18px;
}

.cart-img {
    overflow: hidden;
}

.second-row .cart-leftdiv .swiper-slide {
    /*text-align: center;
     display: -webkit-box; display: -ms-flexbox; display:
     -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; 
     -webkit-justify-content: center; justify-content: center; -webkit-box-align: center;
      -ms-flex-align: center; -webkit-align-items: center; align-items: center;*/
}

.second-row .cart-leftdiv .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-row .cart-leftdiv .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;
}

.second-row .cart-leftdiv .swiper-slide {
    background-size: cover;
    background-position: center;
}

.second-row .cart-leftdiv .mySwiper2 {
    height: 100%;
    width: 75%;
    float: left;
}

.second-row .cart-leftdiv .mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    width: 25%;
    float: right;
}

.second-row .cart-leftdiv .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.second-row .cart-leftdiv .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.second-row .cart-leftdiv .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-row .cart-leftdiv .gallery {
    width: 100%;
    margin: 0;
    height: 100%;
}

.second-row .cart-leftdiv .gallery-slider-global {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.second-row .cart-leftdiv .gallery-slider-global .swiper-slide {
    width: auto;
    height: 100%;
    display: flex;
    background: #FFF;
}

.second-row .cart-leftdiv .gallery-slider-global .swiper-slide img {
    display: block;
    width: 160px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.second-row .cart-leftdiv .gallery-thumbs-global {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.second-row .cart-leftdiv .gallery-thumbs-global .swiper-slide {
    width: 100%;
    height: 25%;
    text-align: center;
    overflow: hidden;
    opacity: 1;
}

.gallery-thumbs-global .swiper-slide-active {
    opacity: 1;
}

.second-row .cart-leftdiv .gallery-thumbs-global .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




.carttopbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-wrapper .cart-box .cart-img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #ECECEC;
    /* float: left; */
    /* width: 30%; */
    /* margin-right: 15px; */
    text-align: center;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    /*margin-top: 15px;*/
}

.cart-wrapper .cart-box .cart-box {}

.cart-boxes .cart-box {
    float: left;
    width: 30%;
    margin-right: 15px;
    /*height: 250px;*/
}

.cart-boxes {}

.cart-wrapper .last-cartbox.cart-box .cart-img {
    /*display: inline-block;*/
}

.second-row .cart-leftdiv .gallery .swiper-wrapper {
    /*display: inline-block;*/
}

.second-row .cart-leftdiv .gallery .gallery-slider-global {
    width: 75%;
    float: left;
    height: 100%;
}

.second-row .cart-leftdiv .gallery .gallery-thumbs-global {
    width: 25%;
    float: right;
    height: 100%;
    border-left: 2px solid #ECECEC;
    background: #FFF;
    position: relative;
    z-index: 1;
}

.second-row .cart-leftdiv .gallery .gallery-thumbs-global .swiper-wrapper {
    display: inline-block;
}


.product-slide {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border: 1px solid #ECECEC;
    width: 22%;
    padding: 10px;
    margin: 0 15px 15px 0;
    display: inline-block;
    height: 170px;
    vertical-align: middle;
    text-align: center;
}

.product-slide a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.second-row .cart-leftdiv .product-slide img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.cart-wrapper-second {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}

.cart-wrapper-second .swiper-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: inline-block;
    height: 45px;
}

.cart-wrapper-second h5.small-head {
    font-weight: bold;
    margin-bottom: 10px;
    color: #f26223;
    font-size: 28px;
}

.second-row .cart-leftdiv .product-slide img {
    object-fit: contain;
}

.cart-wrapper-second .swiper-button-next:after,
.cart-wrapper-second .swiper-button-prev:after {
    font-size: 35px;
    color: #c1c1c1;
}

.cart-wrapper-second .swiper-button-next {
    right: -30px;
}

.cart-wrapper-second .swiper-button-prev {
    left: -30px;
}

.cart-txt span a {
    font: normal normal 600 14px/19px Open Sans;
    letter-spacing: -0.28px;
    color: #F26223;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.fullimgpopup .video-popup img {
    width: 100%;
}

.fullimgpopup .video-popup h4 {
    text-align: center;
}

.gallery {
    overflow: hidden;
}

.cartpage .modal-backdrop.show {
    display: none;
}

.cartpage .second-row {
    display: flex !important;
    overflow: hidden;
}


.sidebarcart {
    background: #FBF4EE 0% 0% no-repeat padding-box;
    padding: 30px;
    display: block;
    overflow: auto;
    height: 100%;
    padding-bottom: 45px;
}

.sidebarcart .sidebarbox {
    border-top: 1px solid #d1c7bf;
    padding-top: 15px;
    margin-top: 20px;
}

.sidebarcart .sidebarbox .sidebox {
    display: flex;
    margin-bottom: 25px;
}

.sidebarcart .sidebarbox .sidebox .sideimg {
    background: #FFF;
    width: 150px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.sidebarcart .sidebarbox .sidebox .sideimg img {
    width: 90%;
}

.sidebarcart .sidebarbox .sidebox .sideimg span {
    position: absolute;
    right: -10px;
    top: -16px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #AEAEAE;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0px;
    color: #2E2E2E;
}

.sidebarcart .sidebarbox .sidebox .sidetxt {
    padding-left: 20px;
}

.sidebarcart .sidebarbox h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.sidebarcart .sidebarbox .sidebox .sidetxt h4 {
    font-size: 22px;
}

.sidebarcart .sidebarbox .sidebox .sidetxt p {
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebarcart .sidebarbox .sidebox a.edit {
    border: 1px solid #00AF52;
    display: inline-block;
    color: #00AF52;
}

.sidebarcart .sidebarbox .sidebox a.delete {
    border: 1px solid #F26223;
    display: inline-block;
    color: #F26223;
}

.sidebarcart .sidebarbox .sidebox a.edit i,
.sidebarcart .sidebarbox .sidebox a.delete i {
    margin-right: 7px;
    font-size: 12px;
}

.sidebarcart .sidebarbox .sidebox a.edit,
.sidebarcart .sidebarbox .sidebox a.delete {
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 17px;
}

.sidebarcart .sidebarbox .sidebox a.edit:hover {
    background: #00AF52;
    color: #FFF;
}

.sidebarcart .sidebarbox .sidebox a.delete:hover {
    background: #F26223;
    color: #FFF;
}

.sidebarcart .sidebarbox .sidebox .sidetxt .sidebtn {
    margin-top: 15px;
}

.quntity {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D1C7BF;
    border-radius: 3px;
    padding-left: 10px;
    width: 118px;
    height: 33px;
    position: relative;
    color: #2E2E2E;
}

.quntity select {
    height: 100%;
    border: none;
    width: 60%;
    color: #2E2E2E;
    background: transparent;
}

.quntity span {
    border-right: 1px solid #D1C7BF;
    padding-right: 10px;
    color: #2E2E2E;
}

.quntity select:focus {
    outline: none;
}

.sidebarhead h4 {
    text-align: left;
    font-size: 30px;
    letter-spacing: 0px;
    color: #2E2E2E;
}

.sidebarhead p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

.second-rowbottomline {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    justify-content: space-between;
    border-top: 1px solid #d1c7bf;
    z-index: 111;
}

.second-rowbottomline .prev-step {
    background: transparent;
    /*color: #c1c1c1;*/
    color: #2E2E2E;
}

.second-rowbottomline .prev-step:hover {
    color: #111;
}

.second-rowbottomline .prev-step i {
    margin-right: 10px;
}

.second-rowbottomline .rowbottomline-right {}

.second-rowbottomline .rowbottomline-right a.submit {
    background: #f26223;
    color: #FFF;
    font-size: 16px;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: 500;
}

.second-rowbottomline .rowbottomline-right a.submit:hover {
    background: #000;
}

.second-row .cart-leftdiv .gallery .gallery-thumbs-global .swiper-wrapper .swiper-slide.swiper-slide-active {
    border-left: 2px solid #f26223;
}

.cart-boxes .cart-box label.radio-img {
    width: 100%;
    position: relative;
}

.cart-boxes .cart-box label.radio-img>input {
    display: none;
}

.cart-boxes .cart-box .radio-img>input:checked+.cart-img:before {
    content: '';
    background: url(../images/checkbox-img.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.cart-boxes .cart-box .radio-img>input:checked+.cart-img:before {
    z-index: 9;
}

.cart-boxes .cart-box .radio-img>input:checked+.cart-img {
    border: 2px solid #f5814f;
}

.viewgalleryslidercls .video-popup h4,
.fullimgpopup .video-popup h4 {
    text-align: center;
    letter-spacing: 0px;
    color: #2E2E2E;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.viewgalleryslidercls .video-popup .swiper-slide img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.viewgalleryslidercls .video-popup .swiper-button-prev::after,
.viewgalleryslidercls .video-popup .swiper-button-next::after {
    color: #707070;
    font-size: 35px;
}

.viewgalleryslidercls .video-popup .swiper-slide {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-top: 15px;
}

/*.viewgalleryslidercls .modal-dialog.modal-dialog-center {width: 1070px; }*/

.cart-boxes .cart-box .cart-txt h5 {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #2E2E2E;
}

.carttop-wrapper {
    padding: 0 20px;
}

.swiper-button-prev-unique {
    position: absolute;
    right: auto;
    left: 0;
    z-index: 11;
    font-size: 35px;
    color: #c1c1c1;
}

.swiper-button-next-unique {
    position: absolute;
    right: 0px;
    left: auto;
    z-index: 11;
    font-size: 35px;
    color: #c1c1c1;
}

.swiper-button-prev-unique:after {
    content: 'prev';
    color: #c1c1c1;
}

.swiper-button-next-unique:after {
    content: 'next';
    color: #c1c1c1;
}

.swiper-button-prev-unique {
    position: absolute;
    left: -30px;
}

.swiper-button-next-unique {
    position: absolute;
    right: -30px;
}

.swiper-button-prev-unique,
.swiper-button-next-unique {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#viewgalleryslider,
#fullviewmodal,
#corner_popup,
#corner_table_popup {
    background: rgb(0 0 0 / 50%);
}

.modalbghide .modal-backdrop {
    display: none;
}

.main-divtab {
    position: relative;
}

.main-divtab::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99;
}

.viewgalleryslidercls .video-popup .gallery-thumbs2 .swiper-slide.swiper-slide-active {
    border: 1px solid #f26223;
}

.sidebarcart .sidebarbox h5.not_found {
    color: #f26223;
}

.add_btn {
    background: #f26223;
    color: #FFF;
    font-size: 18px;
    padding: 10px 14px;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 20px;
}

.add_btn:hover {
    background: #000;
}

.add_addons_btn,
.add_tables_btn {
    display: inline-block;
    margin: -20px 0 30px 0;
}

.add_connectors_btn {
    display: inline-block;
    margin: -20px 0 10px 0;
}

.selection_data_append {
    margin-bottom: 30px;
}

.overlay {
    position: relative;
}

.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.tables_cart .table_completed {
    color: #00AF52;
}

.tables_cart .table_incomplete {
    color: #F26223;
}

.success {
    margin: auto;
    text-align: center;
}

.success .icon {
    margin-bottom: 10px;
}

.success .icon i {
    font-size: 72px;
    color: #2BC54D;
}

.success h3 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
}

.success p {
    font-size: 24px;
    color: #2E2E2E;
}

.accordion .card-header a.card-title span,
h4.subhead span {
    font-weight: bolder;
    font-size: 22px;
}


.sidebarcart .sidebarbox .sidebox .sideimg {
    min-width: 150px;
    width: 150px;
}

.sidebarcart .sidebarbox .sidebox .sideimg img {
    width: 90%;
    height: 72px;
    object-fit: contain;
}

.login-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

/* .login-overlay:target {
  visibility: visible;
  opacity: 1;
} */

.login-popup {
    margin: 20px auto 40px;
    padding: 20px;
    background: #FBF4EE;
    border-radius: 5px;
    width: 847px;
    max-width: 847px;
    position: relative;
    transition: all .5s ease-in-out;
}

.login-popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.login-popup .close {
    position: absolute;
    top: 25px;
    right: 30px;
    transition: all 200ms;
    font-size: 60px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    line-height: 0;
}

.login-popup .close:hover {
    color: #f25c19;
}

.login-popup .popup-content {

    max-width: 366px;
    margin: 0 auto;
}

.login-popup .popup-content p {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.login-popup .popup-content .create_account_link p {
    font-size: 18px;
    text-transform: none;
    margin: 15px 0;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
}

.login-popup .popup-content .create_account_link p a {
    color: #f25c19;
}

.login-popup .popup-content .form-group.form-check {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.login-popup .popup-content .form-group.form-check a {
    font-size: 18px;
    font-weight: 600;
    color: #f25c19;
}

.login-popup .popup-content .form-group.form-check .custom-control.custom-checkbox {
    display: flex;
    align-items: center;
}

.login-popup .popup-content .form-group.form-check label {
    font-size: 16px;
    margin-left: 5px;
    margin-bottom: 0;
    line-height: 20px;
}

.logo-popup {
    text-align: center;
    margin: 30px auto;
}

.login-popup .popup-content .form-popup {
    margin: 0 auto 30px;
}

.login-popup .popup-content .form-popup .btn {
    display: block;
    background-color: #f25c19;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: all 0.4s;
}

.login-popup .popup-content .form-popup .btn:hover {
    border: 2px solid #f25c19;
    color: #f25c19;
    background-color: transparent;
}

.login-popup .popup-content .form-group {
    margin-bottom: 1rem;
}

.login-popup .popup-content label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    color: #3C3C3C;
    letter-spacing: 0.04em;
}

.login-popup .popup-content label span {
    font-size: 18px;
    color: #F37C48;
}

.login-popup .popup-content .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #F9B79A;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (max-width: 980px) {
    .login-popup {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .login-popup {
        width: 70%;
    }

    .login-popup .popup-content p {
        font-size: 15px;
    }

    .login-popup .popup-content label {
        font-size: 13px;
    }

    .login-popup .popup-content .form-group.form-check a {
        font-size: 14px;
    }
}

.leftside-area .logo {
    display: flex;
}

.logo-group {
    display: flex;
    position: relative;
}

.leftside-area .logo .logo-group .hub-logo {
    position: absolute;
    top: 60px;
    left: 0;
}

.leftside-area .logo .logo-group .hub-logo img {
    width: auto;
}

.image_create_loader .modal-dialog {
    background: #FBF4EE;
}

.image_create_loader .create-image-popup img {
    max-width: 300px;
    height: auto;
}

.image_create_loader .create-image-popup {
    text-align: center;
}

.image_create_loader .create-image-popup h2 {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: bold;
    font-size: 32px;
    margin: 20px 0 0 0;
}

.image_create_loader .snippet {
    display: inline-block;
    margin-left: 10px;
}

.dot-flashing {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #212529;
    color: #212529;
    animation: dotFlashing 0.4s infinite linear alternate;
    animation-delay: .5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -10px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #212529;
    color: #212529;
    animation: dotFlashing 0.4s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #212529;
    color: #212529;
    animation: dotFlashing 0.4s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        background-color: #212529;
    }

    50%,
    100% {
        background-color: #d3d3d3;
    }
}

.rotate-icon a.rotate {
    bottom: 45px;
}

a.rotate p {
    position: absolute;
    bottom: -30px;
    width: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #212529;
}

/* .frame-foter ul.list-inline button.default-btn.prev-step {
    border: 1px solid #f26223;
    padding: 2px 10px 6px;
    line-height: normal;
    color: #f26223;
    border-radius: 5px;
} */

.frame-foter ul.list-inline button.default-btn.next-step,
.frame-foter ul.list-inline button.default-btn.prev-step {
    background-color: #f26223;
    padding: 2px 10px 6px;
    line-height: normal;
    color: #fff;
    border-radius: 5px;
}

.popover {
    max-width: 240px;
    margin-left: 20px;
}

.popover-body a {
    color: #212529;
}

.popover-body a:hover {
    color: #f26223;
}

.help-icon a.btn {
    width: 47px;
    height: 47px;
    background: #FFFFFF;
    box-shadow: 4px 4px 9px #00000029;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    bottom: 45px;
    color: #000;
}

.help-icon a.btn i {
    color: #f26223;
}

.help-icon a.btn p {
    position: absolute;
    bottom: -30px;
    width: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #f26223;
}

@media screen and (max-width: 480px) {
    .help-icon a.btn {
        width: 40px;
        right: 20px;
        bottom: 40px;
        height: 40px;
    }
}

.basket_bamboo_des {
    height: auto;
    align-items: inherit;
}

.basket_bamboo_des p {
    padding-right: 15px;
    ;
}

.basket_bamboo_des {
    background: #f26223;
    box-shadow: 4px 4px 9px #00000029;
}

.basket_bamboo_des p {
    color: #fff;
}

.happy-div.basket_bamboo_des {
    height: auto;
}

.happy-div.basket_bamboo_des .close-btn {
    right: -12px;
    top: -14px;
}

.submit-confirmation .btn {
    background: transparent;
    color: #000;
    font-size: 18px;
    padding: 6px 14px;
    border-radius: 5px;
    font-weight: 500;
    border-color: #000;
    min-width: 75px;
}

.submit-confirmation .default-btn {
    background: #f26223;
    color: #FFF;
    font-size: 18px;
    padding: 6px 14px;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 10px;
    border-color: #f26223;
}

.submit-confirmation .default-btn:hover {
    background: #000;
    border-color: #000;
}

.submit-confirmation .modal-body {
    padding-bottom: 0;
}

.submit-confirmation .modal-footer {
    border: none;
}

.website_main_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #FBF4EE;
    z-index: 999;
}

.website_main_loader .loader_table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.website_main_loader .loader_table img {
    max-width: 300px;
    height: auto;
}

.website_main_loader .loader_table h4 {
    font-weight: bold;
    margin-top: 15px;
}

.website_main_loader .loader_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.website_main_loader .snippet {
    display: inline-block;
    margin-left: 10px;
}

.common-radiobox.colorradio-box.connector_type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
    gap: 15px;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox {
    float: none;
    width: 100%;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox label {
    width: 100%;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox .radio-img .radioimage {
    width: 100%;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox .cart-txt p {
    font-size: 15px;
    line-height: 16px;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox .cart-txt {
    display: flex;
    margin-top: 10px;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox .cart-txt .full-icon {
    text-align: center;
    width: 50px;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox .cart-txt .text {
    flex: 1;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox .cart-txt .text h5 {
    cursor: pointer;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox .cart-txt .full-icon a {
    font-size: 10px;
    text-decoration: none;
}

.common-radiobox.colorradio-box.connector_type .com-radiobox .cart-txt .full-icon i {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.list-inline-btn {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
}

.frame-foter .list-inline-btn {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 10px;
    position: absolute;
    bottom: 50px;
    background-color: #fff;
    left: 0;
    right: 0;
    justify-content: center;
}

.frame-foter.show .list-inline-btn.step6_pse_btn {
    display: flex !important;
}

.list-inline-btn .btn {
    background: transparent;
    color: #f26223;
    font-size: 15px;
    border: 1px solid #f26223;
    padding: 2px 14px 6px;
    border-radius: 5px;
    font-weight: 500;
}

.list-inline-btn .btn:hover {
    background: #f26223;
    border: 1px solid transparent;
    color: #fff;
}

.second-rowbottomline .rowbottomline-right {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.second-rowbottomline .rowbottomline-right .list-inline-btn {
    padding: 0;
}

@media screen and (max-width: 1400px) {
    .common-radiobox.colorradio-box.connector_type {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 980px) {
    .common-radiobox.colorradio-box.connector_type {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .common-radiobox.colorradio-box.connector_type {
        grid-template-columns: 1fr 1fr;
    }
}

.cartpopup-btn>div {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.uploadmodalid .upload-popup .cartpopup-btn div .submit {
    padding: 10px 20px;
}

#email_pdf_popup,
#pdf_create_loader {
    background: rgba(0, 0, 0, 0.6);
}

.frame-inner-box .radio-img label.label span {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
}
.common-radiobox .com-radiobox label.radio-img {
    width: 100%;
}
.cnt_sku {
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
}

#accordion_one, #accordion_two, #accordion_three {
    padding-left: 20px;
}