@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: #0095da;
  background: rgba(0, 149, 218, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  color: #0095da;
}
.page-header h1 small {
  color: #6c757d !important;
}

.page-section-header {
  color: #0095da;
}
.page-section-header span {
  color: #333333;
}

.page-sub-header {
  color: #6c757d;
}

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

/***** Anchor tag css ******/
a {
  color: #505050;
  -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: #0095da;
  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;
  white-space: normal;
}
.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}

.btn-primary {
  background: #040707;
  border-color: #040707;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #294848;
  border-color: #294848;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #040707;
  border-color: #040707;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #0095da;
  border-color: #0095da;
  color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus {
  background: #0072a7;
  border-color: #0072a7;
}
.btn-info.disabled, .btn-info:disabled {
  background: #0095da;
  border-color: #0095da;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-secondary {
  background: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #545b62;
  border-color: #545b62;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #6c757d;
  border-color: #6c757d;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

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

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

.btn-outline-secondary {
  background: transparent;
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background: #6c757d;
  color: #ffffff;
  border-color: #6c757d;
}

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

/***** Link Button ******/
.btn-link {
  color: #040707;
  word-break: break-word;
}
.btn-link:hover {
  color: #0095da;
}
.btn-link:disabled, .btn-link.disabled {
  color: #dddddd;
}

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

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

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

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

#loading-text {
  color: #0095da;
}

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

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

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

.card-title {
  color: #0095da;
}

.card-title a.btn-link {
  color: #0095da !important;
}
.card-title a.btn-link:hover {
  color: #040707 !important;
}

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

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

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

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

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

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

.badge-info {
  background: #0095da;
}

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

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

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

.bootstrap-select .dropdown-menu li.active small {
  color: #0095da !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #040707 !important;
}

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

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

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

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

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

.account_dashboard_box h4 {
  color: #0095da;
}

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

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

/* Custom CSS Here */
/***** Fonts *****/
@font-face {
  font-family: "proxima_nova_alt_rgregular";
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.html");
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_regular-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.woff") format("woff"), url("../fonts/mark_simonson_-_proxima_nova_alt_regular-webfont-2.html") format("truetype"), url("../fonts/mark_simonson_-_proxima_nova_alt_regular-webfont-3.html#proxima_nova_alt_rgregular") format("svg");
}
@font-face {
  font-family: "proxima_nova_altsemibold";
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont.html");
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_semibold-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont.woff") format("woff"), url("../fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont-2.html") format("truetype"), url("../fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont-3.html#proxima_nova_altsemibold") format("svg");
}
@font-face {
  font-family: "proxima_nova_altbold";
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.html");
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_bold-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff") format("woff"), url("../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont-2.html") format("truetype"), url("../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont-3.html#proxima_nova_altbold") format("svg");
}
@font-face {
  font-family: "proxima_nova_altextrabold";
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont.html");
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont.woff") format("woff"), url("../fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont-2.html") format("truetype"), url("../fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont-3.html#proxima_nova_altextrabold") format("svg");
}
@font-face {
  font-family: "proxima_nova_altblack";
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_black-webfont.html");
  src: url("../fonts/mark_simonson_-_proxima_nova_alt_black-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/mark_simonson_-_proxima_nova_alt_black-webfont.woff") format("woff"), url("../fonts/mark_simonson_-_proxima_nova_alt_black-webfont-2.html") format("truetype"), url("../fonts/mark_simonson_-_proxima_nova_alt_black-webfont-3.html#proxima_nova_altblack") format("svg");
}
@font-face {
  font-family: "service-icon";
  src: url("../fonts/service-icon.eot");
  src: url("../fonts/service-icond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/service-icon.woff") format("woff"), url("../fonts/service-icon.ttf") format("truetype"), url("../fonts/service-icon.svg#service-icon") format("svg");
}
@font-face {
  font-family: "action-button";
  src: url("../fonts/action-button000e.eot?fvggvi");
  src: url("../fonts/action-button000e.eot?fvggvi#iefix") format("embedded-opentype"), url("../fonts/action-button000e.ttf?fvggvi") format("truetype"), url("../fonts/action-button000e.woff?fvggvi") format("woff"), url("../fonts/action-button000e.svg?fvggvi#action-button") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=action-button-], [class*=" action-button-"] {
  font-family: "action-button" !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-face {
  font-family: "action-button";
  src: url("../fonts/action-button.eot");
  src: url("../fonts/action-buttond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/action-button.woff") format("woff"), url("../fonts/action-button.ttf") format("truetype"), url("../fonts/action-button.svg#action-button") format("svg");
}
[class^=service-], [class*=" service-"] {
  font-family: "service-icon" !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;
}

.service-best-offers:before {
  content: "";
}

.service-call-support:before {
  content: "";
}

.service-free-delivery:before {
  content: "";
}

.service-secure-payment:before {
  content: "";
}

.action-button-browse:before {
  content: "";
}

.action-button-custom:before {
  content: "";
}

.action-button-upload:before {
  content: "";
}

body {
  font-family: "proxima_nova_alt_rgregular", sans-serif;
  color: #505050;
  background: #ffffff;
}

h1, .h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 640px) {
  h1, .h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2, .h2 {
  font-size: 23px;
  font-size: 1.4375rem;
}

h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "proxima_nova_altbold", sans-serif;
}

h4, .h4 {
  font-family: "proxima_nova_altsemibold", sans-serif;
}

h1 small {
  font-family: "proxima_nova_altsemibold", sans-serif;
}

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

.font-weight-large-bold {
  font-family: "proxima_nova_altblack", sans-serif !important;
}

.btn-primary, .btn-secondary, .btn-info, .btn-success {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.btn-secondary {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.card-title {
  color: #0095da;
}
.card-title a {
  font-family: "proxima_nova_alt_rgregular", sans-serif;
}

.page-header {
  border: 1px solid #dddddd;
  background: #f8f8f8;
  padding: 0.5rem 1rem;
}
.page-header h1 {
  padding: 0;
}

.card-header {
  background: #f8f8f8 !important;
}

/***** Top Header Menu ******/
.top-header .navbar-text {
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
.top-header .navbar-text a {
  border: 0;
}
.top-header ul li a {
  color: #ffffff;
  padding: 0 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-left: 1px solid #ffffff;
}
.top-header ul li a:hover, .top-header ul li a:focus {
  color: rgba(253, 253, 253, 0.78);
}
.top-header ul li a .badge {
  background: #0095da !important;
}
.top-header ul li:first-child a {
  border: 0;
}
.top-header .social ul li a {
  border: 0;
}

/* Top Menu CSS */
.navbar {
  z-index: 999;
}
.navbar .navbar-nav .nav-item > .nav-link {
  padding: 0.8rem 0.4rem;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #333333;
}
.navbar .navbar-nav .nav-item > .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 4px;
  background: transparent;
  margin: 0 auto;
  -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: 800px) {
  .navbar .navbar-nav .nav-item > .nav-link {
    padding: 0.8rem;
  }
}
.navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #0095da;
}
.navbar .navbar-nav .nav-item:hover > .nav-link:before, .navbar .navbar-nav .nav-item.active > .nav-link:before {
  width: 100%;
  background: #0095da;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
  color: #0095da !important;
  background: #f0f0f0;
}
.navbar .navbar-nav .nav-item.show > .nav-link:before {
  top: 0;
  background: #0095da;
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  background: #f0f0f0;
  border: 0;
  -webkit-box-shadow: 0.5px 1px 1px 0px #cacaca;
  -moz-box-shadow: 0.5px 1px 1px 0px #cacaca;
  box-shadow: 0.5px 1px 1px 0px #cacaca;
  margin: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 0.8rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 4px;
  background: transparent;
  margin: 0 auto;
  -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;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #0095da !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
  background: #0095da;
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item {
  color: #0095da !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:before {
  background: #0095da;
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a {
  color: #0095da;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a:after {
  color: #0095da;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a:before {
  bottom: 0;
  top: auto;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li .dropdown-menu li a:before {
  content: normal;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card {
  background: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a:before {
  content: normal;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a:hover strong {
  color: #0095da;
}
.navbar .navbar-nav .nav-item .dropdown-menu.login {
  background: #ffffff;
}
.navbar .navbar-brand {
  max-width: 200px;
}
.navbar.sticky-header {
  -webkit-box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
  -moz-box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
  box-shadow: 0 2px 2px 0px rgba(102, 102, 102, 0.3);
}
.navbar.sticky-header .navbar-brand {
  max-width: 130px;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border: 1px solid #dee2e6;
  padding: 0.3rem 0;
  margin-bottom: 0 !important;
}
#InfoTab .nav-tabs > li {
  padding: 0.5rem 0;
}
#InfoTab .nav-tabs > li a {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #dee2e6;
  padding: 0.2rem 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #777777;
  font-family: "proxima_nova_altsemibold", sans-serif;
  text-transform: uppercase;
}
#InfoTab .nav-tabs > li a.active, #InfoTab .nav-tabs > li a:hover {
  color: #0095da;
}
#InfoTab .nav-tabs > li:last-child a {
  border: 0;
}
#InfoTab .tab-content {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem 1rem;
}

.nav-customtabs .nav-item .nav-link {
  color: #777777;
  font-family: "proxima_nova_altsemibold", sans-serif;
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #0095da;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #0095da;
}

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

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

/*****Sidebar Product Category CSS *****/
.accordion-menu .list-group-item > a, .accordion .list-group-item > a {
  position: relative;
}
.accordion-menu .list-group-item > a:before, .accordion .list-group-item > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 3px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
}
.accordion-menu .list-group-item > a:after, .accordion .list-group-item > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 10px;
}
.accordion-menu .list-group-item > a[aria-expanded=true]:after, .accordion .list-group-item > a[aria-expanded=true]:after {
  content: "";
}
.accordion-menu .list-group-item > a:hover, .accordion-menu .list-group-item > a[aria-expanded=true], .accordion .list-group-item > a:hover, .accordion .list-group-item > a[aria-expanded=true] {
  color: #0095da !important;
}
.accordion-menu .list-group-item > a:hover:before, .accordion-menu .list-group-item > a[aria-expanded=true]:before, .accordion .list-group-item > a:hover:before, .accordion .list-group-item > a[aria-expanded=true]:before {
  background-color: #0095da;
}
.accordion-menu .list-group-item .list-unstyled li, .accordion .list-group-item .list-unstyled li {
  padding-left: 0.5rem;
}

.sidebar .list-group-item ul li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.sidebar .list-group-item ul li a:before {
  top: auto;
}
.sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
  color: #0095da !important;
}
.sidebar #cssmenu .list-group .list-group-item > a {
  color: #333333 !important;
}
.sidebar #cssmenu .list-group .list-group-item:hover > a {
  color: #040707 !important;
  padding-left: 1.5rem !important;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:hover a, .sidebar #cssmenu .list-group .list-group-item .list-unstyled li.active a {
  color: #040707 !important;
  padding-left: 1.5rem !important;
}

#straightmenu .list-group li .list-unstyled {
  padding-left: 0.5rem;
}
#straightmenu .list-group li .list-unstyled li a {
  font-size: 14px;
  font-size: 0.875rem;
}
#straightmenu .list-group li .list-unstyled li a.active {
  color: #0095da !important;
}
#straightmenu .list-group li .list-unstyled li a:hover {
  color: #0095da !important;
}
#straightmenu .list-group-item a:hover, #straightmenu .list-group-item a.active {
  color: #0095da !important;
}

#myaccount_menu li.active a, #myaccount_menu li:hover a {
  color: #040707 !important;
}

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

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

/* Action Button CSS */
.browse_design, .upload_design, .custom_design, .hire_designer, .quote_design, .ico_quote_design {
  border: 0 !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
}

.btn-img-text {
  position: relative;
  padding: 0 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-img-text i {
  padding: 1.5rem;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-img-text i:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 10px solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-img-text .media-body {
  padding-right: 0.5rem;
}
.btn-img-text .media-body span {
  color: #ffffff !important;
}
.btn-img-text.custom-design {
  background: #747474;
}
.btn-img-text.custom-design i {
  background: #414141 !important;
}
.btn-img-text.custom-design i:after {
  border-color: transparent transparent transparent #5b5b5b;
}
.btn-img-text.custom-design:hover {
  background: #414141;
}
.btn-img-text.custom-design:hover i {
  background: #747474 !important;
}
.btn-img-text.custom-design:hover i:after {
  border-color: transparent transparent transparent #747474;
}
.btn-img-text.browse-design {
  background: #494949;
}
.btn-img-text.browse-design i {
  background: #303030 !important;
}
.btn-img-text.browse-design i:after {
  border-color: transparent transparent transparent #303030;
}
.btn-img-text.browse-design:hover {
  background: #303030;
}
.btn-img-text.browse-design:hover i {
  background: #494949 !important;
}
.btn-img-text.browse-design:hover i:after {
  border-color: transparent transparent transparent #494949;
}
.btn-img-text.upload-design {
  background: #0095da;
}
.btn-img-text.upload-design i {
  background: #0072a7 !important;
}
.btn-img-text.upload-design i:after {
  border-color: transparent transparent transparent #0072a7;
}
.btn-img-text.upload-design:hover {
  background: #0072a7;
}
.btn-img-text.upload-design:hover i {
  background: #0095da !important;
}
.btn-img-text.upload-design:hover i:after {
  border-color: transparent transparent transparent #0095da;
}
.btn-img-text.ico-hire-designer {
  background: #494949;
}
.btn-img-text.ico-hire-designer i {
  background: #303030 !important;
}
.btn-img-text.ico-hire-designer i:after {
  border-color: transparent transparent transparent #303030;
}
.btn-img-text.ico-hire-designer:hover {
  background: #303030;
}
.btn-img-text.ico-hire-designer:hover i {
  background: #494949 !important;
}
.btn-img-text.ico-hire-designer:hover i:after {
  border-color: transparent transparent transparent #494949;
}
.btn-img-text.ico-quote-design {
  background: #0095da;
}
.btn-img-text.ico-quote-design i {
  background: #0072a7 !important;
}
.btn-img-text.ico-quote-design i:after {
  border-color: transparent transparent transparent #0072a7;
}
.btn-img-text.ico-quote-design:hover {
  background: #0072a7;
}
.btn-img-text.ico-quote-design:hover i {
  background: #0095da !important;
}
.btn-img-text.ico-quote-design:hover i:after {
  border-color: transparent transparent transparent #0095da;
}

.btn-title-text.browse_design:hover, .btn-title-text.upload_design:hover, .btn-title-text.custom_design:hover, .btn-title-text.ico_hire_designer:hover, .btn-title-text.ico_quote_design:hover {
  -webkit-box-shadow: 0 0 5px 1px #73797D;
  -moz-box-shadow: 0 0 5px 1px #73797D;
  box-shadow: 0 0 5px 1px #73797D;
}
.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #494949 !important;
  border: 1px solid #494949 !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: #494949 !important;
}
.btn-title-text.upload_design {
  background: #0095da !important;
  border: 1px solid #0095da !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: #0095da !important;
}
.btn-title-text.custom_design {
  background: #747474 !important;
  border: 1px solid #747474 !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: #747474 !important;
}
.btn-title-text.hire_designer {
  background: #494949 !important;
  border: 1px solid #494949 !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: #494949 !important;
}
.btn-title-text.quote_product {
  background: #0095da !important;
  border: 1px solid #0095da !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: #0095da !important;
}

/***** CMS Header *****/
.header-content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "proxima_nova_alt_rgregular", sans-serif;
}
@media only screen and (min-width: 640px) {
  .header-content h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.header-content .subtitle-text {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 640px) {
  .header-content .subtitle-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Opacity Text Header */
.bg-text {
  -moz-transform: translate(-3%, 10%);
  -o-transform: translate(-3%, 10%);
  -ms-transform: translate(-3%, 10%);
  -webkit-transform: translate(-3%, 10%);
  transform: translate(-3%, 10%);
}
.bg-text h2 {
  font-size: 65px;
  font-size: 4.0625rem;
  font-family: "proxima_nova_altblack", sans-serif;
  letter-spacing: 15px;
  color: #a6e0e4;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media only screen and (min-width: 800px) {
  .bg-text h2 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.panel-browse {
  display: inline-block;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.panel-browse h3 {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
}
.panel-browse h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #0095da;
}
@media only screen and (min-width: 640px) {
  .panel-browse h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 640px) {
  .panel-browse {
    -moz-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

/***** Product Hover Effact *****/
.product-box .hover-box-shadow {
  position: relative;
  border-radius: 0;
  padding: 1rem 1rem 0;
  margin: 0.5rem;
  background: #ffffff;
  border: 0;
}
.product-box .hover-box-shadow h3 {
  color: #040707 !important;
}
.product-box .hover-box-shadow:hover {
  -webkit-box-shadow: 0px 0px 7px 5px #dbdbdb;
  -moz-box-shadow: 0px 0px 7px 5px #dbdbdb;
  box-shadow: 0px 0px 7px 5px #dbdbdb;
}
.product-box .hover-box-shadow .thumbnail {
  border-radius: 0;
  z-index: 9;
}
.product-box .hover-box-shadow .thumbnail img {
  border-radius: 0;
}
.product-box .hover-box-shadow .card-body, .product-box .hover-box-shadow .card-footer {
  position: relative;
  z-index: 9;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-box .hover-box-shadow .card-body .btn-info, .product-box .hover-box-shadow .card-footer .btn-info {
  display: inline-block;
  font-family: "proxima_nova_altsemibold", sans-serif;
  background: transparent;
  color: #040707;
  border: 0;
  padding: 0;
}
.product-box .hover-box-shadow .card-body .btn-info:hover, .product-box .hover-box-shadow .card-body .btn-info:focus, .product-box .hover-box-shadow .card-footer .btn-info:hover, .product-box .hover-box-shadow .card-footer .btn-info:focus {
  background: transparent;
  color: #0095da;
}
.product-box .hover-box-shadow:hover .btn-info, .product-box .hover-box-shadow:focus .btn-info {
  letter-spacing: 1px;
  color: #0095da;
  background: transparent;
}
.product-box .btn-info {
  font-size: 16px;
  font-size: 1rem;
  box-shadow: none;
  display: inline-block;
  font-family: "proxima_nova_altsemibold", sans-serif;
}

/***** Middle Footer CSS *****/
.service_block {
  background: url(../images/services-bg.jpg) fixed no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.service_block:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: -1;
  background: #0095da;
}
.service_block .srvc_inr_blck a {
  display: inline-block;
  position: relative;
}
.service_block .srvc_inr_blck a span {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 60px;
  font-size: 3.75rem;
  color: #ffffff;
  -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;
}
.service_block .srvc_inr_blck a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.service_block .srvc_inr_blck h3 {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 1.5rem 0 3rem;
  position: relative;
}
.service_block .srvc_inr_blck h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 75px;
  right: 0;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .service_block .srvc_inr_blck h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.service_block .srvc_inr_blck:hover span {
  background: #ffffff;
  border-color: #ffffff;
  color: #0095da;
}
.service_block .srvc_inr_blck:hover a:after {
  -webkit-animation: pulse 1.3s ease-out 75ms;
  -moz-animation: pulse 1.3s ease-out 75ms;
  -ms-animation: pulse 1.3s ease-out 75ms;
  -o-animation: pulse 1.3s ease-out 75ms;
  animation: pulse 1.3s ease-out 75ms;
}

.testimonial_home .testimonial_left {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.testimonial_home .testimonial_left .card {
  border: 0;
  margin: 0 !important;
  background: transparent;
}
.testimonial_home .testimonial_left .card .card-header {
  border-radius: 0;
  border: 0;
  background: transparent !important;
  padding: 0;
}
.testimonial_home .testimonial_left .card .card-header .card-title {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  display: inline-block;
  font-family: "proxima_nova_altbold", sans-serif;
  color: #505050;
}
.testimonial_home .testimonial_left .card .card-header .card-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #0095da;
}
@media only screen and (min-width: 640px) {
  .testimonial_home .testimonial_left .card .card-header .card-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.testimonial_home .testimonial_left .card .card-body {
  padding: 2rem 0 1.25rem;
  position: relative;
}
.testimonial_home .testimonial_left .card .card-body blockquote p {
  font-size: 18px;
  font-size: 1.125rem;
}
.testimonial_home .testimonial_left .card .card-body:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  top: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #0095da;
}
.testimonial_home .testimonial_left .card .card-footer {
  padding: 0.75rem 0;
  background: transparent;
  border: 0;
}
.testimonial_home .testimonial_left .card .card-footer .carousel-control-prev,
.testimonial_home .testimonial_left .card .card-footer .carousel-control-next {
  width: 3%;
}
@media only screen and (min-width: 640px) {
  .testimonial_home .testimonial_left {
    -moz-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
.testimonial_home .bg-text h2 {
  color: #dee3e8;
}

/* Animation CSS */
@-webkit-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  40% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 0 0 2px white, 0 0 10px 10px #ffffff, 0 0 0 10px white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/***** Footer CSS *****/
.subscribe_section .card .card-body {
  padding: 0;
}
.subscribe_section .card .card-body h3 {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
}
.subscribe_section .card .card-body h3 p {
  font-family: "proxima_nova_alt_rgregular", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.subscribe_section .card .card-body small {
  color: #cecece;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "proxima_nova_alt_rgregular", sans-serif;
}
.subscribe_section .card .card-body .input-group .input-group-append {
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 9;
}
.subscribe_section .card .card-body .input-group .input-group-append button {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 0.4rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "proxima_nova_altbold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body .input-group .input-group-append button {
    padding: 0.4rem 2rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.subscribe_section .card .card-body .input-group input {
  height: 45px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .subscribe_section .card .card-body .input-group input {
    height: 50px;
  }
}

.fotter_bottom ul {
  padding: 0;
  margin: 0;
}
.fotter_bottom ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.fotter_bottom ul li a {
  padding: 0.3rem 0;
  display: inline-block;
  color: #505050;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.fotter_bottom ul li a:hover, .fotter_bottom ul li a:focus {
  padding-left: 0.5rem;
  color: #040707;
}
.fotter_bottom ul li a i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
}
.fotter_bottom ul.list-unstyled > li {
  float: none;
  width: 100%;
}
.fotter_bottom ul.list-unstyled > li > a:hover {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .fotter_bottom ul.list-unstyled > li {
    float: left;
    width: 33.33%;
  }
}
.fotter_bottom ul.bottom-links li a i {
  display: none;
}
.fotter_bottom .contact_us li a {
  padding-left: 1.5rem;
}
.fotter_bottom .contact_us li a:hover {
  padding-left: 1.5rem;
}
.fotter_bottom h3 {
  color: #0095da;
}

/**** bottom links ****/
.bottom-links .list-inline-item {
  display: block;
  padding: 0;
  margin: 0;
}
.bottom-links .list-inline-item a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #505050;
  padding: 0.3rem 0;
  display: inline-block;
}
.bottom-links .list-inline-item a.active, .bottom-links .list-inline-item a:focus, .bottom-links .list-inline-item a:hover {
  color: #0095da;
  padding-left: 0.5rem;
}

/* Product Hover Effect*/
.flip3d .card-header {
  background: #0095da !important;
}
.flip3d .card-header .card-title {
  color: #ffffff;
}
.flip3d .card-header .card-title:hover {
  color: #a7e3ff;
}

.slideup:hover {
  border-color: #292d39;
}
.slideup .card-body {
  background: #292d39 !important;
}

.title-top h3 {
  text-align: left !important;
  margin-top: 0 !important;
}

.hover-box-shadow .card-body .card-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.slide-hover .card-title {
  background: #0095da !important;
}
.slide-hover .card-title:after {
  background: #0072a7;
}

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

#disp_product_price.text-dark, #disp_total_price.text-dark {
  color: #0095da !important;
}

#order-billing-details .card-header, .order_history .card-header, #price_calculator .card-header {
  background: transparent !important;
}

.search_top {
  position: static;
}
.search_top .search-toggle {
  background: #0095da;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 640px) {
  .search_top .search-toggle {
    right: 0;
    left: auto;
    width: 300px;
  }
}
.search_top .search-toggle .twitter-typeahead {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .search_top {
    position: relative;
  }
}

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

input:focus + .input-group-append .input-group-text {
  border-color: #0095da;
}

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

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

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

.top-header .bootstrap-select > .dropdown-toggle {
  padding: 0 0.75rem;
}

.blockquote {
  font-size: 16px;
  font-size: 1rem;
}

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

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

.carousel-control-prev-icon {
  width: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(51, 51, 51)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  width: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(51, 51, 51)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.row {
  word-break: break-word;
}

.cms_headder ul {
  padding: 0;
  text-align: center;
}
.cms_headder ul li {
  display: inline-block;
  margin: 0 1rem;
}
.cms_headder ul li a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.cms_headder ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 2px;
  background: transparent;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cms_headder ul li a:hover:after {
  background: #0095da;
  width: 100%;
}

#top-banner {
  display: block !important;
}

.ribbon-triangle span {
  font-size: 12px;
  font-size: 0.75rem;
}

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