/*Fonts path*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
@font-face {
  font-family: "open_sansbold";
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-bold-webfont.eot");
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-bold-webfont.woff2") format("woff2"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-bold-webfont.woff") format("woff"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-bold-webfont.ttf") format("truetype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-extrabold-webfont.eot");
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-extrabold-webfont.woff") format("woff"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-extrabold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-italic-webfont.eot");
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-italic-webfont.woff2") format("woff2"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-italic-webfont.woff") format("woff"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-italic-webfont.ttf") format("truetype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-light-webfont.eot");
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-light-webfont.woff2") format("woff2"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-light-webfont.woff") format("woff"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-light-webfont.ttf") format("truetype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-regular-webfont.eot");
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-regular-webfont.woff") format("woff"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-regular-webfont.ttf") format("truetype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-semibold-webfont.eot");
  src: url("/themes/yourlocalprintstoreerbe/fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-semibold-webfont.woff2") format("woff2"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-semibold-webfont.woff") format("woff"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-semibold-webfont.ttf") format("truetype"), url("/themes/yourlocalprintstoreerbe/fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background: url(/themes/yourlocalprintstoreerbe/images/page-bg.jpg) repeat;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  font-family: "open_sansregular", sans-serif;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "open_sansregular", serif;
}

h1,
.h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3,
.h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
}

/**** main menu ****/
.top-header .top-links {
  margin-right: auto;
}
.top-header .top-links li {
  margin: 0;
}
.top-header .top-links li a {
  padding: 0 0.5rem;
  color: #333333;
}
.top-header .top-links li a:hover {
  color: #ff0000 ;
}
.top-header .top-links li .navbar-text {
  color: #ff0000 ;
}
.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%);
}

.navbar {
  z-index: 999;
}
.navbar .navbar-brand {
  max-width: 190px;
}
.navbar .navbar-brand img {
  max-width: 140px;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-brand img {
    max-width: 100%;
  }
}
.navbar .navbar-nav {
  margin: 0 auto !important;
}
.navbar .navbar-nav .nav-item {
  font-family: "open_sansregular", serif;
}
.navbar .navbar-nav .nav-item > .nav-link {
  position: relative;
  color: #000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.8rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.navbar .navbar-nav .nav-item > .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  height: 1px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 100%;
}
.navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #ff0000  !important;
}
.navbar .navbar-nav .nav-item:hover > .nav-link:before, .navbar .navbar-nav .nav-item.active > .nav-link:before {
  height: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: none;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
  color: #ff0000  !important;
  background: #f4f4f4;
}
.navbar .navbar-nav .nav-item.show > .nav-link:before {
  -webkit-text-shadow: 0 0 0 transparent;
  -moz-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  color: transparent;
}
.navbar .navbar-nav .nav-item.position-static .dropdown-menu {
  background: #ffffff;
  padding: 0.8rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  background: #f4f4f4;
  border: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu.login {
  font-family: "open_sansregular", sans-serif;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #212529;
  padding: 0.5rem 1rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a strong {
  color: #333333;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:after {
  color: #212529;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a .badge {
  background: #ff0000 ;
}
.navbar .navbar-nav .nav-item .dropdown-menu li.active > a, .navbar .navbar-nav .nav-item .dropdown-menu li:hover > a {
  color: #ff0000 ;
  background: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu li.active > a strong, .navbar .navbar-nav .nav-item .dropdown-menu li:hover > a strong {
  color: #000;
}
.navbar .navbar-nav .nav-item .dropdown-menu li.active > a:after, .navbar .navbar-nav .nav-item .dropdown-menu li:hover > a:after {
  color: #ff0000 ;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li {
  background: transparent;
  padding-left: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li a {
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li a {
    padding-left: 0.8rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li:last-child a {
  border: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card {
  background: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li a {
  padding: 0.2rem 0.5rem;
  color: #333333;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li:hover a {
  color: #ff0000  !important;
  background: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card .card-body .nav li:hover a strong {
  color: #ff0000  !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu.login {
  background: #ffffff;
  left: 0;
  right: auto;
}
@media only screen and (min-width: 800px) {
  .navbar .navbar-nav .nav-item .dropdown-menu.login {
    left: auto;
    right: 0;
  }
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  background: #ffffff;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu > a {
  background: #f4f4f4;
  color: #212529;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a {
  color: #ff0000  !important;
  background: #f8f8f8;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu:hover > a:after, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu.active > a:after {
  color: #ff0000 ;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu li a {
  background: transparent;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-menu {
  background: #f8f9fa;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-menu .list-unstyled li a {
  color: #333333;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-menu .list-unstyled li:hover > a {
  color: #ff0000  !important;
}

/**** product effect ****/
.product-box {
  /*Flip 3D*/
  /*Slide Hover*/
}
.product-box .card {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 0 0 #ff0000 ;
  -moz-box-shadow: 0 0 0 0 #ff0000 ;
  box-shadow: 0 0 0 0 #ff0000 ;
  margin: 0.2rem;
}
.product-box .card .card-body h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #333 !important;
}
@media only screen and (min-width: 768px) {
  .product-box .card .card-footer {
    position: static;
  }
}
.product-box .card:hover {
  -webkit-box-shadow: 0 0 5px 0 #6f6f6f;
  -moz-box-shadow: 0 0 5px 0 #6f6f6f;
  box-shadow: 0 0 5px 0 #6f6f6f;
}
.product-box .card:hover .card-footer {
  position: static;
}
.product-box .card:hover .card-footer .btn-info {
  right: 10px;
  background: #6f6f6f;
  border-color: #6f6f6f;
}
.product-box .card:hover .text-info {
  color: #ff0000  !important;
}
.product-box .hover-box-shadow h3 {
  font-size: 16px;
  font-size: 1rem;
}
.product-box .hover-box-shadow .card-body h3 {
  color: #000!important;
}
.product-box .flip3d .card-header {
  background: #ff0000 ;
  border: 0;
}
.product-box .flip3d .card-header .card-title {
  color: #fff;
}
.product-box .flip3d .card-header .card-title h3 {
  font-size: 16px;
  font-size: 1rem;
}
.product-box .flip3d .card-header .card-title:hover h3 {
  color: rgba(255, 255, 255, 0.65) !important;
}
.product-box .slide-hover .card-body h3,
.product-box .triangle-slide-overlay .card-body h3,
.product-box .slideup .card-body h3 {
  color: #fff !important;
}

/**** page header ****/
/**** page footer ****/
.footer-content .container {
  border-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .footer-content .container {
    border-bottom: 1px dashed #777777;
  }
}
.footer-content .card {
  background: transparent;
  border: 0;
  color: #b6b7b7;
}
.footer-content .card strong,
.footer-content .card b {
  color: #ffffff;
}
.footer-content .card .card-header {
  border: 0;
  padding: 0;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #777777;
}
.footer-content .card .card-header .card-title {
  border-bottom: 3px solid #ffffff;
  display: inline-block;
  margin-bottom: -0.1rem !important;
  color: #ffffff;
  padding-bottom: 0.5rem;
}
.footer-content .card .card-body {
  padding: 0;
}
.footer-content .card .form-group .col-form-label {
  color: #666666;
}
.footer-content .social ul {
  padding: 0;
  margin: 0;
}
.footer-content .social ul li {
  display: inline-block;
  margin-right: 0.5rem;
}
.footer-content .social ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
  -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;
}
.footer-content .social ul li a:hover {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.footer-content #subscribe_sidebar .form-control {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-content #subscribe_sidebar .form-control {
    max-width: 100%;
  }
}

.bottom-links li a {
  color: #cccccc;
}
.bottom-links li a:hover, .bottom-links li a.active {
  color: #ffffff;
}

#InfoTab .nav-tabs {
  border-bottom-color: #000;
}
#InfoTab .nav-tabs .nav-link {
  margin-right: 0.2rem;
}
#InfoTab .nav-tabs .nav-link.active, #InfoTab .nav-tabs .nav-link:hover, #InfoTab .nav-tabs .nav-link:focus {
  background: #000;
  color: #ffffff;
  border-color: #000;
}
#InfoTab .tab-content {
  background: #ffffff;
  padding: 0 1rem 1rem;
  border: 1px solid #000;
  border-top: 0;
}

#user_order_info .billing_shipping_info .card,
#user_order_info .order_history .card {
  background: transparent;
}
#user_order_info .nav-tabs .nav-link.active {
  background: transparent;
}

.header-content .media i {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header-content .media:hover i {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #535353 !important;
}

.productbox .media-box-container {
  overflow: inherit;
}

#price_calculator {
  background: transparent;
}

.sidebar .card .card-header .card-title {
  color: #000;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a,
.sidebar .card .card-body .accordion .list-group-item > a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333 !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:hover,
.sidebar .card .card-body .accordion .list-group-item > a:hover {
  color: #000!important;
}
.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: 4px;
}
.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: #000!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 .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: #000!important;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}
.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: #000!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: #000!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: #000!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: #000!important;
}
.browse_design .btn-img-text {
  color: #000!important;
}
.browse_design:hover .btn-img-text {
  color: #001f4c !important;
}

.upload_design {
  border-color: #ff0000  !important;
}
.upload_design .btn-img-text {
  color: #ff0000  !important;
}
.upload_design:hover .btn-img-text {
  color: #af0404 !important;
}

.custom_design {
  border-color: #6f6f6f !important;
}
.custom_design .btn-img-text {
  color: #6f6f6f !important;
}
.custom_design:hover .btn-img-text {
  color: #40608f !important;
}

.hire_designer {
  border-color: #ff0000  !important;
}
.hire_designer .btn-img-text {
  color: #ff0000  !important;
}
.hire_designer:hover .btn-img-text {
  color: #af0404 !important;
}

.quote_product {
  border-color: #000!important;
}
.quote_product .btn-img-text {
  color: #000!important;
}
.quote_product:hover .btn-img-text {
  color: #001f4c !important;
}

.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #000!important;
  border-color: #000!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: #000!important;
}
.btn-title-text.upload_design {
  background: #ff0000  !important;
  border-color: #ff0000  !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: #ff0000  !important;
}
.btn-title-text.custom_design {
  background: #6f6f6f !important;
  border-color: #6f6f6f !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: #6f6f6f !important;
}
.btn-title-text.hire_designer {
  background: #ff0000  !important;
  border-color: #ff0000  !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: #ff0000  !important;
}
.btn-title-text.quote_product {
  background: #000!important;
  border-color: #000!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: #000!important;
}

/********/
.header-about,
.footer-content,
footer {
  background: url(/themes/yourlocalprintstoreerbe/images/footer_bg.jpg) repeat top left;
}

.form-control {
  font-size: 15px;
  font-size: 0.9375rem;
}
.form-control:focus + .input-group-append .input-group-text {
  border-color: #000;
}
.form-control:focus ~ .col-form-label {
  color: #000;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td:hover {
  background: #000;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td:hover:hover {
  background: #000;
  color: #fff;
}

.header-search .form-control {
  height: calc(1.5em + 1rem);
}

.search-toggle .twitter-typeahead {
  width: 100%;
}

.popover.show {
  max-width: 300px !important;
}
@media only screen and (min-width: 768px) {
  .popover.show {
    max-width: 350px !important;
  }
}

#product_price .card-title a,
#faq_details .card-title a {
  color: #333333 !important;
}
#product_price .card-title a:hover,
#faq_details .card-title a:hover {
  color: #ff0000  !important;
}
#product_price .card-title .btn-link,
#faq_details .card-title .btn-link {
  color: #ff0000  !important;
}
#product_price .card-title .btn-link:hover,
#faq_details .card-title .btn-link:hover {
  color: #000!important;
}

@media only screen and (min-width: 1248px) {
  .container {
    max-width: 1170px;
  }
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-brand {
    width: 100%;
  }
}
.zoom .btn {
  position: static;
  height: auto;
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

a.history_approve:hover {
  color: #fff !important;
}

#login_sidebar .google_login {
  margin-top: 15px;
}

.popover #login_sidebar {
  border: 0;
}

.zoom:hover {
  background: #ff0000 ;
  background: rgba(56, 142, 121, 0.85);
}

/***** Header tag CSS *****/
.page-header {
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
}
.page-header h1,
.page-header h2,
.page-header h3 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.page-header h1:after,
.page-header h2:after,
.page-header h3:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  bottom: -2px;
  left: 0;
  width: 85px;
  height: 3px;
  display: none;
}

.page-header h1 small {
  color: #6c757d !important;
}

.page-section-header {
  color: #ff0000 ;
}
.page-section-header span {
  color: #333333;
}

.page-sub-header {
  color: #212529;
  border-bottom: 1px dotted #6f6f6f;
}

/***** Anchor tag css ******/
a {
  color: #000;
}
a:hover {
  color: #ff0000 ;
  text-decoration: none;
}

/***** Button ******/
.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  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: #ff0000 ;
  border-color: #ff0000 ;
}
.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: #af0404;
  border-color: #af0404;
  color: #ffffff;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #ff0000 ;
  border-color: #ff0000 ;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
    background-color: #000;
	border-color: #000;
}
.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: #6f6f6f;
  border-color: #6f6f6f;
  color: #ffffff;
}
.btn-info.disabled, .btn-info:disabled {
  background: #000;
  border-color: #000;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-success {
  background: #ff0000 ;
  border-color: #ff0000 ;
}
.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: #af0404;
  border-color: #af0404;
  color: #ffffff;
}
.btn-success.disabled, .btn-success:disabled {
  background: #ff0000 ;
  border-color: #ff0000 ;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-link {
  color: #ff0000;
  word-break: break-word;
}
.btn-link:hover, .btn-link:focus {
  color: #000 ;
}
.btn-link:disabled, .btn-link.disabled {
  color: #000 ;
}

/***** Button outline ******/
.btn-outline-primary {
  border-color: #ff0000 ;
  color: #ff0000 ;
}
.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: #ff0000 ;
  color: #ffffff;
  border-color: #ff0000 ;
}

.btn-outline-info {
  border-color: #000;
  color: #000;
}
.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: #000;
  color: #ffffff;
  border-color: #000;
}

.btn-outline-success {
  border-color: #ff0000 ;
  color: #ff0000 ;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  background: #ff0000 ;
  color: #ffffff;
  border-color: #ff0000 ;
}

/***** Loading *****/
.loading-container .loading {
  border-color: transparent #ff0000 ;
}
.loading-container #loading-text {
  color: #ff0000 ;
}

/***** Text Color *****/
.text-primary {
  color: #ff0000  !important;
}

.text-info {
  color: #000!important;
}

/***** Text-Color with Anchor Tag *****/
a.text-info:hover, a.text-info:focus {
  color: #001f4c !important;
}

/***** background-Color *****/
.bg-primary {
  background-color: #ff0000  !important;
}

.bg-info {
  background-color: #000!important;
}

/* Badge CSS */
.badge-primary {
  background: #ff0000 ;
}

.badge-info {
  background: #000;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #f0f0f0;
  color: #000;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #ff0000  !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #ff0000  !important;
}
.bootstrap-select .dropdown-toggle:focus {
  border-color: #ff0000 ;
}

/***** Radio button color *****/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000;
  border-color: #000;
}

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000;
  border-color: #000;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff0000 ;
}

/***** Input border-color on focus *****/
.form-control:focus {
  border-color: #000;
}

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #000;
}
.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;
}

/***** vertical menu ******/
#cssmenu .list-group-item a {
  color: #212529 !important;
}
#cssmenu .list-group-item > ul {
  background: #000;
}
#cssmenu .list-group-item > ul li {
  background: #000;
}
#cssmenu .list-group-item > ul li a {
  color: #ffffff !important;
}
#cssmenu .list-group-item > ul li:hover {
  background: #002966;
}
#cssmenu .list-group-item > ul li:hover > a {
  color: #ffffff !important;
}
#cssmenu .list-group-item > ul li:hover > ul {
  background: #000;
}
#cssmenu .list-group-item > ul li.active {
  color: #ffffff !important;
  background: #002966;
}
#cssmenu .list-group-item:hover > a {
  background: #000;
  color: #ffffff !important;
}
#cssmenu .list-group-item:hover > ul {
  background: #000;
}

/***** straight menu ******/
#straightmenu .list-group-item a.active {
  color: #000!important;
}
#straightmenu .list-group-item a:hover {
  color: #000!important;
}

/***** toggle ******/
.sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
  color: #000!important;
}

/***** my account menu ******/
#myaccount_menu li.active a, #myaccount_menu li:hover a {
  color: #000!important;
}

/***** category list ******/
#category_list a:hover, #category_list a.act {
  color: #ff0000 ;
}

/***** custom tab ******/
.nav-customtabs li .nav-link {
  background: transparent;
}
.nav-customtabs li .nav-link.active {
  color: #000;
  background: transparent;
}
.nav-customtabs li .nav-link.active:after {
  background: #000;
}

/**** JQUERY UPLOADER START ****/
.bar {
  background-color: #ff0000 ;
}

/**** pagination ****/
.page-item.active .page-link {
  background: #ff0000 ;
  border-color: #ff0000 ;
}

/***** Product Hover Effact *****/
.slideup .bg-dark {
  background: #ff0000  !important;
}

.slide-hover {
  overflow: hidden;
}
.slide-hover .card-title:after {
  background: #af0404;
}

.card-title a.btn-link {
  color: #000;
}

/**** account links ****/
.account-links a:hover .fa-kit{
  color: #ff0000 ;
}

/**** payment process message ****/
div.load_message,
div.div_img_loader {
  color: #ff0000 ;
}

/**** media box ****/
.media-filter li a {
  border-color: #ff0000 ;
  color: #ff0000 ;
}
.media-filter li a:hover, .media-filter li a.selected {
  background: #ff0000  !important;
  color: #ffffff !important;
  border-color: #ff0000 ;
}
.media-filter .media-boxes-drop-down-header {
  border: 1px solid #ff0000 ;
}

.breadcrumb_container .breadcrumb li a:hover {
  color: #ff0000 ;
}
.breadcrumb_container .breadcrumb li.active .a {
  color: #ff0000 ;
}

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #ff0000 ;
}

.table .thead-light th,
.table .thead th,
.table thead th {
  color: #000!important;
  background: transparent;
  border-bottom-color: #000;
}

.treeview li .act {
  color: #ff0000  !important;
}
.treeview li a:hover {
  color: #ff0000  !important;
}

/*# sourceMappingURL=theme.css.map */
h1, h2, h3, h4, h5, h6, p .h1, .h2, .h3, .h4, .h5, .h6, .p {
    color: #333333 !important;
}

.middle-header .navbar-brand {
    max-width: 300px;
}

.btn-sm, .btn-group-sm>.btn {
    border-radius: 5rem;
}

.fa-home {color:red;}

.navbar .navbar-nav .nav-item > .nav-link {
    color: #000 !important;
}

.nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
    color: #ff0000 !important;
}

.navbar .navbar-nav .nav-item:hover > .nav-link {
    color: #ff0000 !important;
}

.top-header .top-links li .navbar-text {
    color: #ff0000;
}

.btn-primary {
    background-color: #ff0000;
}



.btn-link {
    color: #ff0000;
}

.btn-link:hover {
    color: rgb(255,0,0,0.6);
    font-weight: 900;
}

.badge-primary {
    color: #ffffff;
    background-color: #000000;
}
