/*
barva textu tmavě šedá: #444444
barva textu světle šedá: #858484
barva modrá: #195079
barva červená: #b22b3a
*/

html {
    background-color: #ffffff;
}

body {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444444;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3, h4, h5, h6 {
    font-size: 14px;
}

a {
    color: #282828;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.responsive-container {
    width: 100%;
    position: relative;
    border-radius: 8px;
    border: 1px solid #345177;
    overflow: hidden;
    background-color: #fff;
}

    .responsive-container .dummy {
        padding-top: 100%;
    }

.img-container {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font: 0px/0 a;
    position: absolute;
}

    .img-container::before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .img-container img {
        vertical-align: middle;
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        margin: 0;
        padding: 0;
    }

#breadcrumbs {
    position: relative;
    color: #999999;
    padding-left: 12px;
    margin-bottom: 30px;
}

    #breadcrumbs a,
    #breadcrumbs a:visited,
    #breadcrumbs a:active {
        color: #999999;
        text-decoration: underline;
    }

    #breadcrumbs::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 6px;
        width: 7px;
        height: 7px;
        background-color: #999999;
    }

.recommended-title {
    margin-top: 75px;
    margin-bottom: 30px;
}

.top-search {
    padding-top: 15px;
}

    .top-search .search-field {
        border: 1px solid #dadada;
        display: block;
        float: left;
        width: 285px;
    }

    .top-search .search-submit {
        background-color: #a0a0a0;
        color: #ffffff;
        border: 1px solid #a0a0a0;
        display: block;
        float: left;
    }

    .top-search form button[type="submit"] {
        border-radius: 0;
        text-transform: initial;
        font-size: initial;
        padding: 0px 6px;
        font-weight: initial;
    }

ul.tree-menu {
    padding-left: 10px;
}

    ul.tree-menu > li {
    }

    ul.tree-menu li.has-children {
        position: relative;
    }

    ul.tree-menu ul {
    }

    ul.tree-menu li ul {
        display: none;
    }

    ul.tree-menu li.open ul {
        display: block;
    }

    ul.tree-menu li.has-children:before {
        content: "+";
        display: block;
        position: absolute;
        left: -10px;
        top: 0;
        cursor: pointer;
    }

    ul.tree-menu li.has-children.open:before {
        content: "-";
        display: block;
        position: absolute;
        left: -10px;
        top: 0;
    }

    ul.tree-menu .current {
        color: #b22e3a;
        font-weight: 500;
    }

.main-footer a {
    color: #ffffff;
}

a:hover,
a:focus,
a:active {
    color: #b22e3a;
}

header {
    background-color: #ffffff;
}

.spacer {
    padding: 0 10px;
}

.i-large {
    font-size: 22px;
}

.top-blue-border {
    width: 100%;
    height: 14px;
    background-color: #195079;
    z-index: 1050;
    border-radius: 0 0 14px 14px;
    margin-left: auto;
    margin-right: auto;
}



.account-header {
    padding-top: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

    .account-header .items {
        display: flex;
        flex-direction: row;
        gap: 5px;
        justify-content: flex-end;
        align-items: center;
    }

        .account-header .items .shopping-cart {
            position: relative;
            margin-right: 20px;
            white-space: nowrap;
        }

        .account-header .items .cart-price {
            font-weight: 500;
        }

.cart-counter {
    position: absolute;
    background-color: #b22e3a;
    border-radius: 50%;
    color: #ffffff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    padding-right: 1px;
    bottom: -10px;
    right: -12px;
}

.dropdownSearchButton {
    padding-bottom: 10px;
}

.top-search.dropdown-menu {
    padding: 5px;
}

.top-search .search-field {
    border: 1px solid #dadada;
    display: block;
    float: left;
}

.top-search .search-submit {
    background-color: #a0a0a0;
    color: #ffffff;
    border: 1px solid #a0a0a0;
    display: block;
    float: left;
}

.bottom-header {
    border-top: #e8e8e8;
    background-color: #f8f8f8;
}

.logo-box {
    padding: 20px 20px 10px 20px;
    border-radius: 0 0 15px 15px;
    z-index: 10;
    background-color: #fff;
    max-height: 100px;
}

.top-menu li {
    padding: 5px 15px;
    position: relative;
}

.top-menu a {
    text-transform: uppercase;
}

.top-menu .current-menu-item > a {
    color: #983535;
}



.top-menu .navbar-nav {
    justify-content: left;
    margin-left: 0;
    width: 100%;
}

.navbar-light .navbar-toggler,
.navbar-nav {
    margin-left: auto;
}

ul {
    list-style: none;
    padding-left: 0;
}

.hp-header {
    background-image: url("../images/hp-banner1.jpg");
    border-radius: 20px 20px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}

    .hp-header::after {
        content: "";
        display: block;
        width: calc(158 * 100% / 1920);
        height: 108px;
        right: 0;
        bottom: 0;
        background-image: url("../images/pejsek.png");
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        z-index: 2;
    }

    .hp-header::before {
        content: "";
        display: block;
        width: calc(165 * 100% / 1920);
        height: 125px;
        left: 0;
        bottom: 0;
        background-image: url("../images/kocicka.png");
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        z-index: 2;
    }

.hp-top-banner-text {
    padding: 70px 300px 15px 75px;
}

    .hp-top-banner-text h1 {
        font-weight: 400;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 35px;
    }

        .hp-top-banner-text h1 > strong {
            font-weight: 500;
            font-size: 40px;
        }

    .hp-top-banner-text p {
        font-size: 24px;
        font-weight: 500;
    }

.hp-top-banner-produkt {
    position: absolute;
    right: 25px;
    width: 350px;
    top: 25px;
}

#carouselTopProducts .carousel-item {
    height: 200px;
}

#carouselTopProducts .text-part {
    padding: 10px 32% 10px 10px;
    position: relative;
    color: #345177;
    font-weight: 500;
    font-size: 12px;
}

#carouselTopProducts .product-title {
    font-size: 20px;
}

#carouselTopProducts .img-part {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 30%;
    max-height: 100%;
}

.second-nav {
    background-color: #b10061;
}

    .second-nav ul {
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .second-nav ul {
        list-style: none;
    }

    .second-nav a {
        color: #ffffff;
        padding: 15px 25px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        font-size: 18px;
    }

    .second-nav li:not(:last-child) a::after {
        background-color: #ffffff;
        content: "";
        width: 2px;
        height: 16px;
        position: absolute;
        top: 20px;
        right: -1px;
        z-index: 10;
    }

    .second-nav li:not(:last-child) a::after {
        background-color: #ffffff;
        content: "";
        width: 2px;
        height: 16px;
        position: absolute;
        top: 20px;
        right: -1px;
        z-index: 10;
    }

    .second-nav a:hover {
        background-color: #195079;
    }

main {
    background: rgb(204, 219, 231);
    background: -moz-linear-gradient(0deg, rgba(204, 219, 231, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(204, 219, 231, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(204, 219, 231, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(204, 219, 231, 1) 100%);
    background: linear-gradient(0deg, rgba(204, 219, 231, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(204, 219, 231, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccdbe7", endColorstr="#ccdbe7", GradientType=1);
    padding-bottom: 100px;
}

.left-sidebar {
    padding-bottom: 45px;
    margin-bottom: 100px;
}

.content {
    padding-top: 45px;
}

.sidebar-nav-b.bestsellers {
    padding-top: 45px;
}

.products h3 {
    color: #b22e3a;
    font-size: 18px;
    margin-bottom: 30px;
}

.bestsellers h3 {
    color: #195079;
    font-size: 18px;
    margin-bottom: 30px;
}

.bs-item {
    margin-bottom: 15px;
}

.bs-img-link {
    display: block;
}

.sidebar-nav.products nav ul li {
    padding-bottom: 10px;
    max-width: 205px;
}

.sidebar-nav.products nav ul ul {
    padding-left: 10px;
}

.bs-description a {
    display: block;
    min-height: 42px;
}

.sidebar-banner {
    margin-top: 30px;
    text-align: center;
}

    .sidebar-banner img {
        border-radius: 8px;
    }

.top-banner {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.banner-text {
    position: absolute;
    top: 60px;
    left: 50px;
    color: #ffffff;
    max-width: calc(56% - 50px);
    font-size: 18px;
}

.contact-banner .banner-text {
    top: 30%;
}

.banner-text h1 {
    color: #ffffff;
    font-size: 40px;
    text-align: left;
    font-weight: 700;
}

    .banner-text h1 .normal {
        font-weight: 400;
    }

.banner-text .blue-button {
    color: #ffffff;
    background-color: #195079;
    border-radius: 8px;
    font-size: 14px;
}

.blog-page-content {
    padding-left: 70px;
    padding-right: 70px;
}

a.blue-button {
    background-color: #195079;
    color: #ffffff;
    border-radius: 8px;
    border: none;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.filter {
    margin-top: 50px;
    margin-bottom: 50px;
}

.filter-input {
    border: 1px solid #f2f2f2;
    border-radius: 16px;
    color: #393939;
    background-color: #f2f2f2;
    padding: 3px 10px;
    width: 170px;
}

    .filter-input:focus-visible {
        outline: none;
    }

.filter span,
.filter a {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 32px;
}

.filter a {
    text-decoration: underline;
}

    .filter a:hover {
        text-decoration: none;
    }

.custom-select-filter {
    width: 120px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
    position: relative;
    background-color: #ffffff;
    border-radius: 16px;
}

    .custom-select-filter select {
        display: none;
    }

.select-selected {
    border-radius: 16px;
    background-color: #f2f2f2;
}

    .select-selected:after {
        position: absolute;
        content: "";
        top: 11px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #393939 transparent transparent transparent;
    }


    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #393939 transparent;
        top: 5px;
    }


.select-items div,
.select-selected {
    color: #393939;
    padding: 4px 16px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    background-color: #f2f2f2;
}

    .select-items div:last-of-type {
        border-radius: 0 0 16px 16px;
        border: none;
    }

.select-selected {
    border-radius: 16px;
}

    .select-items div,
    .select-selected.select-arrow-active {
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    }

    .select-selected.select-arrow-active {
        border-radius: 16px 16px 0 0;
    }

.select-items {
    position: absolute;
    background-color: #dedede;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0 0 16px 16px;
}


.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.sorting .custom-select-filter {
    width: 150px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
}

.category-filter {
    margin-bottom: 25px;
}

    .category-filter > div {
        margin-bottom: 15px;
    }

    .category-filter a {
        display: block;
        border: 1px solid #bcbcbc;
        border-radius: 8px;
        background-color: #fff;
        overflow: hidden;
        position: relative;
        height: 36px;
        box-sizing: content-box;
    }

    .category-filter img {
        content: "";
        position: absolute;
        left: 16px;
        top: 0;
        width: 37px;
        height: 36px;
        background-color: #195079;
    }

    .category-filter span {
        display: block;
        text-align: center;
        padding-left: 53px;
        line-height: 36px;
        background-color: #195079;
        color: #ffffff;
    }

.product-item {
    margin-bottom: 30px;
}

.product-item .responsive-container {
    background-color: #ffffff;
    border-radius: 8px;
}

    .product-item .responsive-container .dummy {
        padding-top: 117%;
    }

.product-item h2 {
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    font-weight: 700;
}

.product-item .desc-box {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.product-item .price {
    font-size: 18px;
    font-weight: 700;
}

.button-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 46px;
    display: none;
    transition: 0.3s all;
    justify-content: space-between;
}

.product-item:hover .button-bar {
    display: flex;
}

.button-bar .left-button {
    background-color: #b22e3a;
    width: calc(50% - 2px);
    border-radius: 8px 0 0 0px;
    display: block;
    color: #ffffff;
}

    .button-bar .left-button i {
        margin-right: 3px;
    }

.button-bar .button-spacer {
    width: 2px;
    height: 46px;
}

.button-bar .right-button {
    background-color: #195079;
    width: calc(50% - 2px);
    border-radius: 0 8px 0px 0;
    display: block;
    color: #ffffff;
}

.button-bar a:hover {
    color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2) inset;
}

.pagination {
    margin-top: 50px;
}

.pagination-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.pagination a,
.pagination span {
    font-size: 16px;
    line-height: 31px;
    width: 33px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: #393939;
    border: 1px solid #a5a5a5;
    display: block;
    height: 33px;
    padding: 0;
    margin-left: 3px;
    margin-right: 3px;
}

.pagination .current-page {
    background-color: #195079;
    color: #ffffff;
}

.pagination .dots {
    border: 1px solid transparent;
    background-color: transparent;
}

.pagination a:hover {
    border: 1px solid #a5a5a5;
    background-color: #f2f2f2;
    color: #393939;
}

.contact-content {
    margin-top: 100px;
}

    .contact-content > div {
        text-align: center;
    }

        .contact-content > div > div {
            text-align: left;
            display: inline-block;
            min-width: 50%;
        }

    .contact-content h2 {
        color: #195079;
        position: relative;
        font-size: 16px;
    }

        .contact-content h2::after {
            content: "";
            width: 100%;
            border-bottom: 1px solid #195079;
            position: absolute;
            left: 0;
            bottom: -4px;
        }

.product-detail {
    margin-bottom: 100px;
}

.product-perex {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-params .param-title,
.product-price .param-title {
    width: 150px;
    display: inline-block;
    padding-bottom: 5px;
}

.product-price {
    font-size: 18px;
    color: #195079;
    font-weight: 700;
}

.quntatity-label {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.quantity.buttons_added input[type="number"] {
    width: 40px;
    height: 48px;
    float: left;
    padding: 0;
    text-align: center;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 0;
    font-weight: 700;
    box-sizing: border-box;
    background-image: none;
    -moz-appearance: textfield;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-bottomleft: 4px;
    border-top-left-radius: 4px;
}

.quantity.buttons_added {
    float: left;
    margin: 0 10px 0 0;
    width: 60px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

    .quantity.buttons_added .minus, .quantity.buttons_added .plus {
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        text-align: center;
        vertical-align: text-top;
        width: 20px;
        height: 24px;
        overflow: visible;
        text-decoration: none;
        font-weight: 700;
        cursor: pointer;
        line-height: 12px;
        font-size: 12px;
        color: #393939;
        border: 1px solid #f2f2f2;
        border-left: 0;
        background: #ffffff;
    }

    .quantity.buttons_added .minus {
        bottom: 0;
        right: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        border-top: 0;
    }

    .quantity.buttons_added .plus {
        top: 0;
        right: 0;
        border-bottom: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        border-bottom: 0;
    }

form input[type="submit"] {
    background-color: #195079;
    color: #ffffff;
    border-radius: 8px;
    border: none;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.share-product {
    margin-top: 30px;
    margin-bottom: 15px;
}

    .share-product i {
        color: #6d6d6d;
        font-size: 16px;
    }

        .share-product i:hover {
            color: #b22e3a;
        }

    .share-product .send-email {
        text-decoration: underline;
    }

.add-to-favorite i {
    margin-right: 10px;
    font-size: 16px;
}

.product-description {
    max-height: 10000px;
    overflow: hidden;
    position: relative;
    transition: height 0.3s;
    margin-bottom: 15px;
    margin-top: 30px;
}

    .product-description.short-text {
        max-height: 250px;
    }

    .product-description .gradient-holder {
        width: 100%;
        height: 160px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ffffff', GradientType=0);
        display: none;
        transition: all 0.3s;
    }

    .product-description.short-text .gradient-holder {
        display: block;
    }

.more-desc {
    font-weight: 700;
    cursor: pointer;
}

.related-products h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.page-title {
    margin-bottom: 50px;
}

.grey-bg {
    background-color: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart-summary-header {
    min-height: 40px;
    background-color: #195079;
    border-radius: 8px 8px 0 0;
}

    .cart-summary-header > div {
        color: #ffffff;
    }

.cart-summary-item {
    border-bottom: 1px solid #aeaeae;
}

    .cart-summary-item .responsive-container {
        width: 80%;
        border: none;
    }

    .cart-summary-item .bs-img-link {
        padding-top: 5px;
        padding-bottom: 5px;
    }

fieldset {
    border-radius: 8px;
    border: 2px solid #195079;
    padding: 15px 30px;
    margin-bottom: 50px;
}

    fieldset legend {
        float: none;
        width: unset;
        font-size: 14px;
        padding: 5px 15px;
    }

.not-account {
    color: #999999;
}


.cart-login a {
    text-decoration: underline;
}

.cart-total {
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.free-shipping-notice {
    margin-bottom: 20px;
}

.billing-table {
    border: 2px solid #000;
    padding: 10px 10px 0 10px;
    margin-bottom: 25px;
    font-weight: 500;
}

    .billing-table tr:last-of-type > td,
    .billing-table .table > :not(caption) > tr:last-of-type > * {
        border-bottom-width: 0;
    }

input:focus-visible {
    outline: none;
}

input[type="text"].no-border,
input[type="password"].no-border {
    border: none;
}

.divider {
    margin-bottom: 20px;
    margin-top: 5px;
}

.label-70 {
    width: 70px;
    display: block;
    float: left;
}

.registr-block .label-70 {
    width: 110px;
}

.input-70 {
    width: calc(100% - 70px);
    background-color: transparent;
}

.registr-block .input-70 {
    width: calc(100% - 110px);
}

.submit-row {
    margin-top: 25px;
}

.space-50 {
    height: 50px;
}

form input[type="checkbox"] {
    margin-top: 4px;
    display: block;
    margin-right: 5px;
    float: left;
}

.registr-sidebar .sidebar-banner {
    margin-top: 16px;
}

.payment-block label {
    width: calc(100% - 25px);
}

.registr-block {
    margin-bottom: 50px;
}

.method-option {
    margin-bottom: 10px;
}

.back-link {
    color: #195079;
    text-decoration: underline;
    font-size: 18px;
    margin-right: 25px;
}

    .back-link:hover {
        color: #b22e3a;
        text-decoration: none;
    }

.billing-end table.methods {
    margin-top: 40px;
}

.billing-end .table > :not(caption) > * > * {
    padding: 0 .5rem .5rem 0;
}

.billing-end table td:first-of-type {
    min-width: 140px;
}

form input[type="submit"].send-order {
    background-color: #af2e31;
    width: 100%;
}

.text-grey {
    color: #858484;
}

.address-block-summary,
.payment-block {
    margin-bottom: 50px;
}

    .address-block h2,
    .address-block-summary h2,
    .payment-block h2 {
        margin-bottom: 25px;
        font-size: 16px;
    }

.billing-table.final {
    border: 1px solid #ebebeb;
    font-weight: 500;
}

.billing-table .total-title {
    font-size: 18px;
    font-weight: 400;
    vertical-align: bottom;
}

.billing-table .total-value {
    font-size: 30px;
}

.single-page-content p {
    text-align: justify;
}

footer {
    color: #cccccc;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(114deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(27, 55, 74, 1) 65%, rgba(27, 55, 74, 1) 100%);
    background: -webkit-linear-gradient(114deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(27, 55, 74, 1) 65%, rgba(27, 55, 74, 1) 100%);
    background: linear-gradient(114deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(27, 55, 74, 1) 65%, rgba(27, 55, 74, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#1b374a", GradientType=1);
}

.summary-label {
    width: 90px;
    display: inline-block;
    color: #858484;
}

.main-footer .address img {
    border: 8px solid #ffffff;
    border-radius: 0 0 8px 8px;
    margin-bottom: 15px;
}

.main-footer .address p {
    padding-left: 8px;
}

.main-footer h4 {
    font-size: 14px;
    margin-top: 86px;
    margin-bottom: 25px;
}

.main-footer .account h4,
.main-footer .info h4,
.main-footer .support h4 {
    text-transform: uppercase;
    border-bottom: 1px solid #808080;
}

.main-footer .social {
    padding-top: 70px;
    padding-bottom: 30px;
}

    .main-footer .social img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }

.contact-content i,
.share-product i {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
}

.main-footer .social a.inst {
    background-color: #9a3038;
}

.main-footer .social a.globe {
    background-color: #515151;
}

.blog-list p {
    margin-bottom: 25px;
}

.blog-list a {
    display: inline-block;
}

.blog-item {
    margin-bottom: 50px;
}

.blog-item-date {
    color: #666666;
    font-style: italic;
    margin-bottom: 10px;
}

.copy-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

    .copy-footer:before {
        content: "";
        display: block;
        height: 1px;
        border-top: 1px solid #4e5154;
        top: -15px;
        position: relative;
    }

@media (min-width: 1400px) {
    .hp-header {
        height: 438px;
    }
}

@media screen and (min-width:992px) {
    .main-footer .container {
        position: relative;
        z-index: 100;
    }

    .top-menu li.current-menu-item::after {
        content: "";
        display: block;
        width: 17px;
        height: 16px;
        background-image: url("../images/paw.png");
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:1439px) {
    .logo-box {
        max-width: 260px;
    }

    .banner-text {
        top: 30px;
        left: 30px;
        color: #ffffff;
        max-width: calc(56% - 30px);
        font-size: 14px;
    }

        .banner-text h1 {
            color: #ffffff;
            font-size: 32px;
        }

        .banner-text .blue-button {
            font-size: 12px;
        }
}

@media screen and (max-width:1199px) {
    .spacer {
        padding: 0 5px;
    }

    .hp-top-banner-text {
        padding: 65px 245px 25px 59px;
    }

    .logo-box {
        max-width: 180px;
    }

    .hp-top-banner-text h1 > strong {
        font-size: 26px;
    }

    .top-search .search-field {
        width: 200px;
    }

    .hp-top-banner-text p {
        font-size: 18px;
    }

    .top-search .search-field {
        width: 200px;
    }
}

@media screen and (max-width:991px) {
    .top-header > div > div {
        position: relative;
    }

    .account-header {
        align-items: center;
        padding-top: 5px;
        position: absolute;
        left: 120px;
        width: 550px;
    }

        .account-header > .md-padding {
            display: inline-block;
            padding-bottom: 8px;
        }

    .logo-box {
        max-width: 150px;
    }

    .account-header .cart-price {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 100;
        background-color: #fff;
        width: 100%;
        right: 0;
        -webkit-box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 1);
        box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 1);
    }

    .top-menu .navbar-nav {
        padding: 10px;
    }

    .hp-top-banner-text {
        padding: 25px 25px 25px 25px;
    }

        .hp-top-banner-text h1 {
            font-size: 24px;
        }

    .contact-content {
        margin-top: 0px;
    }

    .filter {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hp-header {
        background-image: url("../images/hp-header-small.jpg");
        border-radius: 20px 0 0 0;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 40px;
    }
}

@media screen and (max-width:768px) {
    .top-header {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }

    .contact-header,
    .account-header {
        left: 0px;
    }

    .banner-text {
        top: 10px;
        left: 30px;
        color: #ffffff;
        max-width: calc(56% - 30px);
        font-size: 12px;
    }

        .banner-text h1 {
            color: #ffffff;
            font-size: 20px;
        }

    .account-header {
        width: 450px;
        align-items: flex-start;
    }

    .contact-content > div > div {
        min-width: 80%;
    }

    .custom-select-filter {
        width: 245px;
        margin-left: 25px;
    }

    .filter span, .filter a {
        padding-left: 4px;
        padding-right: 4px;
        line-height: 32px;
    }

    .logo-box {
        display: none;
    }
}

@media screen and (max-width:575px) {

    .logo-box {
        display: block;
        padding: 20px 0 0 0;
    }

    .banner-text {
        top: 5px;
        left: 20px;
        color: #ffffff;
        max-width: calc(66% - 20px);
        font-size: 10px;
    }

        .banner-text h1 {
            color: #ffffff;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .banner-text p {
            margin-bottom: 5px;
        }

        .banner-text .blue-button {
            font-size: 10px;
        }

    form.order input[type="submit"] {
        margin-top: 25px;
    }

    .account-header {
        position: static;
        width: 100%;
        align-items: center;
        padding-top: 10px;
    }

    .hp-top-banner-text h1 {
        font-size: 18px;
    }

    .second-nav a {
        padding: 10px 15px;
        font-size: 12px;
    }

    .second-nav li:not(:last-child) a::after {
        top: 11px;
    }

    .hp-header:before,
    .hp-header:after {
        width: calc(210 * 100% / 1920);
    }

    .custom-select-filter {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .hp-top-banner-text h1 > strong {
        font-size: 14px;
    }

    .hp-top-banner-text p {
        font-size: 11px;
    }

    .top-header {
        margin-bottom: 0;
    }
}

@media screen and (max-width:450px) {
    .account-header .items {
        flex-direction: column;
    }
}
