@charset "UTF-8";
/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
.zoom:hover {
  background: #576c76;
  background: rgba(87, 108, 118, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  background: #51A5A5;
  color: #fff;
  padding: 0.5rem 0.9rem !important;
}
.page-header h1 {
  padding-bottom: 0;
}
.page-header h1 small {
  color: #ffffff !important;
  font-weight: 300;
}
.page-header h1 a {
  color: #fff;
}
.page-header h1 a:hover {
  color: #000;
}
.page-header .btn-link {
  color: #fff;
}
.page-header .btn-link:hover {
  color: #000;
}

.page-section-header {
  color: #576c76;
}

.page-sub-header {
  color: #576c76;
}

.table .thead-light th, .table .thead th, .table thead th {
  color: #51A5A5 !important;
  background: transparent;
  border-bottom-color: #51A5A5;
}

/***** Anchor tag css ******/
a {
  color: #585858;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f37257;
  text-decoration: none;
}

/***** Button ******/
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}

.btn-primary {
  background: #51A5A5;
  border-color: #51A5A5;
}
.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: #408383;
  border-color: #408383;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #51A5A5;
  border-color: #51A5A5;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #f37257;
  border-color: #f37257;
}
.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: #f04a27;
  border-color: #f04a27;
}
.btn-info.disabled, .btn-info:disabled {
  background: #f37257;
  border-color: #f37257;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-secondary {
  background: #576c76;
  border-color: #576c76;
}
.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: #415159;
  border-color: #415159;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #576c76;
  border-color: #576c76;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-success {
  background: #51a6a5;
  border-color: #51a6a5;
}
.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: #408483;
  border-color: #408483;
}
.btn-success.disabled, .btn-success:disabled {
  background: #51a6a5;
  border-color: #51a6a5;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/***** Outline Button ******/
.btn-outline-primary {
  background: transparent;
  border-color: #51A5A5;
  color: #51A5A5;
}
.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: #51A5A5;
  color: #ffffff;
  border-color: #51A5A5;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #576c76;
  color: #576c76;
}
.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: #576c76;
  color: #ffffff;
  border-color: #576c76;
}

.btn-outline-info {
  background: transparent;
  border-color: #f37257;
  color: #f37257;
}
.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: #f37257;
  color: #ffffff;
  border-color: #f37257;
}

/***** Link Button ******/
.btn-link {
  color: #51A5A5;
}
.btn-link:hover {
  color: #f37257;
}
.btn-link:disabled, .btn-link.disabled {
  color: #dddddd;
}

/***** Border Color *****/
.border-primary {
  border-color: #51A5A5 !important;
}

.border-info {
  border-color: #f37257 !important;
}

.border-secondary {
  border-color: #576c76 !important;
}

/**** loader ****/
.loading {
  border-color: transparent #f37257;
}

#loading-text {
  color: #f37257;
}

/***** Text Color *****/
.text-primary {
  color: #51A5A5 !important;
}

.text-info {
  color: #f37257 !important;
}

.text-secondary {
  color: #576c76 !important;
}

.card-title {
  color: #333333;
}

.card-title a.btn-link {
  color: #f37257 !important;
}
.card-title a.btn-link:hover {
  color: #51A5A5 !important;
}

.card-title a {
  color: #333333 !important;
}
.card-title a:hover {
  color: #f37257 !important;
}

.text-body {
  color: #ffffff !important;
}

/* Badge CSS */
.badge-primary {
  background: #51A5A5;
}

.badge-info {
  background: #f37257;
}

/***** Text-Color with Anchor Tag *****/
a.text-primary:hover, a.text-primary:focus {
  color: #408383 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #f04a27 !important;
}

/***** background-Color *****/
.bg-primary {
  background-color: #51A5A5 !important;
}

.bg-info {
  background-color: #f37257 !important;
}

.bg-secondary {
  background-color: #576c76 !important;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #f2f2f2;
  color: #f37257 !important;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #f37257 !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #51A5A5 !important;
}

/***** Radio button color *****/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f37257;
  border-color: #f37257;
  box-shadow: none;
}

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f37257;
  border-color: #f37257;
  box-shadow: none;
}

/***** Input border-color on focus *****/
.form-control:focus {
  border-color: #f37257;
}

/**** pagination ****/
.page-item.active .page-link {
  background: #51A5A5;
  border-color: #51A5A5;
}

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #f37257;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong {
  color: #ffffff;
  font-weight: bold;
}
.tt-dropdown-menu .tt-suggestion a {
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion a strong {
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion:hover strong {
  color: #ffffff !important;
  font-weight: bold;
}

/**** Account Page CSS ****/
.account-links a:hover .cicon {
  color: #f37257;
}

.account_dashboard_box h4 {
  color: #f37257;
}

/**** JQUERY UPLOADER START ****/
.bar {
  background-color: #51A5A5;
}

/***** Reset CSS *****/
body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

h1, .h1 {
  font-size: 26px;
  font-size: 1.625rem;
}

h2, .h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

h1 small {
  font-weight: 600;
}

b, strong, .text-bold, .font-weight-bold {
  font-weight: 700;
}

.card-title a {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border-bottom-color: #dee2e6;
}
#InfoTab .nav-tabs .nav-item .nav-link {
  color: #f37257;
}
#InfoTab .nav-tabs .nav-item .nav-link.active, #InfoTab .nav-tabs .nav-item .nav-link:hover {
  color: #51A5A5;
  background: transparent;
}
#InfoTab .tab-content {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.nav-customtabs .nav-item .nav-link {
  color: #333333;
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #51A5A5;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #51A5A5;
}

.tab-content {
  padding: 1rem;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td:hover {
  background: #f37257;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td:hover:hover {
  background: #f37257;
  color: #fff;
}

/* Top Menu CSS */
.navbar-brand {
  max-width: 300px;
  padding: 0;
}

.top-header {
  background: #fff !important;
}
.top-header .top-links {
  margin: 0.3rem 0 !important;
}
.top-header .top-links li {
  margin: 0;
}
.top-header .top-links li .badge-primary {
  background: #51a6a5;
}
.top-header .top-links li a {
  padding: 0 0.5rem;
}
.top-header .header-search .tt-input {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: calc(1.5em + 0.9rem);
}
.top-header .header-search .input-group-text {
  background-color: #f37257 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  border-color: #f37257 !important;
}
.top-header .header-search .input-group-text i {
  font-weight: bold;
}
.top-header .bootstrap-select {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
.top-header .bootstrap-select .dropdown-menu {
  z-index: 9999 !important;
}
.top-header .bootstrap-select > .dropdown-toggle {
  padding: 0 0.75rem;
  height: calc(1.5em + 1rem);
  max-height: unset !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.top-header .bootstrap-select > .dropdown-toggle .filter-option {
  top: 50%;
}
.top-header .bootstrap-select > .dropdown-toggle .filter-option .filter-option-inner {
  transform: translate(0, -50%);
}

.navbar {
  z-index: 999;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .navbar {
    background-color: #51A5A5;
  }
}
.navbar .navbar-collapse .navbar-nav {
  margin-left: 0 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: 1rem 0.8rem;
  color: #fff;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  content: " ";
  display: inline-block;
  position: absolute;
  border: #51A5A5 solid 4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
  bottom: 4px;
  left: 4px;
  opacity: 1;
  right: 4px;
  top: 4px;
}
.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #fff !important;
  background: #f37257;
}
.navbar .navbar-collapse .navbar-nav .nav-item.show > .nav-link {
  background: #576c76;
  color: #ffffff !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item.show > .nav-link:before {
  display: none;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary {
  background: #51A5A5;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li {
  background: transparent;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li a {
  color: #ffffff;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li a:after {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li:hover > .dropdown-item {
  color: #ffffff !important;
  background: #576c76;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu {
  background: #51A5A5;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li {
  background: transparent;
  padding-left: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li a {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item div.dropdown-menu li:hover > a {
  color: #f37257 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item div.dropdown-menu li:hover strong {
  color: #f37257 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item div.dropdown-menu .list-unstyled li.dropdown-submenu > .all-product {
  background: #576c76;
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item div.dropdown-menu .list-unstyled li.dropdown-submenu > .all-product:after {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item div.dropdown-menu .list-unstyled li.dropdown-submenu:hover > .all-product, .navbar .navbar-collapse .navbar-nav .nav-item div.dropdown-menu .list-unstyled li.dropdown-submenu.active > .all-product {
  background: #415159;
  color: #ffffff !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item div.dropdown-menu .list-unstyled li.dropdown-submenu:hover > .all-product:after, .navbar .navbar-collapse .navbar-nav .nav-item div.dropdown-menu .list-unstyled li.dropdown-submenu.active > .all-product:after {
  color: #ffffff;
}

/* Sidebar CSS */
.sidebar .card {
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
}
.sidebar .card .card-header {
  background: #f37257 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0.02rem;
}
.sidebar .card .card-header .card-title {
  color: #fff;
}
.sidebar .card .card-body #straightmenu .list-group {
  margin-left: 0 !important;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item {
  padding: 0.9rem !important;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info {
  font-size: 16px;
  font-size: 1rem;
  color: #f37257 !important;
  border-bottom: 1px dashed #ccc;
  padding-left: 0 !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 0.5rem;
}
.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 {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 0;
  color: #333 !important;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product:before {
  display: none;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a, .sidebar .card .card-body .accordion .list-group-item > a {
  padding: 0.5rem 0.9rem !important;
  color: #fff !important;
  background: #51a6a5;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled, .sidebar .card .card-body .accordion .list-group-item .list-unstyled {
  margin: 0.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: 0.2rem;
  padding-bottom: 0.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: #f37257 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item {
  background: transparent;
  border: 1px dashed rgba(0, 0, 0, 0.125);
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item > a {
  color: #333 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover > a {
  background: #51A5A5;
  color: #ffffff !important;
  padding-left: 1.5rem !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled {
  background: #51A5A5;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li {
  background: transparent;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li a {
  color: #ffffff !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 {
  color: #000 !important;
  padding-left: 1.5rem !important;
}
.sidebar .without_cat .list-group .list-group-item {
  padding: 0 !important;
}
.sidebar .without_cat .list-group .list-group-item > a {
  padding: 0.5rem 0.9rem;
}
.sidebar .without_cat .list-group .list-group-item ul {
  margin-bottom: 0.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: #f37257 !important;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product {
  font-size: 16px;
  font-size: 1rem;
  color: #f37257;
}
.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: 0.2rem 0 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: #f37257 !important;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li > a {
  padding-top: 0.2rem;
  padding-bottom: 0.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: #f37257 !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: #f37257 !important;
}
.sidebar #straightmenu .without_cat .list-unstyled {
  padding-left: 0.9rem;
}
.sidebar #myaccount_menu li:hover a, .sidebar #myaccount_menu li.active a {
  color: #f37257 !important;
}

/* Action Button CSS */
.browse_design:hover, .upload_design:hover, .custom_design:hover, .hire_designer:hover, .quote_product:hover {
  -webkit-box-shadow: 0 0 5px 1px #73797D;
  -moz-box-shadow: 0 0 5px 1px #73797D;
  box-shadow: 0 0 5px 1px #73797D;
}

.browse_design {
  border-color: #f37257 !important;
}
.browse_design .btn-img-text {
  color: #f37257 !important;
}
.browse_design:hover .btn-img-text {
  color: #f04a27 !important;
}

.upload_design {
  border-color: #f37257 !important;
}
.upload_design .btn-img-text {
  color: #f37257 !important;
}
.upload_design:hover .btn-img-text {
  color: #f04a27 !important;
}

.custom_design {
  border-color: #576c76 !important;
}
.custom_design .btn-img-text {
  color: #576c76 !important;
}
.custom_design:hover .btn-img-text {
  color: #415159 !important;
}

.hire_designer {
  border-color: #f37257 !important;
}
.hire_designer .btn-img-text {
  color: #f37257 !important;
}
.hire_designer:hover .btn-img-text {
  color: #f04a27 !important;
}

.quote_product {
  border-color: #51A5A5 !important;
}
.quote_product .btn-img-text {
  color: #51A5A5 !important;
}
.quote_product:hover .btn-img-text {
  color: #408383 !important;
}

.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #f37257 !important;
  border-color: #f37257 !important;
}
.btn-title-text.browse_design a .h4, .btn-title-text.browse_design a i {
  color: #ffffff !important;
}
.btn-title-text.browse_design:hover {
  background: transparent !important;
}
.btn-title-text.browse_design:hover a .h4, .btn-title-text.browse_design:hover a i {
  color: #f37257 !important;
}
.btn-title-text.upload_design {
  background: #f37257 !important;
  border-color: #f37257 !important;
}
.btn-title-text.upload_design a .h4, .btn-title-text.upload_design a i {
  color: #ffffff !important;
}
.btn-title-text.upload_design:hover {
  background: transparent !important;
}
.btn-title-text.upload_design:hover a .h4, .btn-title-text.upload_design:hover a i {
  color: #f37257 !important;
}
.btn-title-text.custom_design {
  background: #576c76 !important;
  border-color: #576c76 !important;
}
.btn-title-text.custom_design a .h4, .btn-title-text.custom_design a i {
  color: #ffffff !important;
}
.btn-title-text.custom_design:hover {
  background: transparent !important;
}
.btn-title-text.custom_design:hover a .h4, .btn-title-text.custom_design:hover a i {
  color: #576c76 !important;
}
.btn-title-text.hire_designer {
  background: #f37257 !important;
  border-color: #f37257 !important;
}
.btn-title-text.hire_designer a .h4, .btn-title-text.hire_designer a i {
  color: #ffffff !important;
}
.btn-title-text.hire_designer:hover {
  background: transparent !important;
}
.btn-title-text.hire_designer:hover a .h4, .btn-title-text.hire_designer:hover a i {
  color: #f37257 !important;
}
.btn-title-text.quote_product {
  background: #51A5A5 !important;
  border-color: #51A5A5 !important;
}
.btn-title-text.quote_product a .h4 {
  color: #ffffff !important;
}
.btn-title-text.quote_product:hover {
  background: transparent !important;
}
.btn-title-text.quote_product:hover a .h4 {
  color: #51A5A5 !important;
}

/* Common CSS */
.media-filter li a {
  border-color: #576c76;
  color: #576c76;
}
.media-filter li a:hover, .media-filter li a.selected {
  background: #576c76 !important;
  color: #ffffff !important;
}
.media-filter .media-boxes-drop-down-header {
  border: 1px solid #576c76;
}

/*Breadcrumb CSS*/
.breadcrumb_container .breadcrumb li a:hover {
  color: #f37257;
}
.breadcrumb_container .breadcrumb li.active .a {
  color: #f37257;
}

.form-control:focus + .input-group-append .input-group-text {
  border-color: #f37257;
}
.form-control:focus ~ .col-form-label {
  color: #f37257;
}

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #51A5A5;
}

.treeview li .act {
  color: #f37257 !important;
}
.treeview li a:hover {
  color: #f37257 !important;
}

#category_list a:hover, #category_list a.act {
  color: #f37257 !important;
}

/*****Products******/
.product-box {
  /*hover-box-shadow*/
  /*Flip 3D*/
  /*Slide up*/
  /*Slide Hover*/
  /*Triangle*/
}
.product-box .card-title {
  color: #333 !important;
  font-size: 16px;
  font-size: 1rem;
}
.product-box .hover-box-shadow {
  background-color: #eeeeee;
  border-bottom: 5px solid #55b5b4;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-box .hover-box-shadow .card-title {
  text-transform: uppercase;
}
.product-box .hover-box-shadow .thumbnail {
  border: 5px solid transparent;
  margin: 1rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.product-box .hover-box-shadow .card-body {
  padding: 0.5rem !important;
  background: #112C33;
}
.product-box .hover-box-shadow .card-body .card-text {
  display: none;
}
.product-box .hover-box-shadow .card-body a {
  display: block;
}
.product-box .hover-box-shadow .card-body a h3 {
  color: #ffffff !important;
  position: relative;
  margin: 0;
}
.product-box .hover-box-shadow .card-body a h3:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 0;
}
.product-box .hover-box-shadow .card-body:hover a h3 {
  color: #51A5A5 !important;
}
.product-box .hover-box-shadow .card-footer {
  display: none;
}
.product-box .hover-box-shadow:hover .thumbnail {
  border-color: #f37257;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.product-box .hover-box-shadow:hover .card-img-top {
  transform: none;
}
.product-box .flip3d {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-box .flip3d .card-header {
  background: #f37257;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-box .flip3d .card-header .card-title {
  color: #fff !important;
}
.product-box .flip3d .card-header .card-title h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.product-box .flip3d .card-header .card-title:hover {
  color: #000 !important;
}
.product-box .slideup .card-title {
  color: #fff !important;
}
.product-box .slideup .card-body {
  background: #51A5A5 !important;
}
.product-box .slide-hover .card-title {
  color: #fff !important;
}
.product-box .slide-hover .card-title:after {
  background: #408383 !important;
}
.product-box .triangle-slide-overlay .card-title {
  color: #fff !important;
}

#footer {
  background: #383838;
}
#footer .card {
  border: 0;
  background: transparent;
}
#footer .card .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}
#footer .card .card-body {
  color: #b6b7b7;
  padding: 0;
}
#footer .card .card-body h2 {
  color: #868585;
}
#footer .card-title {
  color: #eee;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1rem !important;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0.9rem;
}
#footer ul.list-unstyled > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.9rem;
}
#footer ul.list-unstyled > li b {
  color: #aaaaaa;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold !important;
  padding-bottom: 0.9rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  #footer ul.list-unstyled > li {
    width: 50%;
  }
}
#footer ul li a {
  color: #868585;
  line-height: 28px;
}
#footer ul li a span {
  display: inline-block;
}
#footer ul li:hover > a {
  color: #f37257;
}
#footer .social a i {
  background: #f37257;
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 42px;
  margin-right: 8px;
  text-align: center;
  transition: all 1s ease 0s;
  width: 40px;
}
#footer .social a:hover i {
  background: #51a6a5;
}

footer .bottom-links {
  background: #5c707b;
  padding: 1rem 0.9rem;
}
footer .bottom-links li a {
  color: #fff;
  line-height: 28px;
}
footer .bottom-links li a.active, footer .bottom-links li a:hover {
  color: #f37257;
}
footer p.text-muted {
  background: #383838;
  padding: 0.9rem;
}

.main-container {
  margin: 0 auto;
}

/***Header Content***/
.header-content .personalize-products {
  background: #e8e8e8;
  border-left: 2px solid #fdfdfc;
  border-right: 2px solid #fdfdfc;
}
.header-content .media .media-left i {
  font-size: 40px;
  font-size: 2.5rem;
  color: #576c76;
}
@media only screen and (min-width: 1248px) {
  .header-content .media .media-left i {
    font-size: 70px;
    font-size: 4.375rem;
    color: #576c76;
  }
}
.header-content .media .media-body p {
  color: #797979;
}

/***Shopping Cart***/
#shopping_accordion > .card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#shopping_accordion > .card > .card-header {
  background: #f37257;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#shopping_accordion > .card > .card-header .card-title {
  color: #fff;
}
#shopping_accordion > .card > .card-header .card-title a {
  color: #fff !important;
}

/**popup bg**/
.popup_page_outer {
  background: #fff;
}

/***** Container Width *****/
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}

#sitemap ul li a:hover {
  color: #f37257;
}

.contact_info a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.header-content {
  border-top: 20px solid #eee;
}

/*# sourceMappingURL=theme.css.map */
