/*.footer .bottom-links .list-inline-item:nth-child(2)::after{display:block !important;right:0 !important;}*/
/*.footer .bottom-links .list-inline-item:nth-child(2){margin-right:15px !important;}*/
#top-banner {position: inherit;}
  @media only screen and (min-width: 992px){
    .top-header .logo .border-right {
  border-right: 1px solid transparent !important;
}  
  }
  
   .top-header .top-links{
      border-left: 2px solid transparent;
  }
  #top-banner .carousel-caption{z-index:-1;}
  
  footer .bottom-links .list-inline-item:nth-child(2)::after {
  display: block !important; right: 0;
}
footer .bottom-links .list-inline-item:nth-child(2){
    margin-right: 15px !important; position:relative;
}
footer .bottom-links .list-inline-item a::after{
    top:3px;
}
    .btn-info {
    background: #0063a8;
    border-color: #0063a8;
  }
  .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: #004575;
      border-color: #004575;
  }
  
  .shopping-cart {
      background: #0063a8;
  }
         #middle-content .product-box .hover-box-shadow a {
  border: unset !important;
}
  @media only screen and (min-width: 768px) {
    .navbar-collapse .navbar-nav {
        width: max-content !Important;}}
 
.top-header .top-links > li:first-child a {
    background-color: #EF7534;}
    #middle-content .product-box .hover-box-shadow:hover a {
  box-shadow: unset;
}
#middle-content .product-box .hover-box-shadow .card-body .card-text::after {
  display: none;
}
#middle-content .product-box .hover-box-shadow .card-body{position: relative;}
#middle-content .product-box .hover-box-shadow .card-body::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background: #e83925;
  transition: width 0.5s;
}
#middle-content .product-box .hover-box-shadow:hover .card-body::after {
  width: 20px;
}
@media only screen and (max-width: 768px) {
#top-banner .carousel-item img {
  min-height: 97px;
}
}
.print-service-provider .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/**/
#producttotalprice {
 line-height: 1.2;
}