/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
.zoom:hover {
  background: #008eb7;
  background: rgba(0, 142, 183, 0.75);
}

.slide-hover:hover .card-text {
  background: #008eb7;
  background: rgba(0, 142, 183, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  color: #008eb7;
}
.page-header h1 small {
  color: #6f2e71 !important;
}

.page-section-header {
  color: #6f2e71;
}

.page-sub-header {
  color: #040707;
}

.table .thead-light th, .table .thead th, .table thead th {
  color: #008eb7 !important;
  background: transparent;
  border-bottom-color: #008eb7;
}

#category_list a:hover, #category_list a.act {
  color: #008eb7 !important;
}

/***** Anchor tag css ******/
a {
  color: #6f2e71;
  -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: #008eb7;
  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: #008eb7;
  border-color: #008eb7;
}
.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: #006684;
  border-color: #006684;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #008eb7;
  border-color: #008eb7;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #6f2e71;
  border-color: #6f2e71;
}
.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: #4b1f4d;
  border-color: #4b1f4d;
}
.btn-info.disabled, .btn-info:disabled {
  background: #6f2e71;
  border-color: #6f2e71;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-secondary {
  background: #6e6e6f;
  border-color: #6e6e6f;
}
.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: #555555;
  border-color: #555555;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #6e6e6f;
  border-color: #6e6e6f;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-success {
  background: #334f5a;
  border-color: #334f5a;
}
.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: #213239;
  border-color: #213239;
}
.btn-success.disabled, .btn-success:disabled {
  background: #334f5a;
  border-color: #334f5a;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-dark:focus {
  color: #ffffff;
}

/***** Outline Button ******/
.btn-outline-primary {
  background: transparent;
  border-color: #008eb7;
  color: #008eb7;
}
.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: #008eb7;
  color: #ffffff;
  border-color: #008eb7;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #6e6e6f;
  color: #6e6e6f;
}
.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: #6e6e6f;
  color: #ffffff;
  border-color: #6e6e6f;
}

.btn-outline-info {
  background: transparent;
  border-color: #6f2e71;
  color: #6f2e71;
}
.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: #6f2e71;
  color: #ffffff;
  border-color: #6f2e71;
}

/***** Link Button ******/
.btn-link {
  color: #008eb7;
}
.btn-link:hover {
  color: #6f2e71;
}
.btn-link:disabled, .btn-link.disabled {
  color: #dddddd;
}

/***** Border Color *****/
.border-primary {
  border-color: #008eb7 !important;
}

.border-info {
  border-color: #6f2e71 !important;
}

.border-secondary {
  border-color: #6e6e6f !important;
}

/**** loader ****/
.loading {
  border-color: transparent #6f2e71;
}

#loading-text {
  color: #6f2e71;
}

/***** Text Color *****/
.text-primary {
  color: #008eb7 !important;
}

.text-info {
  color: #6f2e71 !important;
}

.text-secondary {
  color: #6e6e6f !important;
}

.card-title {
  color: #008eb7;
}

.card-title a.btn-link {
  color: #008eb7 !important;
}
.card-title a.btn-link:hover {
  color: #6f2e71 !important;
}

.card-title a {
  color: #333333 !important;
}
.card-title a:hover {
  color: #008eb7 !important;
}

.text-body {
  color: #ffffff !important;
}

/* Badge CSS */
.badge-primary {
  background: #008eb7;
}

.badge-info {
  background: #6f2e71;
}

/***** Text-Color with Anchor Tag *****/
a.text-primary:hover, a.text-primary:focus {
  color: #006684 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #4b1f4d !important;
}

/***** background-Color *****/
.bg-primary {
  background-color: #008eb7 !important;
}

.bg-info {
  background-color: #6f2e71 !important;
}

.bg-secondary {
  background-color: #6e6e6f !important;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #f2f2f2;
  color: #008eb7 !important;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #008eb7 !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #008eb7 !important;
}

/***** Radio button color *****/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008eb7;
  border-color: #008eb7;
  box-shadow: none;
}

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008eb7;
  border-color: #008eb7;
  box-shadow: none;
}

/***** Input border-color on focus *****/
.form-control:focus {
  border-color: #008eb7;
}

/**** pagination ****/
.page-item.active .page-link {
  background: #008eb7;
  border-color: #008eb7;
}

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #6f2e71;
}
.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 {
  color: #6f2e71;
}
.account-links a:hover .fa-kit{
  color: #6f2e71;
}

.account_dashboard_box h4 {
  color: #6f2e71;
}

/**** JQUERY UPLOADER START ****/
.bar {
  background-color: #008eb7;
}

/* Custom CSS Here */
/***** Fonts *****/
@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: fallback;
}
@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: fallback;
}
@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: fallback;
}
/***** Reset CSS *****/
body {
  font-family: "opensans", sans-serif;
  color: #333333;
  background: #ffffff;
  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;
}

h2, .h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "opensans-bold", sans-serif;
}

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "opensans-bold", sans-serif;
}

.page-header h1 {
  position: relative;
}
.page-header h1 small {
  font-family: "OpenSans-SemiBold", sans-serif;
}
.page-header h1:before {
  content: normal;
}
@media only screen and (min-width: 768px) {
  .page-header h1:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 2px;
    background: #008eb7;
    left: 0;
    bottom: 0;
  }
}

b, strong, .text-bold, .font-weight-bold {
  font-weight: normal !important;
  font-family: "opensans-bold", sans-serif !important;
}

strong, b {
  color: #333333;
}

.card-title a {
  font-family: "opensans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border-bottom-color: #646464;
}
#InfoTab .nav-tabs .nav-item .nav-link {
  color: #008eb7;
}
#InfoTab .nav-tabs .nav-item .nav-link.active, #InfoTab .nav-tabs .nav-item .nav-link:hover {
  color: #ffffff;
  background: #646464;
  border-color: #646464;
}
#InfoTab .tab-content {
  border-bottom: 1px solid #646464;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
}

.nav-customtabs .nav-item .nav-link {
  color: #333333;
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #6f2e71;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #6f2e71;
}

.tab-content {
  padding: 1rem;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td:hover {
  background: #6f2e71;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td:hover:hover {
  background: #6f2e71;
  color: #fff;
}

/* Top Header CSS */
.top-header {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .top-header {
    background-color: #040707;
  }
}
.top-header .top-content-link li > a {
  color: #008eb7;
  padding: 0.5rem 0;
}
.top-header .top-content-link li > a:hover {
  color: #fff;
}
.top-header .top-content-link li .dropdown-menu {
  padding: 0;
}
.top-header .top-content-link li .dropdown-menu #login_sidebar {
  margin-bottom: 0 !important;
}
.top-header .social ul {
  padding: 0;
  margin: 0;
}
.top-header .social ul li {
  display: inline-block;
  margin: 0 0.3rem;
}
.top-header .social ul li a {
  color: #adbbbc;
  background: black;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.top-header .social ul li a:hover {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.top-header .top-links li {
  margin: 0;
}
.top-header .top-links li .navbar-text {
  padding: 0;
  color: #ffffff;
}
.top-header .top-links li a {
  color: #adadad;
  padding: 0 0.5rem;
}
.top-header .top-links li a:hover {
  color: #ffffff;
}
.top-header .header-search .form-control {
  height: calc(1.5em + 0.9rem);
}
.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;
}
.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%);
}

/* Top Menu CSS */
.navbar {
  z-index: 999;
  background: url(../images/topnav_bg.jpg) repeat left top;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding: 0.8rem 0.8rem;
  color: #333333;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 1px;
  top: 100%;
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -moz-transform: rotateZ(10deg);
  -o-transform: rotateZ(10deg);
  -ms-transform: rotateZ(10deg);
  -webkit-transform: rotateZ(10deg);
  transform: rotateZ(10deg);
  background: #008eb7;
  -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;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1.5rem 0.8rem;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #008eb7 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link:before, .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link:before {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  opacity: 1;
  filter: alpha(opacity=100);
  height: 2px;
}
.navbar .navbar-collapse .navbar-nav .nav-item.show > .nav-link {
  background: #008eb7;
  color: #ffffff !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary {
  background: #008eb7;
}
.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-color: rgba(255, 255, 255, 0.3);
  padding: 0.5rem 1rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li a:focus {
  background: transparent;
  color: #ffffff !important;
}
.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: #006684;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li {
  background: #008eb7;
  padding-left: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li a {
  color: #ffffff;
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-primary li .dropdown-menu li a {
    padding-left: 0.8rem;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover strong {
  color: #6f2e71;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
  background: #008eb7;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .card {
  background: transparent;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .card .nav li a {
  color: #333333;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .card .nav li:hover a {
  color: #008eb7 !important;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu > .dropdown-item {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu > .dropdown-item:after {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu.active > .dropdown-item, .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu:hover > .dropdown-item {
  color: #008eb7;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu.active > .dropdown-item:after, .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu:hover > .dropdown-item:after {
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .list-unstyled .dropdown-submenu .card .list-unstyled .dropdown-submenu > a {
  color: #6f2e71;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.login .card {
  background: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.position-static .dropdown-menu {
  background: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu {
  background: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a {
  background: #008eb7;
  color: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a, .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a {
  color: #008eb7 !important;
  background: #ffffff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a:after, .navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a:after {
  color: #008eb7;
}
.navbar .navbar-collapse .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu li a {
  background: transparent;
}
.navbar .navbar-brand {
  max-width: 90px;
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-brand {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1248px) {
  .navbar .navbar-brand {
    max-width: 300px;
  }
}

/* CMS Header CSS */
.block_text {
  background: url(../images/footer_bg.jpg) repeat left top;
}
.block_text p {
  font-size: 28px;
  font-size: 1.75rem;
}

/* Sidebar CSS */
.sidebar .card {
  background: transparent;
  border: 0;
}
.sidebar .card .card-header {
  background: transparent !important;
  padding: 0 0 0.5rem 0 !important;
  border: 0;
  position: relative;
  margin-bottom: 0.5rem;
}
.sidebar .card .card-header:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #008eb7;
  left: 0;
  bottom: 0;
}
.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: #6f2e71 !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, .sidebar .card .card-body .accordion .list-group-item {
  border: 0 !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a, .sidebar .card .card-body .accordion .list-group-item > a {
  padding: 0.5rem 0 !important;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 0.1rem;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:hover, .sidebar .card .card-body .accordion .list-group-item > a:hover {
  color: #008eb7 !important;
}
.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: #008eb7 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item {
  background: transparent;
  border: 1px dashed #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item > a {
  color: #333333 !important;
  padding-left: 0 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover > a {
  background: #008eb7;
  color: #ffffff !important;
  padding-left: 0.8rem !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled {
  background: #008eb7;
  margin-top: 0;
}
.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: #333333 !important;
  padding-left: 1.5rem !important;
}
.sidebar #myaccount_menu li:hover a, .sidebar #myaccount_menu li.active a {
  color: #008eb7 !important;
}
.sidebar #myaccount_sidebar .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sidebar .without_cat .list-group .list-group-item {
  padding: 0 !important;
}
.sidebar .without_cat .list-group .list-group-item > a {
  padding: 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: #008eb7 !important;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product {
  font-size: 16px;
  font-size: 1rem;
  color: #6f2e71;
}
.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: #008eb7 !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: #008eb7 !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: #008eb7 !important;
}
.sidebar #straightmenu .without_cat .list-unstyled {
  padding-left: 0.9rem;
}

/* 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: #008eb7 !important;
}
.browse_design .btn-img-text {
  color: #008eb7 !important;
}
.browse_design:hover .btn-img-text {
  color: #006684 !important;
}

.upload_design {
  border-color: #008eb7 !important;
}
.upload_design .btn-img-text {
  color: #008eb7 !important;
}
.upload_design:hover .btn-img-text {
  color: #71b703 !important;
}

.custom_design {
  border-color: #6f2e71 !important;
}
.custom_design .btn-img-text {
  color: #6f2e71 !important;
}
.custom_design:hover .btn-img-text {
  color: #4b1f4d !important;
}

.hire_designer {
  border-color: #008eb7 !important;
}
.hire_designer .btn-img-text {
  color: #008eb7 !important;
}
.hire_designer:hover .btn-img-text {
  color: #006684 !important;
}

.quote_product {
  border-color: #040707 !important;
}
.quote_product .btn-img-text {
  color: #040707 !important;
}
.quote_product:hover .btn-img-text {
  color: black !important;
}

.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #008eb7 !important;
  border-color: #008eb7 !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: #008eb7 !important;
}
.btn-title-text.upload_design {
  background: #008eb7 !important;
  border-color: #008eb7 !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: #008eb7 !important;
}
.btn-title-text.custom_design {
  background: #6f2e71 !important;
  border-color: #6f2e71 !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: #6f2e71 !important;
}
.btn-title-text.hire_designer {
  background: #008eb7 !important;
  border-color: #008eb7 !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: #008eb7 !important;
}
.btn-title-text.quote_product {
  background: #040707 !important;
  border-color: #040707 !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: #040707 !important;
}

/* Middle Footer CSS */
.middle-footer-content .card {
  border: 0;
  background: #ffffff;
}
.middle-footer-content .card .card-header {
  background: #ffffff;
}
.middle-footer-content .card .card-header .card-title {
  color: #ffffff;
}
.middle-footer-content .card .card-footer {
  background: #ffffff;
}

/* Footer CSS */
.footer_sub_content {
  background: url(../images/footer_bg.jpg) repeat left top;
  color: #b6b7b7;
}
.footer_sub_content .card {
  border: 0;
  background: transparent;
}
.footer_sub_content .card .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
.footer_sub_content .card .card-header .card-title {
  color: #ffffff;
}
.footer_sub_content .card .card-footer {
  background: transparent;
}
.footer_sub_content .card .card-body {
  padding: 0;
}
.footer_sub_content h4 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  margin-bottom: 0.8rem !important;
}
.footer_sub_content ul {
  padding: 0;
  margin: 0;
}
.footer_sub_content ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.footer_sub_content ul li a {
  padding: 0.3rem 0;
  display: block;
  color: #b6b7b7;
  border-bottom: 1px dashed #b6b7b7;
}
.footer_sub_content ul li a:hover, .footer_sub_content ul li a:focus {
  color: #ffffff;
}
.footer_sub_content .list-unstyled > li {
  float: none;
  width: 100%;
  margin-bottom: 1rem;
}
.footer_sub_content .list-unstyled > li > a:hover {
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .footer_sub_content .list-unstyled > li {
    float: left;
    width: 50%;
  }
}
.footer_sub_content .list-unstyled > li + li {
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .footer_sub_content .list-unstyled > li + li {
    padding-left: 1.5rem;
  }
}
.footer_sub_content b {
  color: #b6b7b7;
}

footer {
  background: #333333;
}
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;
  color: #b6b7b7;
}
footer .bottom-links .list-inline-item a:hover, footer .bottom-links .list-inline-item a.active {
  color: #008eb7;
}
@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;
}

/* Product Hover Effect CSS */
.product-box .card .card-body .card-title {
  font-family: "opensans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #008eb7 !important;
}
.product-box .card.flip3d {
  border-color: #040707;
}
.product-box .card.flip3d .card-header {
  background: #040707;
}
.product-box .card.flip3d .card-header .card-title {
  color: #ffffff;
}
.product-box .card.flip3d .card-header .card-title h3 {
  font-family: "opensans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.product-box .card.flip3d .card-header .card-title:hover {
  color: #008eb7;
}
.product-box .card.slideup .card-body {
  background: #008eb7 !important;
}
.product-box .card.slideup .card-body .card-title {
  color: #ffffff !important;
}
.product-box .card.title-top .card-title {
  font-family: "opensans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #008eb7 !important;
}
.product-box .card.slide-hover .card-title {
  color: #ffffff !important;
}
.product-box .card.slide-hover .card-title:after {
  background: #006684;
}
.product-box .card.triangle-slide-overlay .card-title {
  color: #ffffff !important;
}

/* Common CSS */
.card-footer .carousel-control-prev, .card-footer .carousel-control-next {
  width: 4%;
}

.media-filter li a {
  border-color: #6e6e6f;
  color: #6e6e6f;
}
.media-filter li a:hover, .media-filter li a.selected {
  background: #6e6e6f !important;
  color: #ffffff !important;
}
.media-filter .media-boxes-drop-down-header {
  border: 1px solid #6e6e6f;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #6f2e71;
}

.treeview li .act {
  color: #008eb7 !important;
}
.treeview li a:hover {
  color: #008eb7 !important;
}

/*Breadcrumb CSS*/
.breadcrumb_container .breadcrumb li a:hover {
  color: #008eb7;
}
.breadcrumb_container .breadcrumb li.active .a {
  color: #008eb7;
}

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #008eb7;
}

.form-control:focus + .input-group-append .input-group-text {
  border-color: #008eb7;
}
.form-control:focus ~ .col-form-label {
  color: #008eb7;
}

/***** Container Width *****/
@media only screen and (min-width: 1248px) {
  .container {
    max-width: 1170px;
  }
}

#sitemap ul li a:hover {
  color: #008eb7;
}

#templates_listing_area .card-title {
  color: #212529;
}

#unsaved_design .card-body {
  border: 1px solid #cccccc;
  border-bottom: 0;
}

/*# sourceMappingURL=theme.css.map */

