
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 160px;
}

@media(max-width: 1199px) {
    #actionModal .modal-dialog {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    #actionModal .modal-dialog {
        width: 60%;
    }
}

a,
a:focus,
a:hover {
    color: #1a4180;
    text-decoration: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#top-info {
    padding: 10px 0;
}

a.top-info-button,
a.top-info-button:focus,
a.top-info-button:hover {
    color: #000;
    text-decoration: none;
}

.top-info-button {
    display: block;
    font-size: 22px;
}

.top-info-button-label {
    font-size: 12px;
}

.top-info-phone,
.top-info-worktime {
    font-weight: bold;
}

.top-info-worktime {
    font-size: 13px;
}

a.top-panel-button,
a.top-panel-button:focus,
a.top-panel-button:hover {
    color: #fff;
    text-decoration: none;
}

.top-panel-button {
    display: block;
    padding: 5px 0;
    font-size: 35px;
}

#top-panel-search {
    margin: 7px 100px 7px 7px;
}

.top-search input {
    border: #1a4180 solid 1px;
}

.top-search button {
    height: 45px;
    background-color: #fff;
    color: #2c3e50;
    border: #1a4180 solid 1px;
}

.top-search button:active,
.top-search button:hover,
.top-search button:active:focus,
.top-search button:focus,
.top-search button:focus-visible {
    background-color: #fff;
    color: #2c3e50;
    border: #1a4180 solid 1px;
    outline: none;
}

.bottom-panel {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    margin: 0;
    color: #fff;
    padding: 20px 0;
}

.bottom-panel a,
.bottom-panel a:focus,
.bottom-panel a:hover {
    color: #fff;
    text-decoration: none;
}

.bottom-panel-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.bottom-panel-logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

a.bottom-panel-button,
a.bottom-panel-button:focus,
a.bottom-panel-button:hover {
    color: #fff;
    text-decoration: none;
}

.bottom-panel-button {
    display: block;
    padding: 5px 0;
    font-size: 24px;
}

.bottom-panel-button-label {
    font-size: 10px;
}

.navbar-default,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #2c5084;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    opacity: 0.7;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

section .container {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.main-page-tile {
    margin: 8px 0;
    padding: 0 8px;
    text-align: center;
}

.main-page-tile img {
    max-width: 100%;
    max-height: 100%;
}

#brand-page .input-group {
    width: 100%;
    margin-bottom: 15px;
}

#search-brand-input {
    z-index: 0;
}

#search-brand-clear {
    z-index: 1;
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    height: 29px;
    margin: auto;
    font-size: 30px;
    cursor: pointer;
    color: #ccc;
}

#brand-pager {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

#brand-page .brand-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1a4180;
}

#brand-page .brand-buttons {
    margin-bottom: 15px;
}

#brand-page .brand-buttons a {
    margin: 5px;
}

#brand-page .panel-heading {
    padding: 0;
}

#brand-page .panel-heading .panel-title .collapse-toggle {
    display: block;
    padding: 10px;
}

#product-page [class*="icheck-"] > input[type="radio"]:first-child + label::before,
#product-page [class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 0%;
}

#product-page .icheck-default > input:first-child:checked + label::before,
#product-page .icheck-default > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #aaa;
    border-color: #d3cfc8;
}

#product-page .icheck-default > input:first-child:checked + label::after,
#product-page .icheck-default > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

#product-page .product-image-view .product-image {
    height: 400px;
    text-align: center;
}

#product-page .product-image-view .product-image img {
    max-width: 100%;
    max-height: 100%;
}

#product-page .tns-nav {
    z-index: 1;
    position: relative;
    top: 380px;
    text-align: center;
}

#product-page .tns-nav button {
    margin: 0 2px;
    border: 1px #ccc solid;
    width: 25px;
    height: 5px;
    background: #eee;
}

#product-page .tns-nav button.tns-nav-active {
    background: #2c5084;
}

#product-page .tns-outer {
    margin-bottom: 30px;
}

#product-page .product-sku {
    text-align: left;
    font-size: 16px;
    color: #888;
}

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

.product-list .product-image {
    position: relative;
    z-index: 1;
}

.product-list .product-image .product-image-image {
    z-index: 2;
}

.product-list .product-image .product-image-image img {
    width: 100%;
    height: 100%;
}

.product-list .product-image .product-image-top {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    padding-right: 31px;
}

.product-list .product-image .product-image-top .product-image-buttons {
    float: right;
    text-align: right;
}

.product-list .product-image .product-image-top .product-image-buttons .product-image-button {
    margin-bottom: 5px;
}

.product-list .product-item .product-name {
    height: 60px;
}

.product-list .product-item .product-price,
.product-list .product-item .product-code {
    text-align: center;
}

.product-list .product-item .product-code {
    margin-bottom: 15px;
}

.product-list .product-item .product-code .badge {
    font-size: 18px;
}

.product-list .product-item .add-to-cart-button {
    margin-top: 15px;
    text-align: center;
}

.product-list .ias-noneleft {
    overflow: hidden;
    width: 100%;
}

#product-variant {
    margin-bottom: 30px;
}

.category-list .category-item img {
    width: 100%;
    height: 100%;
}

.category-list .category-item {
    padding: 7px 3px;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    vertical-align: middle;
}

.tabs-x {
    margin: 10px 0 20px 0;
}

.tabs-x .tab-content {
    overflow: hidden;
}

.tabs-x .tab-pane {
    margin: 15px;
}

.page-header {
    margin: 0 0 25px;
}

.page-header h1 {
    margin: 0;
    word-wrap: break-word;
}

.video {
    margin: 15px 7px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cart-page .cart-item {
    margin-bottom: 15px;
}

#cart-page .cart-item-image,
#cart-page .cart-item-info {
    height: 150px;
}

#cart-page .cart-item-image img {
    width: 100%;
    height: 100%;
}

#cart-page .cart-item-info div {
    margin-bottom: 3px;
}

#cart-page .cart-item-quantity {
    text-align: center;
}

#cart-page .cart-item-quantity .cart-item-remove-button {
    font-size: 12px;
}

#cart-page .cart-item-cost {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

#cart-page .cart-total {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

#cart-page .cart-item-notes {
    margin-top: 15px;
}

#cart-page .cart-item-notes p {
    margin: 0;
    padding: 0;
}

.cart-total-quantity.badge {
    padding: 1px 5px;
    vertical-align: top;
    margin-left: -10px;
    font-size: 12px;
    background-color: #f00;
    color: #fff;
}

#catalog-page .panel-heading {
    padding: 0;
}

#catalog-page .panel-heading .panel-title .collapse-toggle {
    outline: none;
    display: block;
    padding: 10px;
}

#catalog-page .panel-heading .panel-title .collapse-toggle:hover {
    background-color: #dde1e2;
    border-color: #dde1e2;
}

.sw-main.sw-theme-arrows {
    padding-bottom: 20px;
}

.alert-danger a {
    color: yellow;
}
