.top-header {
    background: #282343! important;
}

.hidesize div#prductsize {
    display: none;
}

/**/
.zoom:hover {
    background: #6c757d;
    background: rgba(108, 117, 125, .75)
}

.page-header {
    color: #00508f
}

.page-header h1 small {
    color: #6c757d !important
}

.page-section-header {
    color: #00508f
}

.page-section-header span {
    color: #333
}

.page-sub-header {
    color: #6c757d
}

.table .thead-light th,
.table .thead th,
.table thead th {
    color: #333 !important;
    background: rgba(0, 0, 0, 0);
    border-bottom-color: #333
}

a {
    color: #333;
    -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: #8a6e56;
    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;
    white-space: normal
}

.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-primary {
    background: #8a6e56;
    border-color: #8a6e56;
    color: #fff
}

.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: #00508f;
    border-color: #00508f
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #8a6e56;
    border-color: #8a6e56;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-info {
    background: #00508f;
    border-color: #00508f;
    color: #fff
}

.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: #202569;
    border-color: #202569
}

.btn-info.disabled,
.btn-info:disabled {
    background: #00508f;
    border-color: #00508f;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-secondary {
    background: #6c757d;
    border-color: #6c757d
}

.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: #6c757d;
    border-color: #6c757d;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-success {
    background: #8a6e56;
    border-color: #8a6e56
}

.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: #a3cc92;
    border-color: #a3cc92
}

.btn-success.disabled,
.btn-success:disabled {
    background: #8a6e56;
    border-color: #8a6e56;
    opacity: .65;
    filter: alpha(opacity=65)
}

.btn-outline-primary {
    background: rgba(0, 0, 0, 0);
    border-color: #8a6e56;
    color: #8a6e56
}

.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: #8a6e56;
    color: #fff;
    border-color: #8a6e56
}

.btn-outline-secondary {
    background: rgba(0, 0, 0, 0);
    border-color: #6c757d;
    color: #6c757d
}

.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: #6c757d;
    color: #fff;
    border-color: #6c757d
}

.btn-outline-info {
    background: rgba(0, 0, 0, 0);
    border-color: #00508f;
    color: #00508f
}

.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: #00508f;
    color: #fff;
    border-color: #00508f
}

.btn-link {
    color: #333;
    word-break: break-word
}

.btn-link:hover,
.btn-link:focus {
    color: #8a6e56
}

.btn-link:disabled,
.btn-link.disabled {
    color: #8a6e56
}

.border-primary {
    border-color: #8a6e56 !important
}

.border-info {
    border-color: #00508f !important
}

.border-secondary {
    border-color: #6c757d !important
}

.loading {
    border-color: rgba(0, 0, 0, 0) #00508f
}

#loading-text {
    color: #00508f
}

.text-primary {
    color: #8a6e56 !important
}

.text-info {
    color: #00508f !important
}

.text-secondary {
    color: #6c757d !important
}

.card-title {
    color: #333
}

.card-title a.btn-link {
    color: #00508f !important
}

.card-title a.btn-link:hover {
    color: #8a6e56 !important
}

.card-title a:not(.btn) {
    color: #333 !important
}

.card-title a:not(.btn):hover {
    color: #8a6e56 !important
}

.text-body {
    color: #fff !important
}

.bg-primary {
    background-color: #8a6e56 !important
}

.bg-info {
    background-color: #00508f !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.badge-primary {
    background: #8a6e56
}

.badge-info {
    background: #00508f
}

a.text-primary:hover,
a.text-primary:focus {
    color: #00508f !important
}

a.text-info:hover,
a.text-info:focus {
    color: #202569 !important
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-Color: #f2f2f2;
    color: #00508f !important
}

.bootstrap-select .dropdown-menu li.active small {
    color: #00508f !important
}

.bootstrap-select .dropdown-toggle small {
    color: #8a6e56 !important
}

.custom-radio .custom-control-input:checked~.custom-control-label {
    box-shadow: none
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #8a6e56;
    border-color: #8a6e56;
    box-shadow: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    box-shadow: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #8a6e56;
    border-color: #8a6e56;
    box-shadow: none
}

.form-control:focus {
    border-color: #00508f
}

.form-control.custom-select .dropdown-toggle {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.input-group-append .search_btn {
    border-radius: 0px 4px 4px 0px !important;
    -moz-border-radius: 0px 4px 4px 0px !important;
    -webkit-border-radius: 0px 4px 4px 0px !important
}

.input-group-append .search_btn i {
    padding-right: 0 !important
}

.bootstrap-select .dropdown-toggle {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.search_txt {
    border-radius: 4px 0px 0px 4px !important;
    -moz-border-radius: 4px 0px 0px 4px !important;
    -webkit-border-radius: 4px 0px 0px 4px !important
}

.search_btn {
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px
}

.input-group-append .input-group-text {
    border-radius: 0px 4px 4px 0px !important;
    -moz-border-radius: 0px 4px 4px 0px !important;
    -webkit-border-radius: 0px 4px 4px 0px !important
}

.input-group-prepend span:last-child {
    border-radius: 0px 4px 4px 0px !important;
    -moz-border-radius: 0px 4px 4px 0px !important;
    -webkit-border-radius: 0px 4px 4px 0px !important
}

.filter-option {
    align-content: center
}

.page-item.active .page-link,
.page-item:hover .page-link,
.page-item.active:hover .page-link {
    background: #8a6e56;
    border-color: #8a6e56;
    color: #fff
}

.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
    background-color: #fff
}

.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong,
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
    color: #00508f !important
}

.tt-dropdown-menu .tt-suggestion a {
    color: #333 !important
}

.tt-dropdown-menu .tt-suggestion a strong {
    color: #333
}

.tt-dropdown-menu .tt-suggestion a:hover {
    color: #00508f !important
}

.tt-dropdown-menu .tt-suggestion:hover strong {
    color: #00508f !important
}

.account-links a:hover .cicon {
    color: #8a6e56
}

.account_dashboard_box h4 {
    color: #00508f
}

.bar {
    background-color: #8a6e56
}

.form-group .input-valid~.col-form-label {
    color: #00508f
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #00508f;
    background-color: #00508f
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
    border-color: #8a6e56;
    background-color: #8a6e56
}

.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #8a6e56;
    border-color: #8a6e56
}

.custom-switch .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #bbb !important
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Montserrat-Black";
    src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
    font-display: swap
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "Font Awesome 6 Pro" !important
}

.icon-delivery-truck:before {
    content: ""
}

.icon-verification:before {
    content: ""
}

.icon-customer-care:before {
    content: ""
}

.icon-price-tag:before {
    content: ""
}

body {
    font-family: "Montserrat-Regular", sans-serif;
    color: #505050;
    background: #fff;
    font-size: 14px;
    font-size: 0.875rem
}

body.home_page_body {
    background: #eee
}

h1,
.h1 {
    font-size: 20px;
    font-size: 1.25rem
}

@media only screen and (min-width: 640px) {

    h1,
    .h1 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

h2,
.h2 {
    font-size: 23px;
    font-size: 1.4375rem
}

h3,
.h3 {
    font-size: 18px;
    font-size: 1.125rem
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: "Montserrat-Bold", sans-serif
}

h4,
.h4 {
    font-family: "Montserrat-SemiBold", sans-serif
}

h1 small {
    font-family: "Montserrat-SemiBold", sans-serif
}

b,
strong,
.text-bold,
.font-weight-bold {
    font-weight: normal !important;
    font-family: "Montserrat-Bold", sans-serif !important
}

.font-weight-large-bold {
    font-family: "Montserrat-Black", sans-serif !important
}

.btn-primary,
.btn-secondary,
.btn-info,
.btn-success {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.btn-secondary {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.card-title {
    color: #333
}

.card-title a {
    font-family: "Montserrat-Regular", sans-serif
}

.page-header {
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: .5rem 1rem
}

.page-header .btn-link>i {
    vertical-align: initial !important
}

.page-header h1 {
    padding: 0
}

.page-header a>i {
    vertical-align: text-bottom
}

.page-header h2,
.page-header h3 {
    margin: 0
}

.card-header {
    background: #f8f8f8
}

.top-header .navbar-text {
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem
}

.top-header .navbar-text a {
    border: 0
}

.top-header ul li a {
    color: #fff;
    padding: 0 .5rem;
    font-size: 14px;
    font-size: 0.875rem;
    border-left: 1px solid #fff
}

.top-header ul li a:hover,
.top-header ul li a:focus {
    color: rgba(253, 253, 253, .78)
}

.top-header ul li:first-child a {
    border: 0
}

.top-header .social ul li a {
    border: 0
}

.navbar {
    z-index: 999
}

.navbar .navbar-nav .nav-item>.nav-link {
    padding: .8rem .4rem;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    color: #333 !important;
    font-family: "Montserrat-SemiBold", sans-serif
}

.navbar .navbar-nav .nav-item>.nav-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 4px;
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (min-width: 800px) {
    .navbar .navbar-nav .nav-item>.nav-link {
        padding: .8rem 1rem
    }
}

.navbar .navbar-nav .nav-item:hover>.nav-link,
.navbar .navbar-nav .nav-item.active>.nav-link {
    color: #8a6e56 !important
}

.navbar .navbar-nav .nav-item:hover>.nav-link:before,
.navbar .navbar-nav .nav-item.active>.nav-link:before {
    width: 100%;
    background: #8a6e56
}

.navbar .navbar-nav .nav-item.show>.nav-link {
    color: #8a6e56 !important;
    background: #f0f0f0
}

.navbar .navbar-nav .nav-item.show>.nav-link:before {
    top: 0;
    background: #8a6e56;
    width: 100%
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    background: #f0f0f0;
    border: 0;
    -webkit-box-shadow: .5px 1px 1px 0px #cacaca;
    -moz-box-shadow: .5px 1px 1px 0px #cacaca;
    box-shadow: .5px 1px 1px 0px #cacaca;
    margin: -0.2rem 0 0 0 !important
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    margin: 0 !important
}

.navbar .navbar-nav .nav-item .dropdown-menu li {
    padding-left: 0
}

.navbar .navbar-nav .nav-item .dropdown-menu li>.dropdown-item {
    padding-left: 1.5rem
}

@media only screen and (min-width: 800px) {
    .navbar .navbar-nav .nav-item .dropdown-menu li>.dropdown-item {
        padding: .5rem .8rem
    }
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu>.dropdown-item {
    padding-left: 2.5rem
}

@media only screen and (min-width: 800px) {
    .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu>.dropdown-item {
        padding: .5rem .8rem
    }
}

.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu .dropdown-menu li>.dropdown-item {
    padding-left: 3.5rem
}

@media only screen and (min-width: 800px) {
    .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu .dropdown-menu li>.dropdown-item {
        padding: .5rem .8rem
    }
}

.navbar .navbar-nav .nav-item .dropdown-menu li a {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding: .5rem .8rem
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 4px;
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #8a6e56 !important
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    background: #8a6e56;
    width: 100%
}

.navbar .navbar-nav .nav-item .dropdown-menu li:hover>.dropdown-item {
    color: #8a6e56 !important
}

.navbar .navbar-nav .nav-item .dropdown-menu li:hover>.dropdown-item:before {
    background: #8a6e56;
    width: 100%
}

.navbar .navbar-nav .nav-item .dropdown-menu li:hover>.dropdown-item:after {
    color: #8a6e56
}

.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled>li.active>a {
    color: #8a6e56
}

.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled>li.active>a:after {
    color: #8a6e56
}

.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled>li.active>a:before {
    bottom: 0;
    top: auto
}

.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled>li .dropdown-menu li a:before {
    content: normal
}

.navbar .navbar-nav .nav-item .dropdown-menu .card {
    background: rgba(0, 0, 0, 0)
}

.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a:before {
    content: normal
}

.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a:hover strong {
    color: #8a6e56
}

.navbar .navbar-nav .nav-item .dropdown-menu.login {
    background: #fff
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav li:hover a:before {
    display: none
}

.navbar .navbar-nav .nav-item.megamenu .dropdown-menu img {
    max-width: 100%;
    height: auto
}

.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li .dropdown-menu .list-unstyled>li>a {
    color: #000 !important
}

.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled>li .dropdown-menu .list-unstyled>li>a:hover {
    color: #8a6e56 !important
}

.navbar .navbar-brand {
    max-width: 75px
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-brand {
        max-width: 150px
    }
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: none
}

.navbar.sticky-header {
    -webkit-box-shadow: 0 2px 2px 0px rgba(102, 102, 102, .3);
    -moz-box-shadow: 0 2px 2px 0px rgba(102, 102, 102, .3);
    box-shadow: 0 2px 2px 0px rgba(102, 102, 102, .3)
}

.navbar.sticky-header .navbar-brand {
    max-width: 130px
}

#InfoTab .nav-tabs {
    border: 1px solid #dee2e6;
    padding: .3rem 0;
    margin-bottom: 0 !important
}

#InfoTab .nav-tabs>li {
    padding: .5rem 0
}

#InfoTab .nav-tabs>li a {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #dee2e6;
    padding: .2rem 1rem;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #777;
    font-family: "Montserrat-SemiBold", sans-serif;
    text-transform: uppercase
}

#InfoTab .nav-tabs>li a.active,
#InfoTab .nav-tabs>li a:hover {
    color: #00508f
}

#InfoTab .nav-tabs>li:last-child a {
    border: 0
}

#InfoTab .tab-content {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: .5rem 1rem
}

.nav-customtabs .nav-item .nav-link {
    color: #777;
    font-family: "Montserrat-SemiBold", sans-serif
}

.nav-customtabs .nav-item .nav-link.active,
.nav-customtabs .nav-item .nav-link:hover {
    color: #8a6e56;
    background: rgba(0, 0, 0, 0)
}

.nav-customtabs .nav-item .nav-link.active:after,
.nav-customtabs .nav-item .nav-link:hover:after {
    background: #8a6e56
}

.tab-content {
    padding: 1rem 0
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #00508f
}

.accordion-menu .list-group-item>a,
.accordion .list-group-item>a {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    color: #333 !important
}

.accordion-menu .list-group-item>a:before,
.accordion .list-group-item>a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0)
}

.accordion-menu .list-group-item>a:after,
.accordion .list-group-item>a:after {
    content: "";
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    right: 10px
}

.accordion-menu .list-group-item>a[aria-expanded=true]:after,
.accordion .list-group-item>a[aria-expanded=true]:after {
    content: ""
}

.accordion-menu .list-group-item>a:hover,
.accordion-menu .list-group-item>a[aria-expanded=true],
.accordion .list-group-item>a:hover,
.accordion .list-group-item>a[aria-expanded=true] {
    color: #8a6e56 !important
}

.accordion-menu .list-group-item>a:hover:before,
.accordion-menu .list-group-item>a[aria-expanded=true]:before,
.accordion .list-group-item>a:hover:before,
.accordion .list-group-item>a[aria-expanded=true]:before {
    background-color: #8a6e56
}

.accordion-menu .list-group-item .list-unstyled li,
.accordion .list-group-item .list-unstyled li {
    padding-left: .5rem
}

.sidebar .facebook_login {
    margin-bottom: 1rem
}

.sidebar .list-group-item ul li a {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: 14px;
    font-size: 0.875rem
}

.sidebar .list-group-item ul li a:before {
    top: auto
}

.sidebar .list-group-item ul li:hover>a,
.sidebar .list-group-item ul li.active>a {
    color: #8a6e56 !important
}

.sidebar #cssmenu .list-group .list-group-item>a {
    color: #333 !important
}

.sidebar #cssmenu .list-group .list-group-item:hover>a {
    color: #8a6e56 !important;
    padding-left: 1.5rem !important
}

.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:hover,
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li.active {
    color: #8a6e56 !important
}

.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:hover>a,
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li.active>a {
    padding-left: 1.5rem !important
}

#straightmenu .list-group li>a {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: .2rem;
    padding-bottom: .2rem
}

#straightmenu .list-group li>a:before {
    top: 5px !important
}

#straightmenu .list-group li>.all-product {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Montserrat-SemiBold", sans-serif
}

#straightmenu .list-group li .list-unstyled {
    padding-left: .5rem
}

#straightmenu .list-group li .list-unstyled li a {
    font-size: 14px;
    font-size: 0.875rem
}

#straightmenu .list-group li .list-unstyled li a.active {
    color: #8a6e56 !important
}

#straightmenu .list-group li .list-unstyled li a:hover {
    color: #8a6e56 !important
}

#straightmenu .list-group-item a:hover,
#straightmenu .list-group-item a.active {
    color: #8a6e56 !important
}

#myaccount_menu li.active a,
#myaccount_menu li:hover a {
    color: #00508f !important
}

.treeview li .act {
    color: #8a6e56 !important
}

.treeview li a:hover {
    color: #8a6e56 !important
}

#category_list a:hover,
#category_list a.act {
    color: #8a6e56
}

.browse_design,
.upload_design,
.custom_design,
.hire_designer,
.quote_design,
.ico_quote_design {
    border: 0 !important;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    width: 100%
}

.btn-img-text {
    position: relative;
    padding: 0 !important;
    color: #fff !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.btn-img-text i {
    padding: 1.5rem;
    color: #fff;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.btn-img-text i:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.btn-img-text .media-body {
    padding-right: .5rem
}

.btn-img-text .media-body span {
    color: #fff !important
}

.btn-img-text.custom-design {
    background: #292d39
}

.btn-img-text.custom-design i {
    background: #000 !important
}

.btn-img-text.custom-design i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #14161b
}

.btn-img-text.custom-design:hover {
    background: #000
}

.btn-img-text.custom-design:hover i {
    background: #292d39 !important
}

.btn-img-text.custom-design:hover i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #292d39
}

.btn-img-text.browse-design {
    background: #8a6e56
}

.btn-img-text.browse-design i {
    background: #00508f !important
}

.btn-img-text.browse-design i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00508f
}

.btn-img-text.browse-design:hover {
    background: #00508f
}

.btn-img-text.browse-design:hover i {
    background: #8a6e56 !important
}

.btn-img-text.browse-design:hover i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8a6e56
}

.btn-img-text.upload-design {
    background: #00508f
}

.btn-img-text.upload-design i {
    background: #202569 !important
}

.btn-img-text.upload-design i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #202569
}

.btn-img-text.upload-design:hover {
    background: #202569
}

.btn-img-text.upload-design:hover i {
    background: #00508f !important
}

.btn-img-text.upload-design:hover i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00508f
}

.btn-img-text.ico-hire-designer {
    background: #747474
}

.btn-img-text.ico-hire-designer i {
    background: #5b5b5b !important
}

.btn-img-text.ico-hire-designer i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #5b5b5b
}

.btn-img-text.ico-hire-designer:hover {
    background: #5b5b5b
}

.btn-img-text.ico-hire-designer:hover i {
    background: #747474 !important
}

.btn-img-text.ico-hire-designer:hover i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #747474
}

.btn-img-text.ico-quote-design {
    background: #a0a0a0
}

.btn-img-text.ico-quote-design i {
    background: #878787 !important
}

.btn-img-text.ico-quote-design i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #878787
}

.btn-img-text.ico-quote-design:hover {
    background: #878787
}

.btn-img-text.ico-quote-design:hover i {
    background: #a0a0a0 !important
}

.btn-img-text.ico-quote-design:hover i:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a0a0a0
}

.btn-title-text.browse_design:hover,
.btn-title-text.upload_design:hover,
.btn-title-text.custom_design:hover,
.btn-title-text.ico_hire_designer:hover,
.btn-title-text.ico_quote_design:hover {
    -webkit-box-shadow: 0 0 5px 1px #73797d;
    -moz-box-shadow: 0 0 5px 1px #73797d;
    box-shadow: 0 0 5px 1px #73797d
}

.btn-title-text .h4 {
    font-size: 18px;
    font-size: 1.125rem
}

.btn-title-text.browse_design {
    background: #8a6e56 !important;
    border: 1px solid #8a6e56 !important
}

.btn-title-text.browse_design a .h4,
.btn-title-text.browse_design a i {
    color: #fff !important
}

.btn-title-text.browse_design:hover {
    background: rgba(0, 0, 0, 0) !important
}

.btn-title-text.browse_design:hover a .h4,
.btn-title-text.browse_design:hover a i {
    color: #8a6e56 !important
}

.btn-title-text.upload_design {
    background: #00508f !important;
    border: 1px solid #00508f !important
}

.btn-title-text.upload_design a .h4,
.btn-title-text.upload_design a i {
    color: #fff !important
}

.btn-title-text.upload_design:hover {
    background: rgba(0, 0, 0, 0) !important
}

.btn-title-text.upload_design:hover a .h4,
.btn-title-text.upload_design:hover a i {
    color: #00508f !important
}

.btn-title-text.custom_design {
    background: #292d39 !important;
    border: 1px solid #292d39 !important
}

.btn-title-text.custom_design a .h4,
.btn-title-text.custom_design a i {
    color: #fff !important
}

.btn-title-text.custom_design:hover {
    background: rgba(0, 0, 0, 0) !important
}

.btn-title-text.custom_design:hover a .h4,
.btn-title-text.custom_design:hover a i {
    color: #292d39 !important
}

.btn-title-text.hire_designer {
    background: #747474 !important;
    border: 1px solid #747474 !important
}

.btn-title-text.hire_designer a .h4,
.btn-title-text.hire_designer a i {
    color: #fff !important
}

.btn-title-text.hire_designer:hover {
    background: rgba(0, 0, 0, 0) !important
}

.btn-title-text.hire_designer:hover a .h4,
.btn-title-text.hire_designer:hover a i {
    color: #747474 !important
}

.btn-title-text.quote_product {
    background: #a0a0a0 !important;
    border: 1px solid #a0a0a0 !important
}

.btn-title-text.quote_product a .h4 {
    color: #fff !important
}

.btn-title-text.quote_product:hover {
    background: rgba(0, 0, 0, 0) !important
}

.btn-title-text.quote_product:hover a .h4 {
    color: #a0a0a0 !important
}

.header-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "Montserrat-Regular", sans-serif
}

@media only screen and (min-width: 640px) {
    .header-content h2 {
        font-size: 45px;
        font-size: 2.8125rem
    }
}

.header-content .subtitle-text {
    font-size: 18px;
    font-size: 1.125rem
}

@media only screen and (min-width: 640px) {
    .header-content .subtitle-text {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.bg-text {
    -moz-transform: translate(-3%, 10%);
    -o-transform: translate(-3%, 10%);
    -ms-transform: translate(-3%, 10%);
    -webkit-transform: translate(-3%, 10%);
    transform: translate(-3%, 10%)
}

.bg-text h2 {
    font-size: 65px;
    font-size: 4.0625rem;
    font-family: "Montserrat-Black", sans-serif;
    letter-spacing: 15px;
    color: #00508f;
    opacity: .1;
    filter: alpha(opacity=10)
}

@media only screen and (min-width: 1248px) {
    .bg-text h2 {
        font-size: 100px;
        font-size: 6.25rem
    }
}

.panel-browse {
    display: inline-block;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.panel-browse h3,
.panel-browse h1 {
    font-size: 26px;
    font-size: 1.625rem;
    position: relative
}

.panel-browse h3:after,
.panel-browse h1:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #00508f
}

@media only screen and (min-width: 640px) {

    .panel-browse h3,
    .panel-browse h1 {
        font-size: 32px;
        font-size: 2rem
    }
}

@media only screen and (min-width: 640px) {
    .panel-browse {
        -moz-transform: translateY(-45px);
        -o-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px)
    }
}

.product-box .hover-box-shadow {
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 1rem 1rem 0
}

.product-box .hover-box-shadow:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -ms-transition: transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 1
}

.product-box .hover-box-shadow:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #ccc;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -ms-transition: transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 1
}

.product-box .hover-box-shadow:hover:before,
.product-box .hover-box-shadow:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.product-box .hover-box-shadow:hover h3 {
    color: #8a6e56 !important
}

.product-box .hover-box-shadow .thumbnail {
    border-radius: 0;
    z-index: 9
}

.product-box .hover-box-shadow .thumbnail img {
    border-radius: 0
}

.product-box .hover-box-shadow .card-body,
.product-box .hover-box-shadow .card-footer {
    position: relative;
    z-index: 9;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.product-box .hover-box-shadow .card-body .btn-info,
.product-box .hover-box-shadow .card-footer .btn-info {
    display: inline-block;
    font-family: "Montserrat-SemiBold", sans-serif;
    background: rgba(0, 0, 0, 0);
    color: #8a6e56;
    border: 0;
    padding: 0
}

.product-box .hover-box-shadow .card-body .btn-info:hover,
.product-box .hover-box-shadow .card-body .btn-info:focus,
.product-box .hover-box-shadow .card-footer .btn-info:hover,
.product-box .hover-box-shadow .card-footer .btn-info:focus {
    background: rgba(0, 0, 0, 0);
    color: #00508f
}

.product-box .hover-box-shadow:hover .btn-info,
.product-box .hover-box-shadow:focus .btn-info {
    letter-spacing: 1px;
    color: #00508f;
    background: rgba(0, 0, 0, 0)
}

.product-box .btn-info {
    font-size: 16px;
    font-size: 1rem;
    box-shadow: none;
    display: inline-block;
    font-family: "Montserrat-SemiBold", sans-serif
}

.service_block {
    background: url(../images/services-bg.jpg) fixed no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1
}

.service_block:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .85;
    filter: alpha(opacity=85);
    z-index: -1;
    background: #00508f
}

.service_block .srvc_inr_blck a {
    display: inline-block;
    position: relative
}

.service_block .srvc_inr_blck a span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    -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: 1px solid #fff
}

.service_block .srvc_inr_blck a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

.service_block .srvc_inr_blck h3 {
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 1.5rem 0 3rem;
    position: relative
}

.service_block .srvc_inr_blck h3:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 75px;
    right: 0;
    height: 2px;
    background: #fff;
    margin: 0 auto
}

.service_block .srvc_inr_blck:hover span {
    background: #fff;
    border-color: #fff;
    color: #00508f
}

.service_block .srvc_inr_blck:hover a:after {
    -webkit-animation: pulse 1.3s ease-out 75ms;
    -moz-animation: pulse 1.3s ease-out 75ms;
    -ms-animation: pulse 1.3s ease-out 75ms;
    -o-animation: pulse 1.3s ease-out 75ms;
    animation: pulse 1.3s ease-out 75ms
}

.testimonial_home .testimonial_left {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 2rem
}

@media only screen and (min-width: 1248px) {
    .testimonial_home .testimonial_left {
        margin-bottom: 0rem
    }
}

.testimonial_home .testimonial_left .card {
    border: 0;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0)
}

.testimonial_home .testimonial_left .card .card-header {
    border-radius: 0;
    border: 0;
    background: rgba(0, 0, 0, 0) !important;
    padding: 0
}

.testimonial_home .testimonial_left .card .card-header .card-title {
    font-size: 26px;
    font-size: 1.625rem;
    position: relative;
    display: inline-block;
    font-family: "Montserrat-Bold", sans-serif;
    color: #505050
}

.testimonial_home .testimonial_left .card .card-header .card-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #00508f
}

@media only screen and (min-width: 640px) {
    .testimonial_home .testimonial_left .card .card-header .card-title {
        font-size: 32px;
        font-size: 2rem
    }
}

.testimonial_home .testimonial_left .card .card-body {
    padding: 2rem 0 1.25rem;
    position: relative
}

.testimonial_home .testimonial_left .card .card-body blockquote p {
    font-size: 18px;
    font-size: 1.125rem
}

.testimonial_home .testimonial_left .card .card-body:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    font-size: 50px;
    font-size: 3.125rem;
    top: 0;
    opacity: .7;
    filter: alpha(opacity=70);
    color: #00508f
}

.testimonial_home .testimonial_left .card .card-footer {
    padding: .75rem 0;
    background: rgba(0, 0, 0, 0);
    border: 0
}

.testimonial_home .testimonial_left .card .card-footer .carousel-control-prev,
.testimonial_home .testimonial_left .card .card-footer .carousel-control-next {
    width: 3%
}

@media only screen and (min-width: 640px) {
    .testimonial_home .testimonial_left {
        -moz-transform: translateY(-6%);
        -o-transform: translateY(-6%);
        -ms-transform: translateY(-6%);
        -webkit-transform: translateY(-6%);
        transform: translateY(-6%)
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    40% {
        opacity: .8;
        filter: alpha(opacity=80);
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    40% {
        opacity: .8;
        filter: alpha(opacity=80);
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-o-keyframes pulse {
    0% {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    40% {
        opacity: .8;
        filter: alpha(opacity=80);
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse {
    0% {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    40% {
        opacity: .8;
        filter: alpha(opacity=80);
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.middle_inner_section {
    padding-top: 2rem
}

@media only screen and (min-width: 640px) {
    .middle_inner_section {
        padding-top: 0
    }
}

.subscribe_section .card .card-body {
    padding: 0
}

.subscribe_section .card .card-body h3 {
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem
}

.subscribe_section .card .card-body h3 p {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    color: #ccc
}

@media only screen and (min-width: 768px) {
    .subscribe_section .card .card-body h3 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.subscribe_section .card .card-body small {
    color: #cecece;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Montserrat-Regular", sans-serif
}

.subscribe_section .card .card-body .input-group .input-group-append {
    position: absolute;
    right: 5px;
    top: 4px;
    z-index: 9
}

.subscribe_section .card .card-body .input-group .input-group-append button {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: .4rem 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Montserrat-Bold", sans-serif;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .subscribe_section .card .card-body .input-group .input-group-append button {
        padding: .4rem 2rem;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.subscribe_section .card .card-body .input-group input {
    height: 45px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 18px;
    font-size: 1.125rem
}

@media only screen and (min-width: 768px) {
    .subscribe_section .card .card-body .input-group input {
        height: 50px
    }
}

.subscribe_section .form-row .custom-control-label a {
    color: #fff !important
}

.subscribe_section .form-row .custom-control-label a:hover {
    color: #8a6e56 !important
}

.fotter_bottom ul {
    padding: 0;
    margin: 0
}

.fotter_bottom ul li {
    display: block;
    margin: 0;
    padding: 0
}

.fotter_bottom ul li a {
    padding: .3rem 0;
    display: inline-block;
    color: #505050;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative
}

.fotter_bottom ul li a:hover,
.fotter_bottom ul li a:focus {
    padding-left: .5rem;
    color: #00508f
}

.fotter_bottom ul li a i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 16px;
    font-size: 1rem
}

.fotter_bottom ul.list-unstyled>li {
    float: none;
    width: 100%
}

.fotter_bottom ul.list-unstyled>li>a:hover {
    padding-left: 0
}

@media only screen and (min-width: 768px) {
    .fotter_bottom ul.list-unstyled>li {
        float: left;
        width: 33.33%
    }
}

.fotter_bottom ul.bottom-links li a i {
    display: none
}

.fotter_bottom .contact_us li a {
    padding-left: 1.5rem
}

.fotter_bottom .contact_us li a:hover {
    padding-left: 1.5rem
}

.fotter_bottom h3 {
    color: #00508f
}

.bottom-links .list-inline-item {
    display: block;
    padding: 0;
    margin: 0
}

.bottom-links .list-inline-item a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #505050;
    padding: .3rem 0;
    display: inline-block
}

.bottom-links .list-inline-item a.active,
.bottom-links .list-inline-item a:focus,
.bottom-links .list-inline-item a:hover {
    color: #8a6e56;
    padding-left: .5rem
}

.flip3d .card-header {
    background: #00508f !important
}

.flip3d .card-header .card-title {
    color: #fff
}

.flip3d .card-header .card-title:hover {
    color: #a5a9e3
}

.slideup:hover {
    border-color: #292d39
}

.slideup .card-body {
    background: #292d39 !important
}

.title-top h3 {
    text-align: left !important;
    margin-top: 0 !important
}

.hover-box-shadow .card-body .card-text {
    font-size: 14px;
    font-size: 0.875rem
}

.slide-hover .card-title {
    background: #00508f !important
}

.slide-hover .card-title:after {
    background: #202569
}

.media-filter li a {
    border-color: #6c757d;
    color: #6c757d
}

.media-filter li a:hover,
.media-filter li a.selected {
    background: #6c757d !important;
    color: #fff !important
}

.media-filter .media-boxes-drop-down-header {
    border: 1px solid #6c757d
}

#disp_product_price.text-dark,
#disp_total_price.text-dark {
    color: #00508f !important
}

#order-billing-details .card-header,
.order_history .card-header,
#price_calculator .card-header {
    background: rgba(0, 0, 0, 0) !important
}

.search_top {
    position: static
}

@media only screen and (min-width: 640px) {
    .search_top a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        color: #00508f
    }

    .search_top a:hover,
    .search_top a:focus {
        color: #8a6e56
    }
}

.search_top .search-toggle {
    background: #00508f;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 99
}

@media only screen and (min-width: 640px) {
    .search_top .search-toggle {
        right: 0;
        left: auto;
        width: 300px
    }
}

.search_top .search-toggle .twitter-typeahead {
    width: 100%
}

@media only screen and (min-width: 1248px) {
    .search_top .search-toggle .twitter-typeahead:after {
        display: none
    }
}

@media only screen and (min-width: 640px) {
    .search_top {
        position: relative
    }
}

.breadcrumb_container .breadcrumb li a:hover {
    color: #8a6e56
}

.breadcrumb_container .breadcrumb li.active .a {
    color: #8a6e56
}

input:focus+.input-group-append .input-group-text {
    border-color: #00508f
}

#designer_template_category li a:hover,
#designer_template_category li a.p_act {
    color: #8a6e56
}

.card-footer .carousel-control-next,
.card-footer .carousel-control-prev {
    width: 7%
}

.form-control:focus+.input-group-append .input-group-text {
    border-color: #00508f
}

.form-control:focus~.col-form-label {
    color: #00508f
}

.top-header {
    background: #00508f
}

.top-header .bootstrap-select>.dropdown-toggle {
    padding: 0 .75rem
}

.blockquote {
    font-size: 16px;
    font-size: 1rem
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1570px
    }
}

.popover.show {
    max-width: 290px !important
}

@media only screen and (min-width: 768px) {
    .popover.show {
        max-width: 350px !important
    }
}

#top-banner .carousel-control-prev-icon {
    width: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(51, 51, 51)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

#top-banner .carousel-control-next-icon {
    width: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(51, 51, 51)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.navbar-bg-outside {
    z-index: 1
}

#shopping-cart .card-header .card-title a {
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #333 !important;
    font-size: 18px;
    font-size: 1.125rem
}

#shopping-cart .card-header .card-title a:hover {
    color: #8a6e56 !important
}

#sitemap ul li a:hover {
    color: #8a6e56
}

#shopping_accordion .card-title a,
#price_calculator .card-title a {
    color: #333 !important;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 18px;
    font-size: 1.125rem
}

.btn-group .btn-outline-primary {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px
}

.btn-group .btn-primary {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0
}

#testimonial_multi_sidebar {
    border: 0;
    padding: 0rem;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 0 !important
}

#testimonial_multi_sidebar .carousel-inner {
    overflow: visible
}

#testimonial_multi_sidebar .carousel-indicators {
    display: flex
}

@media only screen and (min-width: 1248px) {
    #testimonial_multi_sidebar .carousel-indicators {
        display: none
    }
}

#testimonial_multi_sidebar>.card-body {
    padding-inline: 0
}

#testimonial_multi_sidebar>.card-body:before {
    display: none
}

#testimonial_multi_sidebar>.card-body .card {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
    padding: 1rem
}

#testimonial_multi_sidebar>.card-body .card .card-body {
    padding: 0rem
}

#testimonial_multi_sidebar .card-footer {
    border: 0;
    background: rgba(0, 0, 0, 0)
}

#advanceSearch #search-box {
    border-radius: 4px
}

#shareProductLinkModal .modal-dialog #shareLink {
    border-radius: 4px
}

.thank-you-title,
.order-placed {
    font-weight: normal !important
}

.thank-you-container #user_dashboard .account_dashboard_box {
    text-align: left
}

/*# sourceMappingURL=theme.css.map */