@charset "UTF-8";
/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
.zoom:hover {
  background: #9a0001;
  background: rgba(154, 0, 1, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  color: #000000;
  background-color: #D5E1EF;
  border-left: 12px solid #558BCA;
  padding: 0.3rem 0 0.4rem 0.9rem;
}
.page-header h1, .page-header h2, .page-header h3 {
  font-weight: normal;
  padding-bottom: 0;
  color: #000;
}
.page-header h1 small, .page-header h2 small, .page-header h3 small {
  color: #777777 !important;
  font-family: "opensans", sans-serif;
}

.page-section-header {
  color: #558bca;
}
.page-section-header span {
  color: #333333;
}

.page-sub-header {
  color: #558bca;
}

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

/***** Anchor tag css ******/
a {
  color: #558BCA;
  -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: #9a0001;
  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: #9a0001;
  border-color: #9a0001;
}
.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: #670001;
  border-color: #670001;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #9a0001;
  border-color: #9a0001;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background-color: #fefefe 0%;
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  background: -webkit-linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  background: -moz-linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  background: -ms-linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  background: -o-linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  color: #333;
  border-color: #ccc;
}
.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-color: #f4f4f4 0%;
  background: linear-gradient(to bottom, #f4f4f4 0%, #fefefe 50%, #fefefe 51%, #f0f0f0 100%);
  background: -webkit-linear-gradient(to bottom, #f4f4f4 0%, #fefefe 50%, #fefefe 51%, #f0f0f0 100%);
  background: -moz-linear-gradient(to bottom, #f4f4f4 0%, #fefefe 50%, #fefefe 51%, #f0f0f0 100%);
  background: -ms-linear-gradient(to bottom, #f4f4f4 0%, #fefefe 50%, #fefefe 51%, #f0f0f0 100%);
  background: -o-linear-gradient(to bottom, #f4f4f4 0%, #fefefe 50%, #fefefe 51%, #f0f0f0 100%);
  color: #333;
  border-color: #ccc;
}
.btn-info.disabled, .btn-info:disabled {
  background: #666666;
  border-color: #666666;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

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

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

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

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

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

/***** Link Button ******/
.btn-link {
  color: #558bca;
}
.btn-link:hover {
  color: #777777;
}
.btn-link:disabled, .btn-link.disabled {
  color: #777777;
}

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

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

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

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

#loading-text {
  color: #666666;
}

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

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

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

.card-title {
  color: #558BCA;
}

.card-title a.btn-link {
  color: #666666 !important;
}
.card-title a.btn-link:hover {
  color: #9a0001 !important;
}

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

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

/* Badge CSS */
.badge-primary {
  background: #9a0001;
}

.badge-info {
  background: #666666;
}

.badge-secondary {
  background: #777777;
}

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

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

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

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

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

.bg-green {
  background-color: #d6d6d6;
}

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

.bootstrap-select .dropdown-menu li.active small {
  color: #558bca !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #9a0001 !important;
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #558bca;
  box-shadow: none;
}

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

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

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #666666;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong {
  color: #ffffff;
}
.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;
}

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

.account_dashboard_box h4 {
  color: #666666;
}

/* Total Price Box CSS */
.content-box .content-small-box-content {
  color: #e27725 !important;
}
.content-box .content-small-box-lable {
  color: #333333 !important;
}

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

/**** JQUERY UPLOADER START ****/
.bar {
  background-color: #9a0001;
}

/* Mixin Reset CSS For All Themes */
/* Custom CSS Here */
/***** Fonts *****/
@font-face {
  font-family: "55fonts";
  src: url("../fonts/55fonts.eot?dbdkvp");
  src: url("../fonts/55fonts.eot?dbdkvp#iefix") format("embedded-opentype"), url("../fonts/55fonts.ttf?dbdkvp") format("truetype"), url("../fonts/55fonts.woff?dbdkvp") format("woff"), url("../fonts/55fonts.svg?dbdkvp#55fonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "55fonts" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

.icon-chat:before {
  content: "";
}

.icon-telephone:before {
  content: "";
}

@font-face {
  font-family: "opensans-light";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#opensans-light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "opensans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#opensans") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "opensans-bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#opensans-bold") format("svg");
  font-display: swap;
}
/***** Reset CSS *****/
body {
  font-family: "OpenSans-Regular", sans-serif;
  color: #333333;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

h4, h5, h6, .h4, .h5, .h6 {
  font-family: "opensans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

h1, .h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "opensans", sans-serif;
  color: #e27725;
}

h2, .h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "opensans", sans-serif;
}

h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "opensans-bold", sans-serif;
}

b, strong, .text-bold, .font-weight-bold {
  font-weight: normal !important;
  font-family: "OpenSans-Bold", sans-serif !important;
}

.card-title a {
  font-family: "opensans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

/***** Top menu ******/
.topnav {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  .topnav {
    border-bottom: 0;
  }
}

.navbar-light {
  z-index: 999;
}
.navbar-light .navbar-nav {
  background-color: #fefefe 0%;
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  background: -webkit-linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  background: -moz-linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  background: -ms-linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  background: -o-linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #f4f4f4 51%, #f0f0f0 100%);
  border: 1px solid #ddd;
}
.navbar-light .navbar-nav li .nav-link {
  padding: 0.9rem;
  color: #535353;
  position: relative;
}
.navbar-light .navbar-nav li.active > .nav-link, .navbar-light .navbar-nav li:hover > .nav-link {
  background: #558BCA;
  color: #FFFFFF !important;
  position: relative;
}
.navbar-light .navbar-nav li.show .nav-link {
  background: #558BCA;
  color: #FFFFFF !important;
}
.navbar-light .navbar-nav li .dropdown-menu {
  margin-left: 0 !important;
  background: #558BCA;
}
.navbar-light .navbar-nav li .dropdown-menu li {
  background: transparent !important;
  border-bottom: 1px solid #ccc;
}
.navbar-light .navbar-nav li .dropdown-menu li:hover a {
  background: #3871b4;
  border-color: #3871b4;
}
.navbar-light .navbar-nav li .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  color: #FFFFFF !important;
  border: 0;
}
.navbar-light .navbar-nav li .dropdown-menu .dropdown-item:after {
  color: #ffffff;
}
.navbar-light .navbar-nav li .dropdown-menu .dropdown-item .dropdown-menu {
  background: #9a0001;
}
.navbar-light .navbar-nav li .dropdown-menu.login {
  background: #ffffff;
  left: 0;
  right: auto;
}
@media only screen and (min-width: 800px) {
  .navbar-light .navbar-nav li .dropdown-menu.login {
    left: auto;
    right: 0;
  }
}
.navbar-light .navbar-nav li.position-static .dropdown-menu {
  background: #f8f8f8;
}
.navbar-light .navbar-nav li.position-static .dropdown-menu .card .card-body {
  background: transparent;
}
.navbar-light .navbar-nav li.position-static .dropdown-menu .card .card-body .nav li {
  border-color: transparent;
}
.navbar-light .navbar-nav li.position-static .dropdown-menu .card .card-body .nav li a {
  color: #333 !important;
}
.navbar-light .navbar-nav li.position-static .dropdown-menu .card .card-body .nav li:hover a {
  color: #558BCA !important;
  background: transparent;
}
.navbar-light .navbar-nav li.position-static .dropdown-menu .card .card-body .nav li:hover a strong {
  color: #558BCA;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu {
  background: #f8f8f8;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li {
  border-color: transparent !important;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li > a {
  color: #fff !important;
  background: #558BCA;
  border-bottom: 0;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li:hover > a, .navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li.active > a {
  color: #558BCA !important;
  background: #f8f8f8;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li:hover > a:after, .navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li.active > a:after {
  color: #558BCA !important;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li.dropdown-submenu > a {
  color: #fff !important;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li.dropdown-submenu.active > a {
  color: #558BCA !important;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li.dropdown-submenu .dropdown-menu .list-unstyled > li {
  border-color: transparent;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li.dropdown-submenu .dropdown-menu .list-unstyled > li a {
  color: #333 !important;
  background: transparent !important;
}
.navbar-light .navbar-nav li.megamenu > .dropdown-menu ul > li.dropdown-submenu .dropdown-menu .list-unstyled > li:hover > a {
  color: #558BCA !important;
}
.navbar-light .navbar-nav .dropdown-menu > li:hover > a {
  color: #ffffff !important;
  background: #bdbdbd;
}
.navbar-light .navbar-nav .dropdown-menu > li:hover > a:before {
  background: #333333;
}
@media only screen and (min-width: 768px) {
  .navbar-light {
    background-color: #d6d6d6;
  }
}

.top-header .navbar-brand {
  max-width: 300px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-header .navbar-brand {
    width: 300px;
  }
}

/* Sidebar CSS */
.sidebar .card {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.sidebar .card .card-header {
  background-color: #558BCA !important;
  padding-left: 0 !important;
  padding: 0px 0.6rem !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.sidebar .card .card-header .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "opensans-bold", sans-serif;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  padding: 10px;
  color: #ffffff;
}
.sidebar .card .card-body {
  border: 1px solid #ddd;
  padding: 0 0.5rem !important;
}
.sidebar .card .card-body .accordion-menu {
  background: #eeeeee;
  padding: 0.5rem 0.8rem;
}
.sidebar .card .card-body .accordion-menu .list-group-item {
  border: 0;
  background: transparent;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a {
  color: #333333 !important;
  border-left: 1px solid #558bca;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 0.6rem;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a[aria-expanded=true]:after {
  content: "";
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:hover {
  color: #558bca !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled {
  padding: 0 !important;
  margin: 0;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  background: #dddddd;
  border-bottom: 1px solid #ffffff;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a:before {
  top: 8px;
  left: 10px;
}
.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 {
  background: #558bca;
  color: #ffffff !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item {
  background: transparent;
  border: 0;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item > a {
  background-color: #ebebeb 0%;
  background: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background: -moz-linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background: -o-linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover > a {
  background: #558bca;
  color: #ffffff !important;
  padding-left: 1.5rem !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled {
  padding: 0 !important;
  background: #558bca;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li {
  background: transparent;
  border: 0;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li a {
  background: transparent;
  color: #ffffff !important;
  border: 0;
}
.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: #333333 !important;
  padding-left: 1.5rem !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover > a {
  background: #558bca;
  color: #ffffff !important;
  padding-left: 1.5rem !important;
}
.sidebar .card .card-body #cssmenu.without_cat .list-group-item {
  padding: 0 !important;
}
.sidebar .card .card-body #cssmenu.without_cat .list-group-item > a {
  padding: 0.5rem 0.8rem !important;
}
.sidebar .card .card-body .accordion .list-group-item > a {
  color: #333333 !important;
  background: #eeeeee;
}
.sidebar .card .card-body .accordion .list-group-item .list-unstyled {
  padding-left: 0 !important;
}
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li a {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem !important;
}
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li a:before {
  top: 8px;
  left: 10px;
}
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li.active a, .sidebar .card .card-body .accordion .list-group-item .list-unstyled li:hover a {
  color: #ffffff !important;
  background: #558bca;
}
.sidebar #straightmenu .list-group .list-group-item {
  padding: 0;
  padding-bottom: 0.5rem;
}
.sidebar #straightmenu .list-group .list-group-item > a {
  padding: 0.5rem 0.5rem 0.5rem 2rem !important;
  background: #fff;
  color: #535353;
  padding-left: 2rem !important;
  text-decoration: underline;
  position: relative;
}
.sidebar #straightmenu .list-group .list-group-item > a:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 5px;
  color: #535353;
  top: 9px !important;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product {
  color: #558BCA !important;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 2rem !important;
  text-decoration: underline;
  margin-top: 0.5rem;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product:hover, .sidebar #straightmenu .list-group .list-group-item > a.all-product.active {
  background: #fff;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 5px;
  color: #558BCA;
  top: 9px;
}
.sidebar #straightmenu .list-group .list-group-item > a:before {
  top: 2px;
  left: 15px;
}
.sidebar #straightmenu .list-group .list-group-item > a:hover, .sidebar #straightmenu .list-group .list-group-item > a.active {
  background: #fff;
  color: #558BCA !important;
}
.sidebar #straightmenu .list-group .list-group-item > .all-product {
  color: #333333 !important;
  background: #dddddd;
  font-size: 16px;
  font-size: 1rem;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled {
  padding: 0 !important;
  margin: 0 !important;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li a {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem !important;
  background: #eeeeee;
  border-bottom: 1px solid #ffffff;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li a:before {
  top: 2px;
  left: 10px;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li:hover a, .sidebar #straightmenu .list-group .list-group-item .list-unstyled li.active a {
  background: #558bca;
  color: #ffffff !important;
}
.sidebar #straightmenu .without_cat .list-group .list-group-item {
  padding: 0;
  border: 0;
}
.sidebar #straightmenu .without_cat .list-group .list-group-item > a {
  padding: 0.5rem;
}
.sidebar #myaccount_menu {
  padding: 0.5rem;
}
.sidebar #myaccount_menu li a {
  color: #333333 !important;
  background: #fff;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem !important;
}
.sidebar #myaccount_menu li a:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 5px;
  color: #535353;
  top: 9px !important;
}
.sidebar #myaccount_menu li:hover a, .sidebar #myaccount_menu li.active a {
  color: #558BCA !important;
}
.sidebar #myaccount_menu li:hover a:before, .sidebar #myaccount_menu li.active a:before {
  color: #558BCA !important;
}
.sidebar #myaccount_sidebar .card-body {
  padding: 0 !important;
}

/*********Header css********/
.top-header .container {
  align-items: start;
}

.top-links {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.5rem 0.9rem;
  background: #558BCA;
  max-height: 40px;
  order: 3;
}
.top-links li .navbar-text {
  padding: 0;
  color: #ffffff;
}
.top-links li a {
  padding: 0 0.5rem;
  color: #ffffff;
}
.top-links li a .badge {
  background: #ffffff !important;
  color: #9a0001;
}
.top-links li a:hover {
  color: #fff;
  text-decoration: underline;
}

/********Toggle Sidebar*****/
/* 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: #9a0001 !important;
}
.browse_design .btn-img-text {
  color: #9a0001 !important;
}
.browse_design:hover .btn-img-text {
  color: #670001 !important;
}

.upload_design {
  border-color: #558bca !important;
}
.upload_design .btn-img-text {
  color: #558bca !important;
}
.upload_design:hover .btn-img-text {
  color: #3871b4 !important;
}

.custom_design {
  border-color: #535353 !important;
}
.custom_design .btn-img-text {
  color: #535353 !important;
}
.custom_design:hover .btn-img-text {
  color: #3a3a3a !important;
}

.hire_designer {
  border-color: #9a0001 !important;
}
.hire_designer .btn-img-text {
  color: #9a0001 !important;
}
.hire_designer:hover .btn-img-text {
  color: #670001 !important;
}

.quote_product {
  border-color: #558bca !important;
}
.quote_product .btn-img-text {
  color: #558bca !important;
}
.quote_product:hover .btn-img-text {
  color: #3871b4 !important;
}

.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #9a0001 !important;
  border-color: #9a0001 !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: #9a0001 !important;
}
.btn-title-text.upload_design {
  background: #558bca !important;
  border-color: #558bca !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: #558bca !important;
}
.btn-title-text.custom_design {
  background: #535353 !important;
  border-color: #535353 !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: #535353 !important;
}
.btn-title-text.hire_designer {
  background: #9a0001 !important;
  border-color: #9a0001 !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: #9a0001 !important;
}
.btn-title-text.quote_product {
  background: #558bca !important;
  border-color: #558bca !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: #558bca !important;
}

/* Product Hover Effect CSS */
.product-box .card {
  /*align-items: center;*/
}
.product-box .card .card-body {
  background: transparent;
  width: 100%;
}
.product-box .card .card-body .card-title {
  color: #333333 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "opensans", sans-serif;
}
.product-box .card.hover-box-shadow {
  padding: 0.9rem;
  text-align: center;
}
.product-box .card.hover-box-shadow .card-title {
  color: #e27725 !important;
  font-size: 16px;
  font-size: 1rem;
}
.product-box .card.hover-box-shadow .thumbnail {
  border: 0;
  margin: 0.6rem 0 1rem;
}
.product-box .card.title-top > .position-relative {
  position: static !important;
}
.product-box .card.title-top > .position-relative .cross-label {
  font-size: 11px;
  font-size: 0.6875rem;
}
.product-box .card.flip3d .card-title h3 {
  font-family: "opensans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.product-box .card.slideup .card-body {
  background: #9a0001 !important;
}
.product-box .card.slideup .card-body .card-title {
  color: #ffffff !important;
}
.product-box .card.slide-hover .card-title {
  color: #ffffff !important;
}
.product-box .card.slide-hover .card-title:after {
  background: #670001;
}
.product-box .card.triangle-slide-overlay .card-title {
  color: #ffffff !important;
}
.product-box .card.triangle-slide-overlay:hover .card-body {
  background: #9a0001;
  background: rgba(154, 0, 1, 0.75);
}

/********Footer css******/
footer {
  border-top: 7px solid #558BCA;
}
footer .bottom-links .list-inline-item {
  padding: 0;
  margin: 0;
}
footer .bottom-links .list-inline-item a {
  display: inline-block;
  border-right: 0;
  padding: 0.5rem;
}
footer .bottom-links .list-inline-item a.active {
  color: #9a0001;
}
@media only screen and (min-width: 768px) {
  footer .bottom-links .list-inline-item a {
    border-right: 1px solid #bbbbbb;
    padding: 0 0.5rem;
  }
}
footer .bottom-links .list-inline-item:last-child a {
  border: 0;
}
footer .text-muted {
  color: #5D90CF !important;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border-bottom-color: #558bca;
}
#InfoTab .nav-tabs .nav-item {
  margin-bottom: 0;
}
#InfoTab .nav-tabs .nav-item .nav-link {
  color: #333333;
}
#InfoTab .nav-tabs .nav-item .nav-link.active, #InfoTab .nav-tabs .nav-item .nav-link:hover {
  color: #ffffff;
  background: #558bca;
  border-color: #558bca;
}
#InfoTab .tab-content {
  padding: 1rem;
  border-bottom: 1px solid #558bca;
  border-left: 1px solid #558bca;
  border-right: 1px solid #558bca;
}

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

.tab-content {
  padding: 1rem 0;
}

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

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

#category_list a:hover, #category_list a.act {
  color: #9a0001;
}

.media-filter li a {
  border-color: #777777;
  color: #777777;
}
.media-filter li a:hover, .media-filter li a.selected {
  background: #777777 !important;
  color: #ffffff !important;
}
.media-filter .media-boxes-drop-down-header {
  border: 1px solid #777777;
}

.card .card-header {
  background: #eeeeee;
}
.card .card-body {
  background: #fafafa;
}

.order_box .card-body, #price_calculator .card-body, #user_qrcode_list .card-body, .quote-history .card-body, #user_loginpage .card-body, #shopping-cart .card-body {
  background: transparent;
}

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #9a0001;
}

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

.card-footer .carousel-control-next, .card-footer .carousel-control-prev {
  width: 7%;
}

.top-header {
  border-top: 7px solid #558BCA;
}
.top-header .bootstrap-select {
  align-self: start;
  margin-left: 0.5rem !important;
  margin-top: 0.5rem;
}
.top-header .bootstrap-select .dropdown-menu {
  z-index: 9999 !important;
}
.top-header .bootstrap-select > .dropdown-toggle {
  padding: 0 0.75rem;
}
.top-header .punch-line {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
}
.top-header .punch-line a {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: right;
  text-decoration: none;
  color: #558BCA;
}
.top-header .punch-line a span {
  padding-left: 0.35rem;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
}
.top-header .punch-line a:hover {
  color: #e27725;
}

.search_top {
  align-self: start;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}

.popover.show {
  max-width: 290px !important;
}
@media only screen and (min-width: 768px) {
  .popover.show {
    max-width: 350px !important;
  }
}

.awesome-bar {
  background: #e27725 !important;
}
.awesome-bar p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.awesome-bar .awesome-bar_close {
  top: 10px;
}

.navbar .btn-link {
  position: relative;
}
.navbar .btn-link span {
  position: absolute;
  background: #9a0001;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  top: 0px;
  right: 5px;
  padding: 0.2rem 0.3rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#sitemap ul > li:hover > a {
  color: #558BCA !important;
}

@media only screen and (min-width: 1248px) {
  .container {
    max-width: 1170px;
  }
}

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