.zoom:hover {
    background: #394d45;
    background: #637a77
}
#special_instructions {
  display: none;
}
.slide-hover:hover .card-text {
    background: #394d45;
    background: #637a77
}
.corp_logo {
  width: 185px;
  margin: 0 auto;
}
.page-header {
    color: #394d45;
    padding-bottom: 1rem
}

.page-header h1 {
    padding: 0
}

.page-header h1 small {
    color: #394d45 !important
}

.page-header .input-group .form-control {
    height: calc(1.5em + 1.2rem + 2px)
}

.page-header .bootstrap-select>.dropdown-toggle {
    height: calc(1.5em + 1.2rem + 2px)
}

.page-section-header {
    color: #d45252
}

.page-sub-header {
    color: #4f4f4f
}

.table .thead-light th,
.table .thead th,
.table thead th {
    color: #394d45 !important;
    background: rgba(0, 0, 0, 0);
    border-bottom-color: #394d45
}

#category_list a {
    color: #333
}

#category_list a:hover,
#category_list a.act {
    color: #394d45 !important
}

#category_list .treeview li:last-child {
    margin-bottom: .5rem
}

a {
    color: #394d45;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:hover {
    color: #637a77;
    text-decoration: none
}

.btn {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 8px;
    line-height: 1.2
}

.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

.btn.google_login {
    padding-inline: 5px;
    padding-block: 6.2px;
    line-height: 1;
    border-radius: 8px !important
}

.btn-primary {
    background: #394d45;
    border-color: #394d45
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #637a77;
    border-color: #637a77
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #394d45;
    border-color: #394d45;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-info {
    background: #394d45;
    border-color: #394d45
}

.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active:focus {
    background: #637a77;
    border-color: #637a77
}

.btn-info.disabled,
.btn-info:disabled {
    background: #394d45;
    border-color: #394d45;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-secondary {
    background: #bbb;
    border-color: #bbb
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #545b62;
    border-color: #545b62
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background: #d6dad9;
    border-color: #d6dad9;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-success {
    background: #394d45;
    border-color: #394d45
}

.btn-success:hover,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active:focus {
    background: #637a77;
    border-color: #637a77
}

.btn-success.disabled,
.btn-success:disabled {
    background: #394d45;
    border-color: #394d45;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-dark:focus {
    color: #fff
}

.btn-outline-primary {
    background: rgba(0, 0, 0, 0);
    border-color: #394d45;
    color: #394d45
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background: #394d45;
    color: #fff;
    border-color: #394d45
}

.btn-outline-secondary {
    background: rgba(0, 0, 0, 0);
    border-color: #d6dad9;
    color: #bbbbbb
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    background: #bbbbbb;
    color: #fff;
    border-color: #bbbbbb
}

.btn-outline-secondary.disabled {
    border-color: #d6dad9
}

.btn-outline-info {
    background: rgba(0, 0, 0, 0);
    border-color: #394d45;
    color: #394d45
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    background: #394d45;
    color: #fff;
    border-color: #394d45
}

.btn-link {
    color: #394d45
}

.btn-link:hover {
    color: #394d45
}

.btn-link:hover .badge-primary {
    background: #394d45
}

.btn-link:disabled,
.btn-link.disabled {
    color: #ddd
}

.border-primary {
    border-color: #394d45 !important
}

.border-info {
    border-color: #394d45 !important
}

.border-secondary {
    border-color: #d6dad9 !important
}

.loading {
    border-color: rgba(0, 0, 0, 0) #394d45
}

#loading-text {
    color: #394d45
}

.text-primary {
    color: #394d45 !important
}

.text-info {
    color: #394d45 !important
}

.text-secondary {
    color: #d6dad9 !important
}

.card-title {
    color: #394d45
}

.card-title a.btn-link {
    color: #394d45 !important
}

.card-title a.btn-link:hover {
    color: #394d45 !important
}

.card-title a:not(.btn) {
    color: #1d2834 !important
}

.card-title a:not(.btn):hover {
    color: #394d45 !important
}

.text-body {
    color: #fff !important
}

.badge {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.1;
    padding: 2px 5px
}

.badge-primary {
    background: #394d45
}

.badge-info {
    background: #394d45
}

a.text-primary:hover,
a.text-primary:focus {
    color: #637a77 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #637a77 !important
}

.bg-primary {
    background-color: #394d45 !important
}

.bg-info {
    background-color: #394d45 !important
}

.bg-secondary {
    background-color: #d6dad9 !important
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-Color: #f2f2f2;
    color: #394d45 !important
}

.bootstrap-select .dropdown-menu {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.bootstrap-select .dropdown-menu li.active small {
    color: #394d45 !important
}

.bootstrap-select .dropdown-menu li.disabled {
    opacity: .8
}

.bootstrap-select .dropdown-menu li.disabled a {
    color: #212529
}

.bootstrap-select .dropdown-toggle {
    border-color: #dedede;
    padding: .5rem 1rem;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.bootstrap-select .dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    right: 12px !important;
    color: #1d2834 !important;
    font-size: 20px;
    font-weight: 800;
    border: 0
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: "Inter-Regular", sans-serif;
    color: #01111c !important
}

.bootstrap-select .dropdown-toggle small {
    color: #394d45 !important
}

.bootstrap-select .dropdown-toggle .filter-option {
    align-content: center
}

.bootstrap-select.dropdown {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.bootstrap-select.dropdown .dropdown-menu {
    font-family: "Inter-Regular", sans-serif;
    padding-block: 0 !important
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #394d45;
    border-color: #394d45;
    box-shadow: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #394d45;
    border-color: #394d45;
    box-shadow: none
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #394d45 !important;
    border-color: #394d45 !important
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #bbb
}

.form-control {
    color: #01111c;
    font-family: "Inter-Regular", sans-serif !important
}

.form-control:focus {
    border-color: #394d45
}

.page-item.active .page-link {
    background: #394d45;
    border-color: #394d45
}

.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
    background-color: #394d45
}

.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong {
    color: #fff
}

.tt-dropdown-menu .tt-suggestion a {
    color: #333
}

.tt-dropdown-menu .tt-suggestion a strong {
    color: #333
}

.tt-dropdown-menu .tt-suggestion:hover strong {
    color: #fff !important
}

.account-links a:hover {
    color: #394d45
}

.account-links a:hover .cicon {
    color: #394d45
}

.account_dashboard_box h4 {
    color: #394d45
}

.account_dashboard_box .h4 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.account_dashboard_box:hover .h4 {
    color: #394d45 !important
}

.bar {
    background-color: #394d45
}

.form-group .form-control .input-valid~.col-form-label {
    color: #394d45;
    top: 9px
}

.form-group textarea {
    min-height: 100px
}

.form-group .input-group-require {
    position: absolute;
    right: -7px;
    top: -7px
}

.form-group .input-valid~.col-form-label {
    background: #fff
}

.input-group {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.input-group .form-control {
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important
}

.input-group:has(.input-group-append) .form-control,
.input-group:has(.input-group-prepend) .form-control {
    border-radius: 8px 0px 0px 8px !important;
    -moz-border-radius: 8px 0px 0px 8px !important;
    -webkit-border-radius: 8px 0px 0px 8px !important
}

.input-group:has(.input-group-append) .input-group-text:last-child,
.input-group:has(.input-group-prepend) .input-group-text:last-child {
    border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px
}

.input-group:has(.input-group-append) button,
.input-group:has(.input-group-append) .input-group-text,
.input-group:has(.input-group-prepend) button,
.input-group:has(.input-group-prepend) .input-group-text {
    border-radius: 0px 8px 8px 0px !important;
    -moz-border-radius: 0px 8px 8px 0px !important;
    -webkit-border-radius: 0px 8px 8px 0px !important
}

.input-group:has(.input-group-append) .input-group-append:has(.search_btn),
.input-group:has(.input-group-prepend) .input-group-append:has(.search_btn) {
    max-width: 45px !important;
    width: 100%
}

.input-group:has(.input-group-append) .input-group-append:has(.search_btn) .search_btn,
.input-group:has(.input-group-prepend) .input-group-append:has(.search_btn) .search_btn {
    width: 100%
}

.input-group:has(.input-group-append) .save_card,
.input-group:has(.input-group-prepend) .save_card {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important
}

.input-group:has(.custom-select) .custom-select {
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important
}

.form-control,
.custom-select {
    height: calc(1.5em + 1.2rem + 2px);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.form-control.form-control-sm,
.custom-select.form-control-sm {
    height: calc(1.5em + 1.2rem + 2px)
}

.flip3d .card-body .face {
    align-content: center
}

.slide-hover .card-body .card-text {
    align-content: center
}

.triangle-slide-overlay .card-body {
    align-content: center
}

#product_design_upload .upload_size .sizehtml {
    height: calc(1.5em + 1.2rem + 2px)
}

html {
    scroll-behavior: smooth
}

@font-face {
    font-family: "ops";
    src: url("../fonts/ops.eot?vllxig");
    src: url("../fonts/ops.eot?vllxig#iefix") format("embedded-opentype"), url("../fonts/ops.ttf?vllxig") format("truetype"), url("../fonts/ops.woff?vllxig") format("woff"), url("../fonts/ops.svg?vllxig#ops") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=ops],
[class*=" ops"] {
    font-family: "ops" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.opsshare-iconops:before {
    content: ""
}

.opscartops:before {
    content: ""
}

.opssearch-iconops:before {
    content: ""
}

.opsaccountops:before {
    content: ""
}

.opsbrowse-designops:before {
    content: ""
}

.opsUpload-Designops:before {
    content: ""
}

.opscustom-designops:before {
    content: ""
}

.opsrequest-quoteops:before {
    content: ""
}

.opshire-designerops:before {
    content: ""
}

.opsphoneops:before {
    content: ""
}

.opsenvelopeops:before {
    content: ""
}

.opstwitterops:before {
    content: "";
    font-size: 22px;
    font-size: 1.375rem
}

.opsinstagramops:before {
    content: "";
    font-size: 22px;
    font-size: 1.375rem
}

.opsfacebookops:before {
    content: "";
    font-size: 22px;
    font-size: 1.375rem
}

.opscraft-designops:before {
    content: ""
}

.opsplace-orderops:before {
    content: ""
}

.opsupload-designops:before {
    content: ""
}

.opschoose-productops:before {
    content: ""
}

@font-face {
    font-family: "Inter-Light";
    src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Inter-Medium";
    src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
    font-display: swap
}

body {
    font-family: "Inter-Regular", sans-serif;
    color: #838383;
    font-size: 16px;
    background-color: #F8F7F2;
    font-size: 1rem
}

body:has(.myAccountSidebar) .page-header {
    align-items: end !important
}

body:has(.myAccountSidebar) .page-header>div,
body:has(.myAccountSidebar) .page-header form {
    margin-block: 0 !important
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Inter-Bold", sans-serif;
    color: #394d45
}

h1,
.h1 {
    font-size: 30px;
    font-size: 1.875rem
}

@media only screen and (min-width: 992px) {

    h1,
    .h1 {
        font-size: 36px;
        font-size: 2.25rem
    }
}

h2,
.h2 {
    font-size: 22px;
    font-size: 1.375rem
}

@media only screen and (min-width: 992px) {

    h2,
    .h2 {
        font-size: 32px;
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: 20px;
    font-size: 1.25rem
}

@media only screen and (min-width: 992px) {

    h3,
    .h3 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

h4,
.h4 {
    font-size: 18px;
    font-size: 1.125rem
}

@media only screen and (min-width: 992px) {

    h4,
    .h4 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

h5,
.h5 {
    font-size: 16px;
    font-size: 1rem
}

@media only screen and (min-width: 992px) {

    h5,
    .h5 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

h6,
.h6 {
    font-size: 16px;
    font-size: 1rem
}

.page-header h1 {
    position: relative
}

.page-header h1 small {
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 20px;
    font-size: 1.25rem
}

.HomePage_Title {
    padding-top: 1.5rem
}

@media only screen and (min-width: 992px) {
    .HomePage_Title {
        padding-top: 6.25rem
    }
}

.productdatalayer {
    padding-bottom: 2.5rem
}

@media only screen and (min-width: 992px) {
    .productdatalayer {
        padding-bottom: 4rem
    }
}

#top-banner .carousel-indicators li {
    filter: drop-shadow(0 0 0.125rem #dbdbdb)
}

#top-banner .carousel-indicators li.active {
    background-color: #394d45
}

#top-banner .carousel-indicators li {
    opacity: 1 !important;
    background-color: #fff
}

.awesome-bar .carousel-control-prev,
.awesome-bar .carousel-control-next {
    width: 25px;
    height: 25px;
    top: 0
}

.awesome-bar .carousel-control-prev .carousel-control-prev-icon::before,
.awesome-bar .carousel-control-prev .carousel-control-next-icon::before,
.awesome-bar .carousel-control-next .carousel-control-prev-icon::before,
.awesome-bar .carousel-control-next .carousel-control-next-icon::before {
    font-size: 15px;
    font-size: 0.9375rem
}

.awesome-bar .awesome-bar_close {
    top: .625rem
}

.nav-tabs {
    border-bottom-color: #dedede
}

.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: .625rem 1rem !important;
    padding-bottom: .25rem;
    color: #838383;
    margin: 0 .625rem;
    font-size: 16px;
    font-size: 1rem
}

.nav-tabs .nav-item .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
    color: #394d45;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-item .nav-link.active::before,
.nav-tabs .nav-item .nav-link:hover::before {
    background-color: #394d45
}

.nav-tabs .nav-item .nav-link.active {
    font-family: "Inter-SemiBold", sans-serif
}

.nav-tabs .nav-item .nav-link:first-child {
    margin-left: 0
}

.nav-customtabs .nav-item .nav-link {
    position: relative;
    color: #333
}

.nav-customtabs .nav-item .nav-link.active,
.nav-customtabs .nav-item .nav-link:hover,
.nav-customtabs .nav-item .nav-link:active,
.nav-customtabs .nav-item .nav-link:focus {
    color: #394d45;
    background: rgba(0, 0, 0, 0)
}

.nav-customtabs .nav-item .nav-link.active:after,
.nav-customtabs .nav-item .nav-link:hover:after,
.nav-customtabs .nav-item .nav-link:active:after,
.nav-customtabs .nav-item .nav-link:focus:after {
    content: "";
    background: #394d45;
    left: 0;
    right: 0;
    position: absolute;
    height: 3px;
    bottom: -1px;
    display: block
}

u,
.dynamicHelpTemplateMain {
    text-decoration: none
}

u strong,
.dynamicHelpTemplateMain strong {
    color: #394d45
}

.tab-content {
    padding: 1rem 0rem !important
}

.tab-content #product-description #pro-disc {
    padding: 0rem
}

.tab-content #product-description #pro-disc ul.list-unstyled.mb-4 li {
    color: #01111c;
    font-family: "Inter-light", sans-serif
}

.tab-content #product-description #pro-disc ul.list-unstyled.mb-4 li i::before {
    content: "";
    color: #394d45
}

.tab-content #price-list>div {
    padding-top: 0 !important
}

.top-links {
    display: flex;
    align-items: center
}

.top-links li {
    position: relative;
    padding: 0 10px
}

.top-links li::before {
    right: -0.375rem;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #dedede;
    content: "";
    display: block;
    position: absolute
}

.top-links li i {
    color: #394d45;
    margin-right: .5rem;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 20px;
    font-size: 1.25rem
}

.top-links li i:hover {
    color: #394d45
}

.top-links li .fa-user::before {
    content: "" !important;
    font-family: "ops";
    font-size: 22px;
    font-size: 1.375rem
}

.top-links li .fa-shopping-cart::before {
    content: "" !important;
    font-family: "ops";
    font-size: 22px;
    font-size: 1.375rem
}

.top-links li>a {
    display: flex;
    align-items: center
}

.top-links li:hover i {
    color: #394d45
}

.top-links li:hover .badge {
    background-color: #394d45
}

.top-links li.dropdown .navbar-text {
    padding-block: .125rem
}

.top-links .navbar-text a {
    color: #394d45
}

.top-links .navbar-text a:hover {
    color: #394d45
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td:hover {
    background: #394d45;
    color: #fff
}

.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td:hover:hover {
    background: rgba(0, 0, 0, 0);
    color: #333
}

.home_page_body .navbar {
    position: sticky !important;
    top: 0px
}

@media only screen and (min-width: 768px) {
    .home_page_body .navbar {
        backdrop-filter: none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        position: absolute !important;
        top: 2.5625rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    .home_page_body .navbar .container {
        padding-left: 2rem !important;
        background-color: #fff;
        backdrop-filter: blur(12px);
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -webkit-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2);
        box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2)
    }
}

@media only screen and (min-width: 1200px) {
    .home_page_body .navbar {
        top: 3.5625rem
    }
}

.home_page_body,
.main-background.product_bg {
    background-color: #F8F7F2
}

.home_page_body .container,
.main-background.product_bg .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.navbar {
    z-index: 999;
    backdrop-filter: blur(12px);
    background-color: #fff;
    padding-block: 0 !important;
    position: sticky !important;
    top: 0px;
    -webkit-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2)
}

.navbar>.container {
    padding-block: 0 !important
}

.navbar .navbar-brand {
    min-width: 140px !important
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-collapse {
        order: 4
    }
}

@media only screen and (min-width: 1200px) {
    .navbar .navbar-collapse {
        order: 0
    }
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-collapse .navbar-nav {
        display: flex;
        flex-wrap: nowrap;
        text-align: center;
        margin: .8rem auto !important
    }
}

@media only screen and (min-width: 1200px) {
    .navbar .navbar-collapse .navbar-nav {
        margin: 1.3562rem auto !important
    }
}

.navbar .navbar-collapse .navbar-nav .nav-item {
    flex-wrap: nowrap !important
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    align-content: center;
    height: 100%;
    padding: .5rem 1rem;
    color: #1d2834 !important;
    font-size: 16px;
    font-size: 1rem;
    position: relative
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: .5rem .6rem
    }
}

@media only screen and (min-width: 1440px) {
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: .5rem .6rem;
        height: 100%;
        align-content: center;
        display: flex;
        align-items: center
    }
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    top: 18px
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
    margin-right: .3125rem
}

.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #637a77 !important
}

.navbar .navbar-collapse .navbar-nav .nav-item.show>.nav-link {
    background: #637a77;
    color: #fff !important
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li {
    background: rgba(0, 0, 0, 0)
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li a {
    color: #333;
    border-color: rgba(255, 255, 255, .3);
    padding: .5rem 1rem
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li a:focus {
    background: rgba(0, 0, 0, 0);
    color: #637a77 !important
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li a:after {
    color: #333
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li:hover>.dropdown-item {
    color: #fff !important;
    background: #637a77
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li:hover>.dropdown-item:after {
    color: #fff
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li {
    background: #fff;
    padding-left: 0
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li a {
    color: #333;
    padding-left: 2rem
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li a {
        padding-left: .8rem
    }
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    border-color: #ccc
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover strong {
    color: #394d45
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .card {
    background: rgba(0, 0, 0, 0)
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .card .nav li:hover a {
    color: #394d45 !important
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu>.dropdown-item {
    color: #fff;
    border-color: rgba(255, 255, 255, .3)
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu>.dropdown-item:after {
    color: #fff
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu.active>.dropdown-item,
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu:hover>.dropdown-item {
    color: #394d45
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu.active>.dropdown-item:after,
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu:hover>.dropdown-item:after {
    color: #fff
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu .card .list-unstyled .dropdown-submenu>a {
    color: #637a77
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.login .card {
    background: #fff;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-submenu>.dropdown-menu {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px
}

.navbar .navbar-collapse .navbar-nav .nav-item.position-static .dropdown-menu {
    background: #fff
}

.navbar .navbar-collapse .navbar-nav .nav-item.position-static .dropdown-menu a {
    padding: .25rem 1rem;
    background: rgba(0, 0, 0, 0)
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu {
    border: 0;
    background-color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, .2)
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li>a {
    color: #333 !important
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li>a::after {
    color: #333 !important
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li>a:hover {
    background: #637a77 !important;
    color: #fff !important
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li>a:hover::after {
    color: #fff !important
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li.active>a {
    background-color: #637a77 !important;
    color: #fff !important
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li.active>a::after {
    color: #fff !important
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    margin-top: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li .dropdown-menu .list-unstyled>li>a {
    color: #333 !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li .dropdown-menu .list-unstyled>li>a:hover {
    color: #394d45 !important
}

.navbar .navbar-collapse .navbar-nav .user-info {
    align-items: center
}

.navbar .header-lang-drop .lang {
    right: 15px
}

.navbar>.container>.navbar-toggler {
    padding-left: 0
}

.navbar .navbar-brand {
    max-width: 150px
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-brand {
        max-width: 200px
    }

    .navbar .navbar-brand img {
        max-height: none;
        max-width: 100%
    }
}

.sidebar .facebook_login {
    margin-bottom: 1rem
}

.sidebar .card {
    background: rgba(0, 0, 0, 0);
    border: 0
}

.sidebar .card .card-header {
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    position: relative;
    padding: 0 0 .5rem 0 !important;
    margin-bottom: .5rem
}

.sidebar .card .card-header:before {
    background: #394d45;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute
}

.sidebar .card .card-body #straightmenu .list-group {
    margin-left: 0 !important
}

.sidebar .card .card-body #straightmenu .list-group .list-group-item {
    padding: .9rem !important
}

.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info {
    color: #394d45 !important;
    border-bottom: 1px dashed #ccc;
    padding-left: 0 !important;
    padding-bottom: .5rem !important;
    margin-bottom: .5rem;
    font-size: 16px;
    font-size: 1rem
}

.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info:before {
    display: none
}

.sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product {
    padding-left: 0;
    color: #333 !important;
    font-size: 15px;
    font-size: 0.9375rem
}

.sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product:before {
    display: none
}

.sidebar .card .card-body .accordion-menu .list-group-item,
.sidebar .card .card-body .accordion .list-group-item {
    border: 0 !important
}

.sidebar .card .card-body .accordion-menu .list-group-item>a,
.sidebar .card .card-body .accordion .list-group-item>a {
    padding: .5rem 0 !important;
    border-bottom: 1px dashed #ddd;
    margin-bottom: .1rem
}

.sidebar .card .card-body .accordion-menu .list-group-item>a:hover,
.sidebar .card .card-body .accordion .list-group-item>a:hover {
    color: #394d45 !important
}

.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled {
    margin: .5rem 0
}

.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li a {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a:before,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li a:before {
    top: 3px
}

.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li:hover a,
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li.active a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li:hover a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li.active a {
    color: #394d45 !important
}

.sidebar .card .card-body #cssmenu .list-group .list-group-item {
    background: rgba(0, 0, 0, 0);
    border: 1px dashed #ccc;
    border-left: 0;
    border-right: 0;
    border-top: 0
}

.sidebar .card .card-body #cssmenu .list-group .list-group-item>a {
    color: #333 !important;
    padding-left: 0 !important
}

.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover>a {
    background: #394d45;
    color: #fff !important;
    padding-left: .8rem !important
}

.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled {
    background: #394d45;
    margin-top: 0
}

.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li {
    background: rgba(0, 0, 0, 0)
}

.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li a {
    color: #fff !important
}

.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li:hover>a,
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li.active>a {
    background: #004e92;
    color: #fff !important;
    padding-left: 1.5rem !important
}

.sidebar #myaccount_menu li:hover a,
.sidebar #myaccount_menu li.active a {
    color: #394d45 !important
}

.sidebar #myaccount_sidebar .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.sidebar .without_cat .list-group .list-group-item {
    padding: 0 !important
}

.sidebar .without_cat .list-group .list-group-item>a {
    padding: .5rem .9rem
}

.sidebar .without_cat .list-group .list-group-item ul {
    margin-bottom: .9rem
}

.sidebar .without_cat .list-group .list-group-item ul li:hover a,
.sidebar .without_cat .list-group .list-group-item ul li.active a {
    color: #394d45 !important
}

.sidebar #straightmenu .list-group .list-group-item>a.all-product {
    font-size: 16px;
    font-size: 1rem;
    color: #394d45
}

.sidebar #straightmenu .list-group .list-group-item>a.all-product:before {
    display: none
}

.sidebar #straightmenu .list-group .list-group-item>a:not(.all-product) {
    padding: .2rem 0 .2rem 1.1rem !important
}

.sidebar #straightmenu .list-group .list-group-item>a:not(.all-product):before {
    display: block
}

.sidebar #straightmenu .list-group .list-group-item>a:hover {
    color: #394d45 !important
}

.sidebar #straightmenu .list-group .list-group-item .list-unstyled li>a {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.sidebar #straightmenu .list-group .list-group-item .list-unstyled li>a:before {
    top: 3px
}

.sidebar #straightmenu .list-group .list-group-item .list-unstyled li>a:hover {
    color: #394d45 !important
}

.sidebar #straightmenu .list-group .list-group-item .list-unstyled li:hover>a,
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li.active>a {
    color: #394d45 !important
}

.sidebar #straightmenu .without_cat .list-unstyled {
    padding-left: .9rem
}

#actionButtonsModal {
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem
}

#actionButtonsModal .modal-content {
    border: 0 !important
}

.allbtn .page-sub-header {
    padding-bottom: .625rem
}

.allbtn .page-sub-header h2 {
    font-size: 22px;
    font-size: 1.375rem
}

.allbtn .btn-img-text i,
.allbtn .btn-img-text .h4,
.allbtn .btn-img-text span {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Inter-regular", sans-serif
}

.allbtn .btn-img-text .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center
}

.allbtn .btn-img-text i {
    font-size: 30px !important;
    font-size: 1.875rem !important
}

.allbtn .browse_design {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.allbtn .browse_design i,
.allbtn .browse_design .h4 {
    color: #394d45 !important
}

.allbtn .browse_design i::before {
    content: "";
    font-family: "ops";
    font-weight: normal !important
}

.allbtn .browse_design:hover {
    -webkit-box-shadow: 0px 0px 8px 2px #f8fcff;
    -moz-box-shadow: 0px 0px 8px 2px #f8fcff;
    box-shadow: 0px 0px 8px 2px #f8fcff;
    border-color: #394d45 !important
}

.allbtn .browse_design:hover i,
.allbtn .browse_design:hover .h4 {
    color: #394d45 !important
}

.allbtn .upload_design {
    border-color: #394d45 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.allbtn .upload_design i::before {
    content: "";
    font-family: "ops";
    color: #394d45;
    font-weight: normal !important
}

.allbtn .upload_design .h4 {
    color: #394d45
}

.allbtn .upload_design:hover {
    -webkit-box-shadow: 0px 0px 8px 2px #afb5ba;
    -moz-box-shadow: 0px 0px 8px 2px #afb5ba;
    box-shadow: 0px 0px 8px 2px #afb5ba;
    border-color: #394d45 !important
}

.allbtn .upload_design:hover i,
.allbtn .upload_design:hover .h4 {
    color: #394d45 !important
}

.allbtn .custom_design {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.allbtn .custom_design i::before {
    content: "";
    font-family: "ops";
    font-weight: normal !important
}

.allbtn .custom_design:hover {
    -webkit-box-shadow: 0px 0px 8px 2px #f8fcff;
    -moz-box-shadow: 0px 0px 8px 2px #f8fcff;
    box-shadow: 0px 0px 8px 2px #f8fcff;
    border-color: #394d45 !important
}

.allbtn .custom_design:hover i,
.allbtn .custom_design:hover .h4 {
    color: #394d45 !important
}

.allbtn .quote_product {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.allbtn .quote_product i::before {
    content: "";
    font-family: "ops";
    font-weight: normal !important
}

.allbtn .quote_product:hover {
    -webkit-box-shadow: 0px 0px 8px 2px #def0ff;
    -moz-box-shadow: 0px 0px 8px 2px #def0ff;
    box-shadow: 0px 0px 8px 2px #def0ff;
    border-color: #394d45 !important
}

.allbtn .quote_product:hover i,
.allbtn .quote_product:hover .h4 {
    color: #394d45 !important
}

.allbtn .hire_designer {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.allbtn .hire_designer i,
.allbtn .hire_designer .h4 {
    color: #394d45 !important
}

.allbtn .hire_designer i::before {
    content: "";
    font-family: "ops";
    font-weight: normal !important
}

.allbtn .hire_designer .h4 {
    color: #394d45
}

.allbtn .hire_designer:hover {
    -webkit-box-shadow: 0px 0px 8px 2px #f8fcff;
    -moz-box-shadow: 0px 0px 8px 2px #f8fcff;
    box-shadow: 0px 0px 8px 2px #f8fcff;
    border-color: #394d45 !important
}

.allbtn .hire_designer:hover i,
.allbtn .hire_designer:hover .h4 {
    color: #394d45 !important
}

#action-btn .btn-title-text a .h4,
#action-btn .btn-title-text a i {
    color: #fff !important;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Inter-light", sans-serif
}

#action-btn .btn-title-text a span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

#action-btn .btn-title-text a .h4 {
    justify-content: center;
    flex-flow: row-reverse;
    gap: .625rem
}

#action-btn .btn-title-text.border {
    border-width: 1px !important
}

#action-btn .btn-title-text:hover {
    background: rgba(0, 0, 0, 0)
}

#action-btn .btn-title-text.browse_design:hover {
    border-color: #394d45 !important
}

#action-btn .btn-title-text.browse_design:hover .h4,
#action-btn .btn-title-text.browse_design:hover i {
    color: #394d45 !important
}

#action-btn .btn-title-text.upload_design:hover {
    border-color: #394d45 !important
}

#action-btn .btn-title-text.upload_design:hover .h4,
#action-btn .btn-title-text.upload_design:hover i {
    color: #394d45 !important
}

#action-btn .btn-title-text.custom_design:hover {
    border-color: #394d45 !important
}

#action-btn .btn-title-text.custom_design:hover .h4,
#action-btn .btn-title-text.custom_design:hover i {
    color: #394d45 !important
}

#action-btn .btn-title-text.hire_designer:hover {
    border-color: #394d45 !important
}

#action-btn .btn-title-text.hire_designer:hover .h4,
#action-btn .btn-title-text.hire_designer:hover i {
    color: #394d45 !important
}

#action-btn .btn-title-text.quote_product:hover {
    border-color: #4f4f4f !important
}

#action-btn .btn-title-text.quote_product:hover .h4,
#action-btn .btn-title-text.quote_product:hover i {
    color: #4f4f4f !important
}

.product-box .card {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    margin-bottom: 0rem !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media only screen and (min-width: 768px) {
    .product-box .card {
        margin-bottom: 3rem !important
    }
}

.product-box .card h3 {
    padding-inline: 1rem;
    text-align: center
}

.product-box .card .thumbnail {
    background-color: #efefef !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

.product-box .card .card-body {
    padding-bottom: 0rem !important
}

@media only screen and (min-width: 768px) {
    .product-box .card .card-body {
        padding-bottom: .5rem !important
    }
}

.product-box .card .card-body h3 {
    padding-inline: 0rem;
    text-align: left
}

.product-box .card .card-body .card-title {
    font-family: "Inter-semibold", sans-serif;
    color: #394d45 !important;
    font-size: 18px;
    font-size: 1.125rem
}

.product-box .card .card-footer {
    display: none !important
}

.product-box .card.flip3d .card-header {
    background: #394d45
}

.product-box .card.flip3d .card-header .card-title h3 {
    font-family: "Inter-Regular", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff !important
}

.product-box .card.flip3d .card-header .card-title:hover {
    color: rgba(255, 255, 255, .7) !important
}

.product-box .card.slideup .card-body {
    background: #394d45 !important
}

.product-box .card.slideup .card-body .card-title {
    color: #fff !important
}

.product-box .card.title-top .card-title {
    font-family: "Inter-Regular", sans-serif;
    color: #394d45 !important;
    font-size: 18px;
    font-size: 1.125rem
}

.product-box .card.slide-hover .card-body .card-title {
    color: #fff !important;
    font-size: 16px;
    font-size: 1rem
}

.product-box .card.slide-hover .card-body .card-title:after {
    background: #545b62
}

.product-box .card.slide-hover .card-body p {
    color: #fff !important
}

.product-box .card.triangle-slide-overlay .card-title {
    color: #fff !important
}

.product-box .card.triangle-slide-overlay .card-text p {
    color: #fff !important
}

.product-box .card:hover {
    border-color: #dedede;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, .2)
}

#user_order .card .card-title {
    color: #000
}

.media-filter li a {
    border-color: #d6dad9;
    color: #d6dad9
}

.media-filter li a:hover,
.media-filter li a.selected {
    background: #d6dad9 !important;
    color: #fff !important
}

.media-filter .media-boxes-drop-down-header {
    border: 1px solid #d6dad9
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #394d45
}

.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td.active:hover:hover {
    background: rgba(0, 0, 0, 0);
    color: #333
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    font-size: 12px;
    font-size: 0.75rem
}

.treeview li .act {
    color: #394d45 !important
}

.treeview li a:hover {
    color: #394d45 !important
}

.breadcrumb_container .breadcrumb li a {
    color: #7e7e7e
}

.breadcrumb_container .breadcrumb li a:hover {
    color: #394d45
}

.breadcrumb_container .breadcrumb li.active .a {
    color: #394d45
}

#designer_template_category li a:hover,
#designer_template_category li a.p_act {
    color: #394d45
}

.form-control:focus+.input-group-append .input-group-text {
    border-color: #394d45
}

.form-control:focus~.col-form-label {
    color: #394d45
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 1240px
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px
    }
}

.container:has(#top-banner) {
    max-width: 100%;
    padding-inline: 0
}

#sitemap ul li a:hover {
    color: #394d45
}

#templates_listing_area .card-title {
    color: #212529
}

#unsaved_design .card-body {
    border: 1px solid #ccc;
    border-bottom: 0
}

.section-spacing {
    padding: 3rem 0rem
}

@media only screen and (min-width: 768px) {
    .section-spacing {
        padding: 6rem 0rem
    }
}

.order-steps.section-spacing {
    padding: 3rem 0
}

@media only screen and (min-width: 768px) {
    .order-steps.section-spacing {
        padding: 6rem 0 2.5rem
    }
}

.order-steps .steps-icon {
    width: 5rem;
    height: 5rem;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem
}

.order-steps .steps-icon span {
    font-size: 35px;
    font-size: 2.1875rem;
    color: #1d2834;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.order-steps .steps-icon:hover {
    background-color: #394d45 !important
}

.order-steps .steps-icon:hover span {
    color: #fff;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.steps_main:hover .steps-icon {
    background-color: #394d45 !important
}

.steps_main:hover .steps-icon span {
    color: #fff;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.our-categories.section-spacing {
    padding: 3rem 0rem 1.5rem
}

@media only screen and (min-width: 768px) {
    .our-categories.section-spacing {
        padding: 6rem 0rem 4.5rem
    }
}

.our-categories .card {
    -webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    -ms-transition: ease .5s all;
    -o-transition: ease .5s all;
    transition: ease .5s all;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem
}

.our-categories .card:hover {
    box-shadow: 0 .125rem 1rem rgba(0, 0, 0, .2) !important
}

.your-ideas img {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    object-fit: cover
}

.your-ideas .check-list-items {
    background-color: #fff;
    padding: .8rem;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media only screen and (min-width: 992px) {
    .your-ideas .check-list-items.left {
        -moz-transform: translateX(-8.1875rem);
        -o-transform: translateX(-8.1875rem);
        -ms-transform: translateX(-8.1875rem);
        -webkit-transform: translateX(-8.1875rem);
        transform: translateX(-8.1875rem)
    }
}

@media only screen and (min-width: 992px) {
    .your-ideas .check-list-items.right {
        -moz-transform: translateX(-4.25rem);
        -o-transform: translateX(-4.25rem);
        -ms-transform: translateX(-4.25rem);
        -webkit-transform: translateX(-4.25rem);
        transform: translateX(-4.25rem)
    }
}

.your-ideas .check-list-items h3 {
    background-color: #394d45;
    color: #fff !important;
    font-family: "Inter-SemiBold", sans-serif;
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem
}

@media only screen and (min-width: 768px) {
    .your-ideas .check-list-items:hover.left {
        -moz-transform: translateX(-10.1875rem);
        -o-transform: translateX(-10.1875rem);
        -ms-transform: translateX(-10.1875rem);
        -webkit-transform: translateX(-10.1875rem);
        transform: translateX(-10.1875rem)
    }

    .your-ideas .check-list-items:hover.right {
        -moz-transform: translateX(-6.1875rem);
        -o-transform: translateX(-6.1875rem);
        -ms-transform: translateX(-6.1875rem);
        -webkit-transform: translateX(-6.1875rem);
        transform: translateX(-6.1875rem)
    }
}

#footer .bottom-links {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#footer .bottom-links .list-inline-item {
    padding: .4rem 0rem
}

#footer .bottom-links a {
    color: #fff;
    padding-bottom: 0px;
    display: inline-block
}

#footer .bottom-links a:hover {
    color: #394d45 !important
}

#footer .contact-details span a:hover {
    color: #394d45 !important
}

#footer .social-icon a {
    width: 2.625rem;
    height: 2.625rem;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#footer .social-icon a:hover {
    background-color: #394d45;
    border-color: rgba(0, 0, 0, 0)
}

#footer .h6 {
    font-family: "Inter-Regular", sans-serif !important
}

#footer #footersubscribe_sidebar .card-body {
    color: #fff !important;
    padding: 0
}

#footer #footersubscribe_sidebar .card-body .form-row h3 {
    display: none
}

#footer #footersubscribe_sidebar .card-body .form-row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100% !important
}

#footer #footersubscribe_sidebar .card-body .form-row .col-md-6 .form-group .form-control {
    background-color: rgba(0, 0, 0, 0);
    padding: .75rem 1rem !important;
    min-height: 3rem;
    color: #fff;
    border-radius: .5rem !important;
    -moz-border-radius: .5rem !important;
    -webkit-border-radius: .5rem !important
}

#footer #footersubscribe_sidebar .card-body .form-row .col-md-6 .form-group .form-control::placeholder {
    color: #fff !important
}

#footer #footersubscribe_sidebar .card-body .form-row .col-md-6 .form-group .input-group-append {
    margin-left: 0;
    position: absolute;
    top: 50%;
    width: 45px;
    height: calc(100% - 4px);
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(0, 0, 0, 0)
}

#footer #footersubscribe_sidebar .card-body .form-row .col-md-6 .form-group .input-group-append .btn {
    padding: 0;
    height: 100%;
    width: 100%;
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: #394d45;
    font-size: 0px;
    font-size: 0rem;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important
}

#footer #footersubscribe_sidebar .card-body .form-row .col-md-6 .form-group .input-group-append .btn::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem
}

#footer #footersubscribe_sidebar .card-body .form-row .col-md-6 .form-group .input-group-append:hover .btn {
    background-color: #637a77
}

#footer #footersubscribe_sidebar .card-body .text-right {
    text-align: left !important
}

#footer #footersubscribe_sidebar .card-body .custom-control a {
    color: #fff
}

#price_calculator {
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0)
}

#price_calculator #productpricetotal {
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    padding: 1.25rem 1.5rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px
}

#price_calculator #productpricetotal #producttotalprice {
    align-items: center
}

#price_calculator #productpricetotal #producttotalprice .pr-1 {
    color: #01111c;
    font-size: 16px;
    font-size: 1rem
}

#price_calculator #productpricetotal #producttotalprice #disp_product_price {
    font-family: "Inter-Bold", sans-serif;
    font-size: 24px;
    font-size: 1.5rem
}

#price_calculator #productpricetotal .sub-total {
    display: flex !important;
    align-items: center
}

#price_calculator #productpricetotal .sub-total span:nth-child(3) {
    font-family: "Inter-Bold", sans-serif;
    font-size: 24px;
    font-size: 1.5rem
}

#price_calculator #productpricetotal .price_calc_unit_price {
    color: #01111c
}

#price_calculator #generate_link {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: .5rem;
    color: #d6dad9 !important;
    font-family: "Inter-Medium", sans-serif
}

#price_calculator #generate_link i::before {
    content: "";
    font-family: "ops";
    color: #d6dad9;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#price_calculator #generate_link:hover {
    color: #394d45 !important
}

#price_calculator #generate_link:hover i:before {
    color: #394d45 !important
}

#get-started {
    background-color: #d6dad9;
    border: 0;
    padding: 1rem;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 16px;
    font-size: 1rem
}

#get-started:hover {
    background-color: #545b62
}

.awesome-bar {
    background-color: #1d2834 !important;
    font-family: "Inter-Light", sans-serif
}

.awesome-bar a {
    text-decoration: underline !important;
    font-family: "Inter-SemiBold", sans-serif
}

.div_calculator label {
    font-family: "Inter-SemiBold", sans-serif !important;
    color: #01111c
}

.slick-slider .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, .1607843137);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, .1607843137);
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, .1607843137);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 10
}

.slick-slider .slick-arrow::before {
    color: #d6dad9;
    opacity: 1 !important
}

.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
    background-color: #394d45 !important
}

.slick-slider .slick-arrow:hover::before,
.slick-slider .slick-arrow:focus::before {
    color: #fff
}

.slick-slider .slick-arrow.slick-disabled::before {
    opacity: 1 !important
}

.slick-slider .slick-next::before {
    content: "";
    font-family: "Font Awesome 6 Pro"
}

.slick-slider .slick-prev::before {
    content: "";
    font-family: "Font Awesome 6 Pro"
}

.carousel-control-prev,
.carousel-control-next {
    margin: 0 !important;
    background-color: #fff;
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, .1607843137);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, .1607843137);
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, .1607843137);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #394d45 !important
}

.carousel-control-prev:hover .carousel-control-prev-icon::before,
.carousel-control-prev:hover .carousel-control-next-icon::before,
.carousel-control-next:hover .carousel-control-prev-icon::before,
.carousel-control-next:hover .carousel-control-next-icon::before {
    color: #fff
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-next-icon,
.carousel-control-next .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background-image: none
}

.carousel-control-prev .carousel-control-prev-icon::before,
.carousel-control-prev .carousel-control-next-icon::before,
.carousel-control-next .carousel-control-prev-icon::before,
.carousel-control-next .carousel-control-next-icon::before {
    content: "";
    display: block;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: #d6dad9;
    left: 0;
    right: 0
}

.carousel-control-prev .carousel-control-prev-icon::before,
.carousel-control-next .carousel-control-prev-icon::before {
    content: ""
}

.carousel-control-prev .carousel-control-next-icon::before,
.carousel-control-next .carousel-control-next-icon::before {
    content: ""
}

@media only screen and (min-width: 992px) {

    #top-banner .carousel-control-prev,
    #top-banner .carousel-control-next {
        width: 60px;
        height: 60px
    }
}

#top-banner .carousel-control-prev {
    left: .625rem
}

@media only screen and (min-width: 992px) {
    #top-banner .carousel-control-prev {
        left: 5rem
    }
}

#top-banner .carousel-control-next {
    right: .625rem
}

@media only screen and (min-width: 992px) {
    #top-banner .carousel-control-next {
        right: 5rem
    }
}

#related-product {
    padding-top: 1rem;
    padding-bottom: 2.5rem
}

#related-product .slick-track {
    margin-left: 0 !important
}

#related-product .slick-track .product-box .card {
    background-color: #fff !important;
    margin-bottom: 0 !important;
    padding: 1.5rem .5rem
}

#related-product .slick-track .product-box .card .card-body {
    padding: 0 !important
}

#related-product .slick-track .product-box .card .card-body img {
    border-radius: .5rem;
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem
}

#related-product .slick-track .product-box .card .card-body .caption {
    color: #1d2834;
    padding-top: 1rem;
    margin-top: 0 !important;
    font-family: "Inter-SemiBold"
}

#account_links .icon_hover_effect i {
    color: #394d45
}

#account_links .icon_hover_effect:hover {
    color: #d6dad9 !important
}

#account_links .icon_hover_effect:hover i {
    color: #d6dad9 !important
}

#accordionmenu .list-group-item {
    padding: 0 .75rem !important
}

#shipping_detail #calculate_button .btn {
    width: 100%;
    height: calc(1.5em + 1rem + 2px)
}

.fa-caret-square-down::before {
    content: "" !important;
    font-weight: 700
}

#frm_search_tmp .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#product_images .carouselimages img {
    border-radius: .75rem;
    -moz-border-radius: .75rem;
    -webkit-border-radius: .75rem
}

#product_images .carousel-thumbs img {
    border-radius: .75rem;
    -moz-border-radius: .75rem;
    -webkit-border-radius: .75rem
}

#shippricecalulate {
    position: relative;
    margin-top: .8rem
}

#shippricecalulate #shippingcalc #shipping_detail {
    position: relative;
    z-index: 1
}

#shippricecalulate #shippingcalc #shipping_detail>.row {
    margin: 0;
    padding-top: 1rem
}

#shippricecalulate #shippingcalc .shippingcalc.active .card-title {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

#shippricecalulate #shippingcalc .accordion-toggle {
    font-size: 16px;
    font-size: 1rem
}

#shippricecalulate #shippingcalc .page-section-header {
    padding-bottom: 1rem !important
}

#product_info {
    padding-top: 2.5rem
}

#product_info #product-info .page-header {
    border-bottom: 0
}

@media only screen and (min-width: 768px) {
    #product_info #product-info #price_calculator {
        padding: 1.875rem 1.5rem !important
    }
}

#product_info #product-info #price_calculator .card-header {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    padding-bottom: .9375rem !important
}

.lang .dropdown-toggle {
    border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    -webkit-border-radius: .3125rem;
    padding: 0 .75rem !important;
    min-height: auto
}

.lang .dropdown-toggle .filter-option {
    line-height: 1.3 !important
}

.lang .dropdown-toggle::after {
    position: unset !important;
    display: inline-block !important;
    content: "" !important;
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0) !important;
    border-bottom: 0 !important;
    border-left: .3em solid rgba(0, 0, 0, 0) !important;
    font-size: 14px !important;
    font-size: 0.875rem !important
}

.search_template_box #Submit {
    min-height: 2.625rem
}

#quote_history .card-header {
    padding-top: 10px !important
}

#user_loginpage .page-sub-header h2 {
    font-size: 24px !important;
    font-size: 1.5rem !important
}

#user_loginpage #frmuser_quickregister {
    margin-top: 1.5rem
}

.hover-box-shadow .card-img-top {
    transform: scale(1)
}

.hover-box-shadow:hover .card-img-top {
    transform: scale(1.1)
}

.account_dashboard_box,
.card {
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important
}

.card-header:first-child {
    border-radius: inherit
}

.page-item:first-child .page-link {
    border-radius: 8px 0 0 8px !important;
    -moz-border-radius: 8px 0 0 8px !important;
    -webkit-border-radius: 8px 0 0 8px !important
}

.page-item:last-child .page-link {
    border-radius: 0 8px 8px 0 !important;
    -moz-border-radius: 0 8px 8px 0 !important;
    -webkit-border-radius: 0 8px 8px 0 !important
}

#shipestimatetotalprice {
    display: flex;
    align-items: center;
    justify-content: end
}

#shipestimatetotalprice #disp_total_price {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Inter-Bold", sans-serif;
    color: #394d45 !important
}

#search-toggle-btn span {
    color: #394d45;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#search-toggle-btn:hover span {
    color: #394d45
}

#testimonial_multi_sidebar {
    background: rgba(0, 0, 0, 0);
    margin-bottom: 0 !important;
    border: none
}

#testimonial_multi_sidebar>.card-header {
    text-align: left;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0 0 1.875rem
}

#testimonial_multi_sidebar>.card-header .card-title {
    font-family: "Inter-Bold", sans-serif;
    font-size: 25px;
    font-size: 1.5625rem
}

@media only screen and (min-width: 992px) {
    #testimonial_multi_sidebar>.card-header .card-title {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media only screen and (min-width: 1200px) {
    #testimonial_multi_sidebar>.card-header .card-title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

#testimonial_multi_sidebar>.card-body {
    padding: 0
}

#testimonial_multi_sidebar>.card-body .carousel-inner .carousel-item .card {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .01);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .01);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .01)
}

@media only screen and (min-width: 768px) {
    #testimonial_multi_sidebar>.card-body .carousel-inner .carousel-item .card .card-body {
        text-align: center
    }
}

#testimonial_multi_sidebar>.card-body .carousel-inner .carousel-item .card .card-body blockquote small {
    color: #394d45;
    font-family: "Inter-regular", sans-serif;
    font-size: 16px;
    font-size: 1rem
}

#testimonial_multi_sidebar>.card-body .carousel-inner .carousel-item .card .card-body blockquote .testimonial-description {
    margin-bottom: 1.5rem
}

@media only screen and (min-width: 768px) {
    #testimonial_multi_sidebar>.card-body .carousel-inner .carousel-item .card .card-body .star-list {
        float: none
    }
}

@media only screen and (min-width: 768px) {
    #testimonial_multi_sidebar>.card-body .carousel-inner .carousel-item .card .card-body .star-list .score {
        float: none;
        display: table;
        margin: auto
    }
}

#testimonial_multi_sidebar>.card-body .carousel-inner .carousel-item .card .card-body .star-list .score .rated {
    padding: 0 !important
}

#testimonial_multi_sidebar>.card-body .carousel-indicators {
    display: none
}

#testimonial_multi_sidebar>.card-footer {
    position: static;
    border-top: 0;
    background: rgba(0, 0, 0, 0);
    padding-bottom: 0
}

#testimonial_multi_sidebar>.card-footer .carousel-controls {
    position: absolute;
    top: 0;
    right: 0
}

#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-prev,
#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 0;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-prev span::before,
#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-next span::before {
    color: #394d45;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-prev:hover,
#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-next:hover {
    background: rgba(0, 0, 0, 0) !important
}

#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-prev:hover span::before,
#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-next:hover span::before {
    color: #394d45
}

#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-prev {
    right: 59px;
    left: auto
}

#testimonial_multi_sidebar>.card-footer .carousel-controls .carousel-control-next {
    right: 0;
    left: auto
}

.shippingdetails .shipping-section-step address b {
    color: #394d45
}

.shippingdetails #div_shipping_type_options span {
    color: #394d45
}

#shipping .page-sub-header {
    padding-bottom: .5rem !important
}

#product-info #get-started {
    bottom: 100px
}

#contact_us_frm .row .form-group:nth-child(8) {
  display: none;
}
 
/*# sourceMappingURL=theme.css.map */