/* shop colors */

.footer {
  background-color: #3c505a;
  padding-top: 50px;
  padding-bottom: 50px;
}

.header, .top-bar, .top-bar-left .logo {
    background-color: #ffffff;
}

.logo a img {
    max-width: 90%;
}

.header .search-text-box,
.top-bar .search-text-box {
    border: 2px solid #000000;
    border-right-style: none;
}

.header .search-text-box .btn-search,
.top-bar .search-text-box .btn-search {
    background-color: #cc2023;
}

.cart-link * {
    color: black;
}

.footer .widget li>a {
    color: #ffffff;
    line-height: 28px;
}

.top-bar-left .form-search-wapper {
    padding-left: 70px;
    padding-right: 0px;
}

.product-item.list .info {
    padding: 15px 30px;
}

.product-item .product-name a {
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-size: 15px;
    color: #333;
}

.single-product .summary .product_title {
    font-family: 'Merriweather', serif;
    font-size: 15px;
    font-style: normal;
    color: #333;
    margin-bottom: 10px;
}

.single-product .summary {
    padding-top: 30px;
}

.mini-cart-content .list-item-cart .item-cart {
    padding: 10px 0;
}

table.cart .order-total {
    font-size: 14px;
    line-height: 20px;
}

.product-group-in-grid .product-name {
    font-size: 14px;
}

.footer p {
    margin-bottom: 15px;
    color: white;
}

.main-resource {
    border: 1px solid #ececec;
}

.weak {  
    display: inline-block;
    padding-left: 5px;
}

.form-heading {
    background-color: #3c505a;
}

.slide-home5 .content-slide .title {
    color: #00519e;
}

.slide-home5 .content-slide {
    color: #00aff0;
}

.block-form {
    margin-bottom: 0px;
}

table.shop_table{
    margin-bottom: 0px;
}

table.shop_table tfoot td{
    padding: 5px 0;
}    

/**
 * The turning part of the loading animation spinning wheel.
 */
.loading-animation-spinning-wheel {
   border-top-color: #00519e !important;
}

/**
 * Color for rows in device table on hover.
 */
.geraete-results-table tr:hover {
   background-color: #00519e;
}

.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 60%;
}

.text-tile {
      border: 1px solid #ececec;
      padding: 15px;
      margin-bottom: 15px;
}

.box-icon.style4 .icon {
    width: 70px;
}

.banner-category .title {
    font-size: 16px;
}

.box-icon.style4 {
    padding: 20px 5px;
    min-height: 0px;
}

.kt-popup-newsletter {
    padding-bottom: 60px;
}

.cart-link {
    color: #000000;
}

.top-bar-menu > li > a {
    display: inline-block;
    padding: 57px 60px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(56,56,56,0.6);
    font-size: 13px;
    color: #000;
    font-family: 'Montserrat';
}

.header .mobile-navigation .icon span {
    background-color: black;
}