﻿body {
    font-family: 'Open Sans', sans-serif;
    color: #323944;
    overflow-x: hidden;
    max-width: 100%;
    height: 90%;
    font-size: 15px;
}
.container {
    padding: 0 20px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.full-width {
    width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
    .container {
        width: auto;
    }
}
@media screen and (min-width: 1250px) {
    .container {
        width: 1220px;
    }
}
main>.container {
    background: #fff;
    padding: 20px;
}
::selection {
    background: #ec008c;
    /* WebKit/Blink Browsers */
    color: #fff;
}
::-moz-selection {
    background: #ec008c;
    /* Gecko Browsers */
    color: #fff;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
b {
    font-weight: 700;
    font-size: 16px;
    color: #323944;
}
.red {
    color: #e72121 !important;
}
.grey {
    color: #666 !important;
}
.green {
    color: #53a100 !important;
}
.orange {
    color: #f5622c;
}
.blue {
    color: #417cb6;
}
.bold {
    font-weight: 700 !important;
}
a {
    color: #ec008c;
    font-size: 16px;
}
a:hover {
    color: #323944;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
button {
    outline: none;
    -webkit-transition: background 0.5s;
    /* Safari */
    transition: background 0.5s;
}
p {
    font-size: 16px;
    color: #323944;
    margin: 0;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px !important;
}
h3 {
    font-size: 30px !important;
}
h4 {
    font-size: 24px !important;
}
h5 {
    font-size: 22px !important;
}
h6 {
    font-size: 18px !important;
}
@media screen and (max-width: 1400px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 500px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
}
ul {
    padding-left: 22px;
}
ol {
    padding-left: 22px;
    margin: 15px 0;
}
.grey-textarea>form>input {
    margin: 10px 0 20px 0;
    border: 1px solid #d8d8d8;
    font-size: 15px;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 400;
    display: block;
    min-width: 400px;
    max-width: 100%;
}
@media screen and (max-width: 500px) {
    .grey-textarea>form>input {
        min-width: 100%;
        max-width: 100%;
    }
}
.grey-textarea>form>label {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #5e5e5e;
}
.grey-textarea h2, .grey-textarea h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #333a45;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbe7eb;
}
.grey-textarea h2 {
    color: #585f6b;
}
.grey-textarea h3 {
    font-weight: 700;
    color: #25aae1;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbe7eb;
    text-transform: none;
}
.grey-textarea h4 {
    font-weight: 700;
    color: #25aae1;
    margin: 0;
    padding-bottom: 15px;
    font-size: 18px !important;
    text-transform: uppercase;
}
.grey-textarea h5, .grey-textarea h6 {
    font-weight: 700;
    color: #25aae1;
    margin: 0;
    padding-bottom: 15px;
}
.grey-textarea p, .grey-textarea b, .grey-textarea i {
    line-height: 30px;
    display: block;
}
.grey-textarea a {
    color: #ec008c;
    font-weight: 700;
}
.grey-textarea a:hover, .grey-textarea a:active, .grey-textarea a:focus {
    color: #323944;
    text-decoration: none;
}
.grey-textarea img {
    max-width: 100%;
    padding: 0;
}

/******** BUTTONS **********/

.btn {
    -webkit-transition: background 0.2s;
    /* Safari */
    transition: background 0.2s;
    min-height: 48px;
    background: #ec008c;
    border-radius: 2px;
    color: #fff;
    padding: 13px 20px 13px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn:hover, .btn:active, .btn:focus {
    background: #d6007f;
    color: #fff;
}
.btn-small {
    min-height: 34px;
    font-weight: 700;
    padding: 6px 15px 6px 15px;
    font-size: 13px;
}
.btn-small:hover, .btn-small:active, .btn-small:focus {
    background: #d6007f;
    color: #fff;
}
.btn-yellow {
    background: #ffa81f;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    background: #f09e1d;
    color: #fff;
}
.btn-small-green {
    background: #74ba26;
    font-size: 16px;
    padding: 13px 35px;
    font-weight: 600;
    color: #fff;
}
.btn-small-green:hover, .btn-small-green:active, .btn-small-green:focus {
    background: #7fcb29;
    color: #fff;
}
.btn-dark {
    background: #505b6d;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    background: #323944;
    color: #fff !important;
}
.btn-white {
    background: #fff;
    color: #53a100;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
    background: #f5f5f5;
    color: #53a100;
}
.btn-red {
    background: #e72121;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
    background: #e73f3f;
    color: #fff;
}
.btn.full-width {
    width: 100%;
}
.btn-ghost {
    border: 2px solid #ec008c;
    background: transparent;
    color: #ec008c;
}
.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
    background: #ec008c;
    color: #fff;
}
.btn-ghost-blue {
    border: 2px solid #25aae1;
    background: transparent;
    color: #25aae1;
}
.btn-ghost-blue:hover, .btn-ghost-blue:active, .btn-ghost-blue:focus {
    background: #25aae1;
    border-color: #25aae1;
    color: #fff;
}
.btn-ghost-white {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-ghost-white:hover, .btn-ghost-white:active, .btn-ghost-white:focus {
    background: #fff;
    border-color: #fff;
    color: #ec0d0d;
}

/******** TOP **********/

@media screen and (max-width: 991px) {
    .nav-wrap {
        height: 50px;
        position: fixed;
        width: 100%;
        z-index: 9;
    }
    .no-scroll .nav-wrap {
        height: 50px;
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .nav-padding {
        height: 50px;
        width: 100%;
    }
}
.navbar-top {
    height: 40px;
    line-height: 40px;
    background: #eefaff;
    position: relative;
    border-bottom: 1px solid #dbe7eb;
}
.navbar-top a {
    color: #323944;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
}
.navbar-top a:last-child {
    margin-right: 0px;
    border: 1px solid #fff;
    padding: 2px 10px;
}
.navbar-top span {
    color: #323944;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 500;
}
.login-top {
    float: right;
}
.login-top .btn-group {
    display: block;
    width: 100%;
}
.login-top .dropdown-menu {
    right: 0;
    left: auto;
    z-index: 99999;
}
.login-top .dropdown-toggle {
    display: inline-block;
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    width: 100%;
    display: block;
    text-align: left;
}
@media screen and (max-width: 991px) {
    .login-top .dropdown-toggle {
        padding: 10px 15px;
    }
    .login-top .dropdown-menu {
        position: relative;
        width: 100%;
        border-radius: 0;
        border: 0;
        padding: 0;
    }
    .login-top .dropdown-menu a {
        padding: 10px 15px;
        border-color: #d7d7d7;
    }
}
.navbar-middle {
    background: #eefaff;
    padding: 21.5px 0;
    border-bottom: 1px solid #dbe7eb;
}
@media screen and (min-width: 992px) {
    .navbar-middle {
        background: #eefaff;
    }
}
.logo {
    display: inline-block;
    height: 50px;
    padding: 0px 0px;
}
.logo a {
    display: inline-block;
}
.logo a img {
    height: 50px;
}
@media screen and (max-width: 1200px) {
    .logo, .logo a img {
        display: inline-block;
        height: 40px;
    }
}
@media screen and (max-width: 991px) {
    .logo, .logo a img {
        display: inline-block;
        height: 36px;
    }
    .logo {
        margin: 7px 5px;
    }
}
@media screen and (max-width: 500px) {
    .logo, .logo a img {
        display: inline-block;
        height: 36px;
    }
}
@media screen and (max-width: 400px) {
    .logo, .logo a img {
        display: inline-block;
        height: 30px;
    }
    .logo {
        margin: 10px 5px;
    }
}
@media screen and (max-width: 350px) {
    .logo, .logo a img {
        display: inline-block;
        height: 27px;
    }
}
.search {
    display: inline-block;
    margin: 0px;
    text-align: center;
    font-size: 0px;
    position: relative;
}
#searchbox {
    display: inline-block;
    height: 48px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #dbe7eb;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 500;
    outline: none;
    background-position: 20px 18px;
    background-repeat: no-repeat;
    background-size: 16px;
    box-shadow: none;
}
@media screen and (min-width: 992px) {
    .search>form {
        position: relative;
        display: inline-block;
    }
    #searchbox {
        padding-left: 20px;
    }
}
.easy-autocomplete-container ul li b {
    font-weight: 400;
    color: #f5622c;
    font-size: 15px;
}
.easy-autocomplete-container ul {
    border: #dbe7eb 1px solid;
    border-top: 0;
    background: #fff;
    margin: 0;
}
.easy-autocomplete-container ul li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 0;
    border-top: 1px solid #dbe7eb;
}
.easy-autocomplete-container ul li:hover {
    background: #f5f5f5;
}
.easy-autocomplete-container ul li:last-child {
    border-radius: 0;
    border-width: 1px;
}
@media screen and (max-width: 991px) {
    #searchbox {
        height: 48px;
        line-height: 48px;
        background: #fff;
    }
}
@media screen and (max-width: 500px) {
    #searchbox {
        background-image: none;
        padding-left: 20px;
    }
}
.search-submit {
    display: inline-block;
    background: #ec008c;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 2px;
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 42px;
    min-height: 42px;
}
.search-submit img {
    height: 18px;
}
.search-submit:hover, .search-submit:focus, .search-submit:active {
    background: #d6007f;
}
#search-toggle {
    display: none;
}
#search-toggle2 {
    position: absolute;
    top: 0px;
    right: 150px;
    background: #eefaff;
    padding: 0;
    height: 50px;
    width: 50px;
    margin-top: 0px;
    margin-right: 0px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 999;
    border-bottom: 1px solid #dbe7eb;
    border-right: 1px solid #dbe7eb;
    border-left: 1px solid #dbe7eb;
}
#search-toggle2.active {
    opacity: 1;
}
#search-toggle-close {
    display: inline-block;
    margin-right: 0px;
    padding: 0px;
    height: 50px;
    width: 50px;
    background: transparent;
}
#user-toggle {
    display: none;
}
#nav-toggle {
    display: none;
}
@media screen and (max-width: 1200px) {
    .easy-autocomplete {
        width: auto !important;
    }
    .search-input {
        width: 320px;
    }
    .search-submit {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1201px) {
    .easy-autocomplete {
        width: auto !important;
    }
    .easy-autocomplete input {
        width: 440px !important;
    }
}
@media screen and (max-width: 991px) {
    .nav-cart img {
        padding: 0px;
    }
    .navbar-middle img {
        height: 40px;
    }
    .search-submit img {
        height: 18px;
    }
    #search-toggle {
        display: inline-block;
        margin-right: 0px;
        vertical-align: top;
        height: 50px;
        width: 50px;
        background: transparent;
        cursor: pointer;
        border-right: 1px solid #dbe7eb;
        border-left: 1px solid #dbe7eb;
    }
    #search-toggle span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    #search-toggle span img {
        height: 18px;
    }
    #user-toggle {
        display: inline-block;
        margin-right: 0px;
        vertical-align: top;
    }
    #nav-toggle {
        display: inline-block;
        margin-right: 0px;
        padding: 0px;
        height: 50px;
        width: 50px;
        background: transparent;
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 22px;
        vertical-align: middle;
    }
    .hamburger:hover {
        opacity: 1;
    }
    .hamburger--collapse .hamburger-inner {
        bottom: 0px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background-color: #323944;
        border-radius: 0;
        height: 2px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 26px;
    }
    .hamburger--collapse .hamburger-inner:after {
        top: -20px;
    }
    .hamburger-inner:before {
        top: -10px;
    }
    .navbar-middle {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 0px;
        height: 50px;
    }
    .nav-cart {
        float: right;
        font-size: 0;
    }
    .search {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        margin: 0px;
        text-align: center;
        float: right;
        position: absolute;
        top: 50px;
        right: 0px;
        left: 0;
        height: 100vh;
        background: rgba(255, 255, 255, 0.97);
        /* width: 100%; */
        visibility: hidden;
        padding-top: 40vh;
    }
    .search.active {
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        opacity: 1;
        visibility: visible;
        z-index: 99999999;
        border-bottom: 0px solid #dbe7eb;
    }
    .search form {
        width: 80%;
        min-width: 300px;
        display: inline-block;
        position: relative;
    }
    .easy-autocomplete {
        width: 100% !important;
        float: left;
    }
    .easy-autocomplete ul {
        top: 50px;
        border: 0;
    }
    .easy-autocomplete-container ul li {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border: 0;
        border-top: 0px solid #dbe7eb;
    }
    #searchbox {
        width: 100%;
        float: left;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background-position: 20px 20px;
        border-width: 1px;
        background: transparent;
    }
    .search-submit {
        max-width: 100px;
        width: 100%;
        float: right;
        border-radius: 2px;
        height: 42px;
        line-height: 42px;
        position: absolute;
        right: 3px;
        top: 3px;
    }
}
@media screen and (max-width: 500px) {
    .search-submit {
        font-size: 14px;
    }
}
.easy-autocomplete {
    position: relative;
    display: inline-block;
}
.nav-cart {
    display: inline-block;
    height: 56px;
    text-align: right;
}
.nav-cart a {
    display: inline-block;
    text-decoration: none;
}
.nav-cart img {
    display: inline-block;
    height: 30px;
}
@media screen and (max-width: 991px) {
    .nav-cart img {
        display: inline-block;
        height: 26px;
    }
}
.cart-wrap span {
    position: absolute;
    top: 20px;
    left: 17px;
    background: transparent;
    color: #ec008c;
    font-size: 12px;
    font-weight: 700;
    padding: 0px 4px 0px 4px;
    border-radius: 50px;
}
.cart-wrap p {
    font-size: 0px;
}
.nav-cart .cart-wrap {
    position: relative;
}
.nav-cart .user .user-text {
    display: none;
}
@media screen and (min-width: 992px) {
    .navbar-middle .container {
        display: table;
    }
    .search, .logo, .nav-cart {
        display: table-cell;
        vertical-align: middle;
    }
    .cart-outer {
        display: flex;
        justify-content: flex-end;
    }
    .cart-wrap span {
        top: 15px;
        left: 12px;
    }
    .cart-wrap p {
        font-size: 10px;
        text-align: center;
        padding: 2px;
        padding-bottom: 0;
        font-weight: 500;
    }
    .nav-cart .cart-wrap {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        min-width: 40px;
        background: transparent;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-direction: column;
        border-radius: 0;
    }
    .nav-cart .cart {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
    }
    .nav-cart .cart-text {
        vertical-align: middle;
        background: transparent;
        height: 40px;
        padding: 0 0px 0 10px;
        display: flex;
        justify-content: flex-end;
        align-items: left;
        flex-direction: column;
    }
    .nav-cart .cart-text p {
        color: #323944;
        font-weight: 400;
        text-transform: none;
        font-size: 15px;
        display: block;
    }
    .nav-cart .cart-text span {
        color: #ec008c;
        font-weight: 700;
        text-transform: none;
        font-size: 15px;
        display: block;
    }
    .nav-cart .user {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        margin-right: 50px;
    }
    .nav-cart .user .user-text {
        vertical-align: middle;
        background: transparent;
        height: 40px;
        padding: 0 0px 0 10px;
        display: flex;
        justify-content: flex-end;
        align-items: left;
        flex-direction: column;
    }
    .nav-cart .user .user-text p {
        font-size: 15px;
    }
    .nav-cart .user a {
        cursor: pointer;
        color: #25aae1;
        font-weight: 700;
        font-size: 15px;
    }
    .nav-cart .user a:hover, .nav-cart .user a:active, .nav-cart .user a:focus {
        color: #323944;
    }
    .nav-cart .user img {
        height: 30px;
    }
    .nav-cart .user .cart-wrap {
        background: transparent;
        border-radius: 9999px;
    }
    .nav-cart li {
        list-style: none;
        display: block;
    }
    .nav-cart .dropdown-menu li:hover {
        background: #fafafa;
    }
    .nav-cart .dropdown img {
        height: 6px;
        margin-top: -2px;
        padding-left: 0px;
        width: 11px;
    }
    .user-dropdown {
        background: transparent;
        height: 40px;
        padding: 0px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        margin-bottom: 0;
    }
    .user-dropdown img{
                -ms-transform: rotate(90deg);
        -webkit-transform:rotate(90deg);
        transform: rotate(90deg);
    }

    .nav-cart .user .dropdown-toggle {
        padding: 0;
    }
    .dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
        color: #fff;
    }
    .dropdown-toggle {
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        padding: 0 5px 0 10px;
        color: #323944;
        font-weight: 400;
        text-transform: none;
        font-size: 15px;
        display: block;
    }
    .dropdown-menu {
        top: 40px;
        left: -40px;
        border: 0;
        background: #fff;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
    .nav-cart .dropdown-menu>li>a {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
    }
}
.easy-autocomplete-container {
    text-align: left;
    z-index: 9999;
}
.navbar-main {
    background: #eefaff;
    position: relative;
}
.navbar-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar-main li {
    cursor: pointer;
}
.navbar-main a {
    display: block;
    color: #003569;
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .easy-autocomplete-container ul li div {
    height: 40px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .nav-cart .user {
        margin-right: 20px;
    }
}
@media screen and (max-width: 991px) {
    .nav-cart .user {
        display: inline-block;
        margin-right: 0;
    }
    .user-dropdown {
        display: none;
    }
    .nav-cart {
        display: inline-block;
        height: 50px;
        text-align: right;
    }
    .cart-outer {
        display: inline-block;
        vertical-align: top;
    }
    .nav-cart .cart-wrap {
        height: 50px;
        width: 50px;
        background: transparent;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0px;
        cursor: pointer;
        border-right: 1px solid #dbe7eb;
    }
    nav>.container {
        padding: 0;
        width: 100%;
    }
    .navbar-main {
        height: auto;
        display: block;
        position: relative;
        z-index: 9999;
        margin-top: 0 !important;
    }
    .navbar-main li {
        display: block;
    }
    .submenu {
        position: relative;
    }
    .navbar-main a {
        text-align: left;
        padding-left: 15px;
    }
}
nav {
    z-index: 999;
}
.scrolled {
    top: 0px;
}
.submenu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    padding: 0;
}
.submenu-wrap {
    background: #fff;
    display: block;
    padding: 50px 0;
}
.submenu li {
    display: block;
}
@media screen and (max-width: 991px) {
    .submenu {
        position: relative;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .navbar-main a {
        line-height: 50px;
        height: 50px;
        font-size: 14px;
    }
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.navbar-main a>img {
    margin-top: -5px;
    padding-right: 10px;
}
.navbar-main li a:hover {
    background: transparent;
}
.filter-main li a:hover {
    background: #eefaff;
}
@media screen and (max-width: 991px) {
    .navbar-main li a:hover {
        background: transparent;
    }
}
.navbar-main li {
    position: relative;
}
.navbar-main li>span {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0px;
    top: 0px;
}
.navbar-main li>span:hover {
    background: #dbe7eb;
}
.navbar-main li i {
    position: absolute;
    right: 21px;
    top: 21px;
    height: 8px;
    width: 8px;
    background: transparent;
}
.navbar-main li i>span:first-child {
    position: absolute;
    top: 5px;
    left: 1px;
    height: 2px;
    width: 10px;
    background: #323944;
}
.navbar-main li a.collapsed i span:last-child {
    position: absolute;
    top: 1px;
    left: 5px;
    height: 10px;
    width: 2px;
    background: #323944;
}
.navbar-main ul li>ul li i {
    top: 17px;
}
.navbar-main>ul>li>a {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0px;
    top: 0px;
}
.navbar-main>ul>li>ul>li a {
    position: absolute;
    height: 46px;
    width: 50px;
    right: 0px;
    top: 0px;
}
.navbar-main li>a:first-child {
    display: block;
    color: #323944;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    padding: 0 15px;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
}
.navbar-main li a.active {
    background: #417cb6;
    color: #fff;
    border: 0;
}
.navbar-main li .list-group-wrap a.active:first-child {
    color: #fff;
}
.navbar-main li .list-group-wrap a.active {
    background: #417cb6;
    color: #fff;
    border: 0;
}
.side-navigation-item-dropdown+.list-group-wrap {
    border-top: 1px solid #dbe7eb;
    margin-top: -1px;
}
.navbar-main li .list-group-wrap span {
    height: 46px;
    width: 50px;
}
.navbar-main li .list-group-wrap span i {
    top: 17px;
}
.navbar-main>ul>li:first-child>a {
    color: #f62a2a;
}
.navbar-main>ul>li:last-child>a {
    border-bottom: 1px solid #dbe7eb
}
.navbar-main>ul>li:last-child>ul>li:last-child>a {
    border-bottom: 1px solid #dbe7eb;
}
.navbar-main>ul>li:last-child>ul>li:last-child>ul>li:last-child>a {
    border-bottom: 1px solid #dbe7eb;
}
.navbar-main li>a:first-child {
    border-left: 1px solid #dbe7eb;
    border-right: 1px solid #dbe7eb;
    border-top: 1px solid #dbe7eb;
}
.navbar-main li .list-group-wrap a {
    color: #111;
    font-weight: 500;
    padding-left: 25px;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    background: #fff;
    border-top: 0;
}
.navbar-main>ul>li:last-child>ul>li:first-child>a {
    border-top: 0;
}
.navbar-main>ul>li:last-child>ul>li:last-child>ul>li:first-child>a {
    border-top: 0;
}
.navbar-main .list-group-wrap .list-group-wrap a {
    font-size: 13px;
    padding-left: 35px;
    line-height: 42px;
    height: 42px;
    background: #efefef;
}
.navbar-main>ul>li:last-child>ul>li:first-child>ul li:last-child a {
    border-bottom: 0;
}
@media screen and (max-width: 991px) {
    .navbar-main li>a:first-child {
        border-left: 0;
    }
    .nav-cart .cart-text {
        display: none;
    }
    .navbar-top {
        height: auto;
        top: 50px;
        z-index: 999;
        width: 100%;
    }
    .navbar-top a {
        color: #323944;
        margin-right: 30px;
        font-size: 12px;
        width: 100%;
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid #51b7ee;
    }
    .navbar-top a:hover {
        background: #51b7ee;
    }
    .login-top {
        float: none;
    }
    .navbar-top:after {
        background: none;
    }
    .tab-content .col-md-4 {
        padding-left: 0px;
        padding-top: 0px;
    }
}
#user-toggle {
    display: none;
}
#user-toggle:hover {
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    #user-menu {
        display: none;
    }
    #navbar-top {
        display: none;
    }
    #navbar-main {
        position: fixed;
        right: 0;
        top: 0px;
        height: 100%;
        width: 270px;
        line-height: 50px;
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        overflow-y: scroll;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    #navbar-top.active, #navbar-main.active {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    #dark-overlay {
        background: rgba(23, 30, 38, .8);
        position: fixed;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        top: 50px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
    #dark-overlay:after {
        content: "";
        background: rgba(23, 30, 38, .8);
        height: 50px;
        position: absolute;
        right: 50px;
        top: -50px;
        width: 0%;
        opacity: 0;
    }
    #dark-overlay.active {
        opacity: 1;
        height: 100%;
        width: 100%;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
    #dark-overlay.active:after {
        opacity: 1;
        width: 100%;
    }
    body {
        overflow-x: hidden;
        -webkit-transition: margin .3s ease;
        -moz-transition: margin .3s ease;
        -o-transition: margin .3s ease;
        transition: margin .3s ease;
        width: 100%;
    }
    body.active {
        overflow: hidden;
        margin-left: -270px;
        height: 100%;
        width: 100%;
    }
    .no-scroll-filter {
        overflow: hidden;
        margin-left: 270px;
        height: 100%;
        width: 100%;
    }
    #user-toggle {
        display: block;
    }
    .nav-cart a {
        display: inline-block;
        text-decoration: none;
        float: none;
        vertical-align: top;
    }
    #side-menu-toggle.show {
        display: none !important;
    }
}
@media screen and (min-width: 992px) {
    #dark-overlay-secondary {
        background: rgba(23, 30, 38, .8);
        position: fixed;
        opacity: 0;
        cursor: pointer;
        z-index: 1000;
        top: 0px;
        left: 0;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
    #dark-overlay-secondary.active {
        opacity: 1;
        height: 100%;
        width: 100%;
        top: 0px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
    #navbar-top, #navbar-main {
        display: block !important;
    }
    #user-menu {
        display: block !important;
    }
    #search-toggle2 {
        display: none;
    }
}

/*********** PRODUCT **************/

.products {
    padding: 30px 0;
}
.single-product {
    padding: 0px;
    text-decoration: none;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}
.products-wrap .row {
    padding-left: 10px;
    padding-right: 10px;
}
.products-wrap {
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}
.single-product a:hover, .single-product a:active, .single-product a:focus {
    text-decoration: none;
}
.single-product-inner {
    background: #fff;
    border: 0px;
    position: relative;
}
.single-product-inner h3 {
    text-align: center;
    padding-bottom: 10px;
    color: #333;
    font-weight: 600;
}
.single-product .add-to-cart {
    opacity: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.single-product .add-to-cart form {
    display: inline;
}
.single-product .add-to-cart input {
    background: #f87222;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    padding: 13px;
    width: 49%;
    height: 50px;
    font-weight: 600;
    text-align: center;
}
.single-product .add-to-cart a {
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    background: transparent;
    border: 2px solid #74ba26;
    color: #74ba26 !important;
    margin-top: 20px;
    font-size: 16px !important;
    line-height: 46px !important;
    padding: 0;
    width: 49%;
    height: 50px !important;
    text-align: center;
    font-weight: 600;
}
.single-product .add-to-cart button:hover {
    background: #f88038;
    border-color: #f88038;
    color: #fff;
}
.single-product .add-to-cart a:hover {
    background: #7ec135;
    border-color: #7ec135;
    color: #fff !important;
    text-decoration: none !important;
}
.product-single-main {
    padding: 10px 20px 20px 20px;
    position: relative;
    text-align: left;
}
.product-single-main span {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #53a100;
    font-weight: 600;
    padding-top: 15px;
}
.product-single-main:hover .add-to-cart {
    opacity: 1;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.single-product a:hover {
    text-decoration: none;
}
.product-single-main p {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 20px;
    color: #323944;
    height: 40px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
}
.product-single-main h6 {
    color: #5e5e5e;
    font-weight: 600;
}
.product-single-main h5 {
    color: #5e5e5e;
    font-weight: 700;
}
.product-single-main p:hover {
    text-decoration: none;
}
.product-single-main .stock {
    font-weight: 700;
    color: #74ba26;
    text-transform: uppercase;
    display: inline-block;
    width: 25%;
    margin: 0;
    font-size: 14px;
}
.product-single-main .stock:hover {
    text-decoration: none;
}
.product-single-main .size {
    font-weight: 600;
    color: #5e5e5e;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 14px;
}
.product-single-main .size:hover {
    text-decoration: none;
}
.single-product .product-single-main .price {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #ec008c;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
    height: auto;
    overflow: hidden;
    margin: 0;
}
.single-product .product-single-main .price.sale {
    color: #ec0d0d;
}
.single-product .product-single-main .price {
    overflow: hidden;
    text-align: left;
    font-weight: 700;
}
.grid-legacy .single-product .product-single-main .price {
    height: auto;
    overflow: hidden;
    text-transform: none;
    width: auto;
    margin: 0;
}
.single-product .product-single-main .price:hover {
    text-decoration: none;
}
.single-product .product-single-main .price span {
    color: #696969;
    font-size: 14px;
    margin-top: 0px;
    display: block;
    font-weight: 500;
    line-height: 14px;
    padding: 0;
    text-align: left;
    padding-bottom: 2px;
    text-decoration: line-through;
}
.product-single-main .price h5 {
    margin: 0;
}
.product-hover {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    padding: 20px;
    opacity: 0;
}
.product-hover p, .product-hover b {
    line-height: 24px;
    font-size: 14px;
}
.product-hover a.btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.product-hover img {
    height: 18px;
    margin-top: -3px;
}
.product-colors-single {
    text-align: center;
    width: 12.5%;
    min-width: 24px;
    max-width: 28px;
    float: left;
    overflow: hidden;
    height: 28px;
    padding: 6px 3px 3px 3px;
}
.product-colors-single img {
    width: 100%;
}
.single-product-inner:hover .product-hover {
    opacity: 1;
}
@media screen and (max-width: 1200px) {
    .product-hover p, .product-hover b {
        line-height: 20px;
        font-size: 12px;
    }
}
.square-box {
    position: relative;
    width: 100%;
    background: #fff;
}
.square-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
    display: table;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.square-content img {
    max-width: 100%;
    /* min-width:100%; */
    padding: 10px;
    margin: 0 auto;
    max-height: 100%;
    width: auto;
}
@media screen and (max-width: 991px) {
    .row {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .col-sm-4 {
        width: 50%;
        float: left;
    }
}
@media (max-width: 600px) {
    .col-sm-4 {
        width: 100%;
        float: left;
    }
}
@media (min-width: 500px) and (max-width: 991px) {
    .col-md-3.single-product {
        width: 50%;
        float: left;
    }
}
.product-single-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}
.product-single-wrap-inner {
    width: 100%;
    display: flex;
    min-height: 36px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product-single-wrap .product-single-wrap-inner:last-child {
    justify-content: flex-end;
}

/********** CAROUSEL ************/

.carousel-wrap {
    background: transparent;
    background-repeat: repeat-x;
    padding-top: 0px;
    padding-bottom: 0px;
}
.carousel {
    position: relative;
    margin: 0;
}
.carousel-control.right, .carousel-control.left {
    min-width: 40px;
    height: 40px;
    width: auto;
    opacity: 1;
    background: #fff;
    bottom: 10px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
}
.carousel-control.right {
    padding: 0 15px;
}
.carousel-control span {
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    padding-right: 5px;
}
.carousel-control {
    position: relative;
}
.carousel-control-wrap {
    position: absolute;
    right: 20px;
    margin-top: -60px;
}
.carousel-control.left {
    margin-right: 10px;
}
.carousel-control.right:hover, .carousel-control.left:hover {
    opacity: 1;
}
.left.carousel-control img {
    height: 12px;
    margin: 14px 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .6;
}
.right.carousel-control img {
    height: 12px;
    margin: 14px 0;
    opacity: .6;
}
.carousel-caption {
    text-align: left;
    padding: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    min-height: 100%;
    max-width: 100%;
}
@media screen and (min-width: 992px) {
    .item {
        margin: 0;
        text-align: center;
        vertical-align: middle;
        line-height: 48px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {}
    .carousel-inner>.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 991px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        margin-left: -270px;
        min-width: calc(100% + 270px);
    }
}
@media screen and (max-width: 500px) {
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        margin-left: -100px;
        min-width: calc(100% + 100px);
    }
}
.carousel-caption-wrap {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-caption-inner {
    width: 50%;
}
.carousel-caption-inner img {
    height: 18px;
    margin-left: 5px;
    margin-top: -2px;
}
.carousel-caption p {
    text-shadow: none;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0 25px 0;
}
.carousel-inner .item .carousel-caption h1 {
    text-transform: uppercase;
    font-size: 48px;
    text-shadow: none;
    color: #111;
    font-weight: 700;
    padding: 0;
    line-height: 48px;
}
.carousel-caption ul {
    display: block;
    margin: 40px 0;
    font-size: 18px;
    text-shadow: none;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.carousel-caption li {
    color: #111;
    max-width: 300px;
}
.btn-carousel {
    background: transparent;
    font-size: 18px;
    border: 2px solid #74ba26;
    padding: 15.5px 50px;
    font-weight: 600;
    color: #74ba26;
}
.btn-carousel:hover {
    background: #74ba26;
    font-size: 18px;
    border: 2px solid #74ba26;
    padding: 15.5px 50px;
    font-weight: 600;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .carousel-caption ul {
        display: block;
        margin: 20px 0;
        font-size: 18px;
        text-shadow: none;
        line-height: 30px;
        height: 90px;
        overflow: hidden;
    }
}
@media screen and (max-width: 991px) {
    .carousel-caption {
        text-align: left;
    }
    .carousel-caption ul {
        display: block;
        margin: 20px 0;
        font-size: 16px;
        text-shadow: none;
        line-height: 30px;
        height: 90px;
        overflow: hidden;
    }
    .btn-carousel {
        background: transparent;
        font-size: 16px;
        border: 2px solid #74ba26;
        padding: 10.5px 40px;
        font-weight: 600;
        color: #74ba26;
    }
}
@media screen and (max-width: 768px) {
    .carousel-caption ul {
        display: block;
        margin: 5px 0;
        font-size: 16px;
        text-shadow: none;
        line-height: 30px;
        height: 90px;
        overflow: hidden;
    }
}
@media screen and (max-width: 600px) {
    .carousel-caption ul {
        display: block;
        margin: 5px 0;
        font-size: 16px;
        text-shadow: none;
        line-height: 30px;
        height: 90px;
        overflow: hidden;
    }
    .btn-carousel {
        display: none;
        background: transparent;
        font-size: 16px;
        border: 2px solid #74ba26;
        padding: 10.5px 40px;
        font-weight: 600;
        color: #74ba26;
    }
}
.featured-wrap {
    padding: 10px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.featured {
    padding: 0px 5px;
    text-decoration: none;
}
.featured a {
    text-decoration: none;
    color: #fff;
}
.featured-inner {
    background: #fff;
    padding: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.featured-inner h4 {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
    line-height: 36px;
}
.featured-inner img {
    position: absolute;
    vertical-align: top;
    top: 0;
    left: 0;
}
.featured-text {
    max-width: 50%;
    z-index: 9;
}
.featured-inner .featured-text, img {
    display: inline-block;
}
@media screen and (max-width: 991px) {
    .featured {
        padding-bottom: 0px;
        width: 50%;
    }
    .featured:last-child {
        padding-bottom: 0px;
    }
    .carousel-wrap {
        padding: 0px;
    }
    .featured-text {
        width: 100%;
        max-width: 100%;
    }
    .featured-inner h4 {
        font-size: 18px !important;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
    .featured {
        padding-bottom: 10px;
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .featured-text {
        max-width: 100%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 500px) {
    .featured-text {
        padding-left: 10px;
    }
}

/********** SECTION HEADINGS **************/

.heading {
    margin: 0;
    margin-bottom: 5px;
    font-size: 0px;
    border: 1px solid #dbe7eb;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.heading h3 {
    font-weight: 600;
    padding-bottom: 0px;
    display: inline-block;
    line-height: 60px;
    padding: 0px 20px 0 20px;
    color: #333;
    font-size: 24px !important;
}
.heading .more a {
    color: #388e3c;
    display: inline-block;
    padding: 0 20px;
}
.heading.sale {
    border: 1px solid #dbe7eb;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.heading.sale h3 {
    color: #f62a2a
}
.heading.sale img {
    filter: contrast(0) sepia(100%) hue-rotate(310deg) brightness(1) saturate(9);
    -webkit-filter: contrast(0) sepia(100%) hue-rotate(310deg) brightness(1) saturate(9);
}
.heading.sale .more a {
    color: #f62a2a;
    display: inline-block;
    padding: 0 20px;
}
.heading img {
    height: 10px;
}
.heading.new {
    border: 1px solid #dbe7eb;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.heading.new h3 {
    color: #d7478a;
}
.heading.new img {
    filter: contrast(0) sepia(100%) hue-rotate(283deg) brightness(.6) saturate(6);
    -webkit-filter: contrast(0) sepia(100%) hue-rotate(283deg) brightness(.6) saturate(6);
}
.heading.new .more a {
    color: #d7478a;
    display: inline-block;
    padding: 0 20px;
}
.heading.bestseller {
    border: 1px solid #dbe7eb;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.heading.bestseller h3 {
    color: #ffa81f;
}
.heading.bestseller img {
    filter: contrast(0) sepia(100%) hue-rotate(12deg) brightness(1) saturate(10);
    -webkit-filter: contrast(0) sepia(100%) hue-rotate(12deg) brightness(1) saturate(10);
}
.heading.bestseller .more a {
    color: #ffa81f;
    display: inline-block;
    padding: 0 20px;
}
.heading.recommended {
    border-bottom: 2px solid #f87222;
}
.heading.recommended h3 {
    color: #f87222;
}
.heading.recommended .more a {
    color: #f87222;
}
.heading.similar h3 {
    color: #388e3c;
    ;
}
.heading.similar .more a {
    color: #388e3c;
    ;
}
.more {
    display: inline-block;
    float: right;
    text-align: right;
    line-height: 62px;
    height: 60px;
    border-left: 1px solid #dbe7eb;
}
.more a {
    font-weight: 600;
    font-size: 14px;
}
.more a:hover span {
    text-decoration: underline;
}
.more span {
    display: inline-block;
}
.more span:nth-child(2) {
    display: none;
}
@media screen and (max-width: 991px) {
    .more a {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .heading h3 {
        color: #74ba26;
        font-weight: 600;
        padding-bottom: 0px;
        display: inline-block;
        font-size: 20px !important;
    }
    .more {
        display: inline-block;
        text-align: right;
    }
    .more span:nth-child(2) {
        display: inline-block;
    }
    .more span {
        display: none;
    }
}
* {
    margin: 0;
    padding: 0;
}

/************ TABS *******************/

.tags {
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 1;
    color: #fff;
}
.tags>span:first-child {
    margin-top: 5px;
}
.tags>span {
    display: block;
    height: 16px;
    border-radius: 0px;
    margin-top: 5px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
}
.tags .sale.circle {
    border-radius: 999px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ec0d0d;
}
.tags .recommended {
    background: #53a100;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.tags .new {
    background: #25aae1;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.tags .top {
    background: #ffa943;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.hp-md-4 .col-md-4 {
    width: 100%;
}
.hp-md-4 .col-md-4:first-child {
    padding-bottom: 0px;
}
.hp-md-4 .heading h3 {
    width: 100%;
    padding-top: 20px;
}

/******** NEWS *********/

.news {
    padding: 80px 0;
    display: block;
    background: #eefaff;
}
.news h3 {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 900;
    color: #505b6d;
    text-transform: uppercase;
    border-bottom: 1px solid #dbe7eb;
}
.news-single {
    padding: 10px;
}
.news-single>a:hover {
    text-decoration: none;
}
.news-single-image {
    position: relative;
    width: 100%;
    background: #fff;
    height: 220px;
    border-radius: 2px;
    overflow: hidden;
}
.news-single-image span {
    background: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    color: #5e5e5e;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 700;
    padding: 7px 15px;
}
.news .btn {
    margin-top: 10px;
}
.news-single-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.news-single-image-inner div {
    display: table;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    flex-direction: row;
}
.news-single-image img {
    max-width: none;
    /* min-width: 100%; */
    padding: 0px;
    min-height: 100%;
    width: auto;
    transition: .4s ease all;
}
.news-single-image img:hover {
    transform: scale(1.02);
}
@media screen and (max-width: 991px) {
    .news-single {
        width: 50%;
        float: left;
    }
}
@media screen and (max-width: 500px) {
    .news-single-image {
        height: 180px;
    }
    .news-single-image img {
        height: 100%;
    }
    .news-single {
        width: 100%;
        float: left;
    }
    .news-single-image {
        width: 100%;
    }
}
.news-single-text {
    display: inline-block;
    padding: 20px 0;
    vertical-align: top;
    bottom: 0;
    z-index: 99;
    background: transparent;
    border: 0;
    border-top: 0;
    width: 100%;
}
.news-single-text h6 {
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    margin: 0;
    color: #ec008c;
    padding-bottom: 0px;
    padding-top: 0px;
}
.news-single-text h6:hover {
    text-decoration: underline;
}
.news-single-text p {
    font-size: 15px;
    color: #323944;
    line-height: 1.5em;
    height: 3em;
    font-weight: 600;
    overflow: hidden;
    margin: 10px 0;
}
.news-single-text span {
    font-size: 15px;
    color: #696969;
    overflow: hidden;
    font-weight: 600;
}
.archive-link {
    text-align: center;
}

/******** TOP products *********/

.top-products {
    padding: 35px 0;
    background: #fff;
}
.top-products h4 {
    text-transform: uppercase;
    color: #25aae1;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.top-products table {
    width: 100%;
}
.top-products tr {
    border: 1px solid #dbe7eb;
    border-bottom: 0;
    width: 100%;
}
.top-products form:last-child tr{
    border-bottom: 1px solid #dbe7eb; 
}
.top-products img {
    max-height: 90px;
}
.top-products tr>td:first-child {
    padding: 0 20px;
    position: relative;
    text-align: center;
}
.top-products tr>td:first-child span {
    background: #dc9b00;
    height: 28px;
    width: 28px;
    border-radius: 999px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 28px;
}
.top-products tr:nth-child(2)>td:first-child span {
    background: #ababab;
}
.top-products tr:nth-child(3)>td:first-child span {
    background: #bb7449;
}
.top-products tr>td:nth-child(3) p {
    color: #323944;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.top-products tr>td:nth-child(3) span {
    color: #53a100;
    font-size: 14px;
    font-weight: 500;
}
.top-products tr>td:nth-child(3) a:hover {
    text-decoration: none;
}
.top-products tr>td:nth-child(3) p:hover {
    text-decoration: underline;
}
.top-products tr>td:last-child {
    text-align: right;
    padding: 0 20px;
    white-space: nowrap;
}
.top-products tr>td:last-child b {
    font-size: 14px;
    color: #e72121;
    text-decoration: line-through;
    font-weight: 500;
}
.top-products tr>td:last-child p {
    font-size: 22px;
    color: #e72121;
    font-weight: 700;
    text-decoration: none;
    line-height: 22px;
}
.top-products tr>td:last-child span {
    font-size: 12px;
    color: #696969;
    font-weight: 500;
    text-decoration: none;
}
@media screen and (max-width: 1200px) {
    .top-products tr>td:first-child span {
        position: absolute;
        top: 10px;
        left: 10px;
    }
}
@media screen and (max-width: 600px) {
    .top-products tr>td {
        text-align: center;
    }
    .top-products tr>td:last-child {
        text-align: center;
        padding:10px 0 0 0 ;
    }
}

/******** ABOUT *********/

.about {
    background: #fff;
    padding: 50px 0;
}
.about h3 {
    font-weight: 700;
    color: #f87222;
    padding-bottom: 20px;
}
.about p {
    font-size: 18px;
    padding: 10px 0;
}
.about img {
    max-width: 100%;
    padding-right: 30px;
}
@media screen and (max-width: 991px) {
    .about img {
        padding-right: 0px;
        padding-bottom: 30px;
    }
}

/******** EMAIL *********/

.email {
    background: #388e3c;
    background-image: url(../img/nav-pattern.jpg);
    background-image: linear-gradient(to bottom, rgba(0, 140, 6, 0.6) 0%, rgba(0, 140, 6, 0.6) 100%), url(../img/nav-pattern.jpg);
}
.email-wrap {
    padding: 20px 0;
    text-align: left;
}
.email h4 {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.email-form-wrap h6 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.email-form {
    display: inline-block;
    max-width: 100%;
    border: 0;
    box-shadow: none;
    position: relative;
    width: auto;
    padding: 0;
}
.email-form .email-input {
    display: inline-block;
    width: 100%;
    border-radius: 2px;
    border: 0;
    font-size: 14px;
    padding: 15px 20px;
    height: 48px;
    background: #fff;
    font-weight: 500;
}
.email-form .email-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #5e5e5e;
    font-size: 14px;
}
.email-form .email-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #5e5e5e;
    opacity: 1;
    font-size: 14px;
}
.email-form .email-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #5e5e5e;
    opacity: 1;
    font-size: 14px;
}
.email-form .email-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5e5e5e;
    font-size: 14px;
}
.email-form .email-button {
    position: absolute;
    display: inline-block;
    top: 2px;
    right: 2px;
    margin-left: 2px;
    min-height: 44px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .email-form {
        display: inline-block;
        max-width: 100%;
        min-width: 100%;
        padding: 0;
        margin: 10px 0;
    }
}
@media screen and (max-width: 500px) {
    .email-form .email-input {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }
    .email-form .email-button {
        width: 100%;
        position: relative;
        margin-left: 0;
    }
    .email-form {
        display: inline-block;
        max-width: 100%;
        min-width: 100%;
    }
    .social-strip {
        text-align: center !important;
    }
}

/******** FAST CONTACT *********/

.fast-contact {
    background: #25aae1;
    padding: 30px 0;
}
.fast-contact .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.fast-contact .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fast-contact .col-md-3 {
    text-align: center;
    padding: 20px 10px;
    border-right: 1px solid #4788c7;
}
.fast-contact .col-md-3:first-child {
    border-left: 1px solid #4788c7;
}
.fast-contact h4 {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.fast-contact p {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.fast-contact b {
    display: block;
}
.fast-contact img {
    height: 60px;
    margin-right: 10px;
}
@media screen and (max-width: 991px) {
    .fast-contact .col-md-4 {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .fast-contact h4 {
        text-align: center;
        border-bottom: 1px solid #4fc0ef;
        padding-bottom: 15px;
        margin: 0;
        margin-bottom: -10px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .fast-contact p {
        text-align: center;
        padding-top: 10px;
    }
}
@media (min-width: 600px) and (max-width: 991px) {
    .fast-contact .col-md-3 {
        width: 50%;
        float: left;
        border-left: 1px solid #4788c7;
        border-bottom: 1px solid #4788c7;
    }
    .fast-contact .col-md-3:last-child, .fast-contact .col-md-3:nth-child(2) {
        border-left: 0;
    }
    .fast-contact .col-md-3:last-child, .fast-contact .col-md-3:nth-child(3) {
        border-bottom: 0;
    }
}
@media (max-width: 600px) {
    .fast-contact .col-md-3 {
        width: 100%;
        border-left: 1px solid #4788c7;
        border-bottom: 1px solid #4788c7;
        text-align: left;
        padding: 20px;
    }
    .fast-contact .col-md-3:last-child {
        border-bottom: 0;
    }
}

/******** FOOTER *********/

.footer {
    padding: 60px 0px;
    background: #323944;
}
.footer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.footer-single {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.footer h4 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    width: 100%;
    padding-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 5px solid #3b4350;
}
.footer h4 img {
    padding-right: 10px;
    margin-top: -5px;
}
.footer-single ul {
    padding-top: 10px;
    margin: 0;
    line-height: 36px;
    list-style: none;
    padding-left: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.footer-single li {
    padding-left: 20px;
}
.footer-single li:before {
    content: "\f22d";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 20px;
    /* same as padding-left set on li */
    margin-left: -20px;
}
.footer-single ul a, .footer-single ul p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer-single ul li a:hover {
    color: #fff;
}
.footer-single p {
    font-size: 12px;
    color: #fff;
}
@media (min-width: 400px) and (max-width: 991px) {
    .footer-single {
        width: 50%;
        float: left;
    }
}
@media (max-width: 400px) {
    .footer-single {
        width: 100%;
        text-align: center;
    }
}

/********* copyright **********/

.copyright {
    background: #323944;
    border-top: 1px solid #3b4350;
    padding: 15px 0;
}
.copyright h6 {
    font-size: 14px !important;
    color: #fff;
    font-weight: 400;
}
.copyright a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.copyright-links {
    color: #adadad;
}
.copyright-links a {
    color: #adadad;
    font-size: 11px;
    font-weight: 400;
}
@media (max-width: 600px) {
    .copyright h6 {
        text-align: center;
    }
    .copyright .pull-right {
        text-align: center;
        float: none !important;
        width: 100%;
        display: block;
        margin-top: 10px;
    }
}

/********* BREADCRUMB **********/

.breadcrumb {
    margin: 0;
    margin-bottom: 0px;
    background: #fff;
    border: 0;
    padding: 0;
    min-height: 40px;
    font-size: 0;
    border-radius: 0;
    display: block;
}
@media (min-width: 501px) {
    .breadcrumb {
        display: block !important;
    }
}
.breadcrumb a {
    font-size: 13px;
    color: #323944;
    font-weight: 500;
    position: relative;
    padding: 11px 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    display: inline-block;
    border-bottom: 0;
    margin-bottom: -1px;
    text-transform: uppercase;
}
.breadcrumb img {
    display: none;
}
.breadcrumb p {
    font-size: 12px;
    color: #333;
    display: inline;
}
.breadcrumb span {
    padding: 0 5px;
}
@media (min-width: 501px) {
    .breadcrumb a {
        padding-left: 30px;
    }
    .breadcrumb-toggle {
        display: none;
    }
    .breadcrumb a:first-child {
        padding-left: 20px;
    }
    /** The Magic **/
    .btn-breadcrumb a:not(:last-child):after {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background: #323944;
        position: absolute;
        top: 50%;
        left: 100%;
        z-index: 1;
    }
}
@media (max-width: 991px) {
    .breadcrumb a:first-child {
        padding-left: 0px;
    }
}
main {
    background: #fff;
    padding: 0px 0 20px 0;
}
@media (max-width: 768px) {
    main {
        padding: 0;
    }
}
@media (max-width: 500px) {
    .breadcrumb img {
        display: inline-block;
        height: 10px;
        margin-right: 10px;
    }
    .breadcrumb a {
        width: 100%;
    }
    .breadcrumb a:first-child {
        padding-left: 15px;
    }
    .breadcrumb-toggle {
        display: block;
        border: 1px solid #dbe7eb;
        padding: 0px 15px;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #003569;
    }
    .breadcrumb {
        display: none;
    }
}
main h1 {
    font-weight: 600;
    color: #388e3c;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.product-detail-img {
    padding: 20px;
    border: 0px solid #dbe7eb;
}
.product-detail-desc b {
    font-weight: 500;
    color: #111;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.product-detail-desc a {
    font-weight: 700;
    padding-top: 0px;
    display: block;
    padding-bottom: 20px;
}
.product-detail-desc p {
    font-size: 15px;
    padding: 5px 0 0px 0;
}
.product-detail-price {
    padding-top: 30px;
}
.product-detail-price table {
    width: 100%;
}
.product-detail-price table tr>td:last-child {
    text-align: right;
}
.product-detail-price table tr {
    border-bottom: 1px solid #dbe7eb;
}
.product-detail-price table tr:last-child {
    border-bottom: none;
    color: #696969;
}
.product-detail-price table tr:last-child td {
    padding: 5px 0;
}
.product-detail-price table .puvodni-cena td {
    color: #696969;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.product-detail-price table .puvodni-cena td:last-child {
    text-decoration: line-through;
}
.product-detail-price h4 {
    font-weight: 900;
}
.product-detail-price b {
    font-weight: 700;
    color: #53a100;
    font-size: 16px;
    padding: 20px 0;
    display: block;
}
.product-detail-cart {
    background: #eefaff;
    border: 1px solid #dbe7eb;
    padding: 20px;
    position: relative;
    border-radius: 2px;
}
.product-detail-cart form {
    display: inline-block;
    float: none;
    width: 100%;
}
.product-detail-cart form .btn {
    float: right;
}
@media screen and (min-width: 350px) {
    .product-detail-cart form>.btn:last-child {
        position: absolute;
        right: 20px;
        width: calc(100% - 130px);
    }
}
.product-detail-cart .btn img {
    height: 12px;
    margin-top: -2px;
    margin-right: 5px;
}
@media screen and (max-width: 350px) {
    .product-detail-cart {
        text-align: center;
    }
    .product-detail-cart form {
        display: block;
        float: none;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}
.product-detail-info {
    padding: 20px 0;
}
.product-detail-info p {
    font-size: 15px;
    color: #696969;
    line-height: 24px;
}
.product-detail-bosh {
    border: 1px solid #dbe7eb;
    padding: 20px 20px 25px 20px;
    margin-bottom: 20px;
    position: relative;
}
.product-detail-bosh img {
    height: 56px;
    position: absolute;
    top: 20px;
}
.product-detail-bosh p {
    padding-left: 70px;
    font-weight: 500;
    font-size: 18px;
    color: #417cb6;
}
.product-detail-bosh a {
    display: block;
    font-size: 15px;
    color: #111;
    font-weight: 500;
}
.product-detail-btns .btn:first-child {
    margin-right: 10px;
}
.product-detail-btns .btn {
    margin-bottom: 10px;
}
.product-detail-img .single-product-inner:hover {
    box-shadow: none;
}
.product-detail-inner form {
    position: relative;
}
.product-detail-text h6 {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #5e5e5e;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .product-detail-text {
        padding-top: 30px;
    }
    .product-detail {
        padding-left: 15px;
        margin-top: 15px;
    }
}
.size {
    width: 100%;
    display: inline-block;
}
.size-single {
    padding: 1px;
    float: left;
    width: 16.6666%;
}
@media screen and (max-width: 500px) {
    .size-single {
        width: 25%;
    }
}
.product-detail-text .size label {
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    overflow: auto;
    margin: 0;
    cursor: pointer;
}
.product-detail-text .size label span {
    text-align: center;
    font-size: 24px;
    padding: 13px 0px;
    display: block;
    font-weight: 600;
}
.product-detail-text .size label input {
    opacity: 0;
    position: absolute;
}
.product-detail-text .size input:hover+span:hover {
    background-color: #f87222;
    color: #fff;
}
.product-detail-text .size input:checked+span {
    background-color: #f87222;
    color: #fff;
}
.product-detail-text .price {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}
.product-detail-text .price-inner {
    width: 50%;
    float: left;
}
.product-detail-text .price-inner h2 {
    text-align: right;
    font-weight: 700;
    color: #5e5e5e;
}
.product-detail-text .price-inner:last-child {
    margin-top: 50px;
}
.number-spinner {
    width: 74px;
    display: inline-block;
    vertical-align: middle;
}
.number-spinner button, .number-spinner input {
    height: 50px;
    display: block !important;
    float: left !important;
    border: 1px solid #fff !important;
    margin: 0;
    min-width: auto;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.number-spinner button {
    position: absolute !important;
    width: 100%;
    border-radius: 0;
    border: 0;
    height: 26px;
    min-height: 26px;
    background: #fff;
    border: 1px solid #dbe7eb !important;
    color: #5e5e5e;
    width: 25px;
    -webkit-transition: background 0s;
    transition: background 0s;
    padding: 0;
    bottom: 0;
    right: 0;
}
.number-spinner .data-up:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 2px;
    background: #111;
    top: 7px;
    left: 10px;
}
.number-spinner .data-up:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: #111;
    top: 11px;
    left: 6px;
}
.number-spinner .data-dwn:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: #111;
    top: 11px;
    left: 6px;
}
.number-spinner button:last-child {
    top: 0;
}
.number-spinner button:hover {
    background-color: #fafafa !important;
    color: #fff !important;
}
.number-spinner button:active, .number-spinner button:focus {
    background-color: #fff !important;
    color: #fff !important;
}
.number-spinner input {
    font-size: 16px;
    font-weight: 500;
    border: 0;
    box-shadow: none;
    color: #333;
    background: #fff;
    width: 50px !important;
    border: 1px solid #dbe7eb !important;
}
@media screen and (max-width: 500px) {
    .product-detail-text .price-inner {
        width: 100%;
    }
    .product-detail-text .price-inner:last-child h2 {
        text-align: center;
    }
    .product-detail-text .price-inner:last-child {
        margin-top: 20px;
    }
}
@media screen and (max-width: 300px) {
    .product-detail-text .price-inner {
        width: 100%;
    }
    .number-spinner button {
        width: 100%;
    }
    .number-spinner input {
        width: 100%!important;
    }
}
.product-detail-text .add-to-cart {
    width: 100%;
    margin-top: 20px;
    background: #df2a31;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    height: 60px;
    overflow: hidden;
}
.product-detail-text .add-to-cart:hover {
    background: #ff3b44;
}
.product-detail-text .add-to-cart img {
    padding-right: 10px;
    margin-top: -4px;
}
.delivery {
    padding-top: 20px;
    display: inline-block;
}
.delivery>span {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 600;
}
.delivery .stock {
    float: left;
    display: block;
    padding-right: 20px;
    padding-bottom: 20px;
}
.delivery .stock, .delivery .stock span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #74ba26;
}
.description {
    padding: 10px;
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #dbe7eb;
}
.description p {
    line-height: 24px;
    font-size: 14px;
    margin: 15px 0 0 0;
}
.description ul {
    font-size: 16px;
    margin: 15px 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
}
.table-main {
    text-align: left;
    border: 0;
    margin: 0;
    border-spacing: 2px;
    border-collapse: collapse;
}
.content-cart .table-main {
    border-spacing: 0px;
}
.grey-textarea .table-main {
    border-spacing: 2px;
    border-collapse: collapse;
}
.grey-textarea .table-main td, .grey-textarea .table-main th {
    background: #fff;
    text-align: left;
    border: 1px solid #dbe7eb;
}
.content-cart .table-main {
    border-spacing: 0px;
    border-collapse: collapse;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.table-main td, .table-main th {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 10px 10px;
    white-space: normal;
}
.table-main th {
    border-left: 0px solid #fff;
}
@media screen and (max-width: 600px) {
    .delivery .stock, .delivery>span {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .table-main th, .table-main tbody {
        display: inline-block;
        width: 100%;
    }
    .table-main th {
        text-align: center;
        border: 1px solid #fff;
        border-bottom: 2px solid #fff;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table-main {
        width: 100%;
    }
    .table-main tr {
        width: 100%;
        float: left;
        height: 100%;
        margin-bottom: 4px;
    }
    .table-main td {
        border: 1px solid #fff;
        border-bottom: 2px solid #fff;
        float: left;
        width: 100%;
    }
}
.next-previous-btn {
    padding: 35px 15px 0 15px;
}
@media screen and (max-width: 500px) {
    .content-cart .table-main {
        text-align: center;
    }
    .next-previous-btn .btn {
        width: 100%;
    }
    .next-previous-btn .btn:last-child {
        margin-top: 20px;
    }
}
.alternative-photo {
    width: 100%;
    display: inline-block;
    padding: 20px 10px;
}
.alternative-photo-single {
    width: 12.5%;
    padding: 5px;
    float: left;
    border: 1px solid #dbe7eb;
    border-left: 0;
}
.content-cart .alternative-photo-single:first-child {
    border: 0;
}
.alternative-photo-single:first-child {
    border: 1px solid #dbe7eb;
}
.alternative-photo-single .square-content img {
    padding: 0;
}
.parameters table {
    border-collapse: collapse;
    margin: 10px 0;
}
.parameters td {
    color: #388e3c;
    text-align: right;
    font-weight: 500;
}
.parameters tr, .parameters th, .parameters td {
    background: #fff;
    font-size: 14px;
}
.parameters tr {
    border: 1px solid #dbe7eb;
}
@media screen and (max-width: 500px) {
    .alternative-photo-single {
        width: 50%;
        border-left: 1px solid #dbe7eb;
        border-top: 0;
    }
    .alternative-photo-single:nth-child(2n+2) {
        border-left: 0;
    }
    .alternative-photo-single:nth-child(1), .alternative-photo-single:nth-child(2) {
        border-top: 1px solid #dbe7eb;
    }
    .parameters td {
        color: #df2a31;
        text-align: center;
    }
}
.pagination {
    display: table;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 10px;
}
.pagination>li {
    display: inline-block;
    margin: 2px;
    text-align: center;
    width: 40px;
}
.pagination>li a:hover, .pagination>li a:active, .pagination>li a:focus {
    background: #eefaff;
    color: #323944;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #323944;
    border-color: #323944;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 0;
}
.pagination>li a {
    background: #eefaff;
    width: 100%;
    border: 0;
    border-radius: 2px;
    border: 1px solid #dbe7eb;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}
.pagination>li.previous, .pagination>li.next {
    width: 20%;
}
.pagination>li:first-child {
    border-left: 0;
}
.pagination>li:last-child {
    border-right: 0;
}
.pagination-container {
    padding: 0;
    float: none;
    display: inline-block;
    font-size: 0;
    width: 100%;
}
.pagination-container .pagination {
    padding: 0;
    text-align: right;
    margin-right: 0;
    display: inline-block;
}
.pagination-container .pagination>li:last-child {
    margin-right: 0
}
@media screen and (max-width: 991px) {
    .pagination {
        display: inline-block;
        margin: 0;
    }
    .pagination-container .pagination {
        text-align: center;
    }
    .pagination>li:first-child, .pagination>li:last-child {
        width: 100%;
        display: none;
    }
}
.grey-textarea {
    background: #fff;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
}
.news-text {
    padding: 0px;
}
.news-header {
    padding: 0;
    max-height: 400px;
    height: 70vw;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    line-height: 400px;
    background: #323944;
}
.post-thumb-wrap {
    position: absolute;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.news-header img {
    min-width: 100%;
    min-height: 100%;
    opacity: .7;
    height: auto;
    max-height: none;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.news-heading {
    color: #fff;
    position: absolute;
    margin: 0;
    z-index: 50;
    vertical-align: middle;
    line-height: 48px;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .news-heading {
        text-align: center;
        justify-content: center;
        padding-bottom: 0px;
    }
}
.news-heading h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}
.news-heading .date {
    text-transform: uppercase;
    font-weight: 700;
}
.news-header-text {
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    top: 0;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    height: 100%;
    z-index: 99;
}
.news-header-text h2 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}
.news-header-text .date {
    color: #fff;
    font-weight: 600;
}
.news-text .date {
    color: #696969;
    font-weight: 500;
    font-size: 18px;
}
.news-text p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}
.news-text p {
    padding: 10px 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}
.grey-textarea .btn {
    margin: 0px;
    color: #fff;
}
.grey-textarea .btn:hover, .grey-textarea .btn:active, .grey-textarea .btn:focus {
    margin: 0px;
    color: #fff;
}
.grey-textarea .btn-info {
    margin: 0;
}
.more.category {
    width: auto;
    margin-top: 0px;
}

.category-description p {
height:103px;
overflow: hidden;
}
.filter {
    margin-top: 30px;
    margin-bottom: -60px;
    display: table;
    width: 100%;
    position: relative;
}
.filter .show {
    display: block;
}
.filter-single {
    width: 20%;
    cursor: pointer;
    padding-right: 2px;
    display: table-cell;
}
.filter-single:last-child {
    padding-right: 0px;
}
.filter-single-inner {
    background: #df2a31;
    height: 60px;
    line-height: 60px;
}
.filter-single-inner p {
    font-weight: 600;
    color: #fff;
    padding: 0px 20px;
}
.filter-single-inner p>span {
    text-align: right;
    line-height: 60px;
}
.filter-drop {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 9;
    line-height: 50px;
    display: none;
}
.filter-drop label {
    width: 20%;
    background: #ff3b44;
    z-index: 9;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    float: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter-drop label>input, .filter-drop label>input:focus {
    margin-top: 20px;
    margin-right: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: white;
    height: 12px;
    width: 12px;
    outline: none;
}
.filter-drop button {
    display: block;
    width: 100%;
    border-radius: 0;
    background: #89634f;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 600;
}
.filter-drop button:hover {
    background: #795542;
    color: #fff;
}
.filter .filter-single:nth-child(1) .filter-single-inner {
    background: #df2a31;
}
.filter .filter-single:nth-child(1) .filter-single-inner .filter-drop label, .filter .filter-single:nth-child(1) .filter-drop {
    background: #ff3b44;
}
.filter .filter-single:nth-child(2) .filter-single-inner {
    background: #f87222;
}
.filter .filter-single:nth-child(2) .filter-single-inner .filter-drop label, .filter .filter-single:nth-child(2) .filter-drop {
    background: #f88139;
}
.filter .filter-single:nth-child(3) .filter-single-inner {
    background: #74ba26;
}
.filter .filter-single:nth-child(3) .filter-single-inner .filter-drop label, .filter .filter-single:nth-child(3) .filter-drop {
    background: #7fcb29;
}
.filter .filter-single:nth-child(4) .filter-single-inner {
    background: #0395e3;
}
.filter .filter-single:nth-child(4) .filter-single-inner .filter-drop label, .filter .filter-single:nth-child(4) .filter-drop {
    background: #39a8e3;
}
.filter .filter-single:nth-child(5) .filter-single-inner {
    background: #9c51d6;
}
.filter .filter-single:nth-child(5) .filter-single-inner .filter-drop label, .filter .filter-single:nth-child(5) .filter-drop {
    background: #a463d6;
}
.filter-single:nth-child(1) p:hover, .filter-single:nth-child(1) p.active {
    background: #ff3b44;
}
.filter-single:nth-child(2) p:hover, .filter-single:nth-child(2) p.active {
    background: #f88139;
}
.filter-single:nth-child(3) p:hover, .filter-single:nth-child(3) p.active {
    background: #7fcb29;
}
.filter-single:nth-child(4) p:hover, .filter-single:nth-child(4) p.active {
    background: #39a8e3;
}
.filter-single:nth-child(5) p:hover, .filter-single:nth-child(5) p.active {
    background: #a463d6;
}
.filter-single p.active {
    -webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.20);
    -moz-box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.20);
    box-shadow: inset 0px 4px 0px 0px rgba(255, 255, 255, 0.20);
}
.filter-single:nth-child(1) p.active {
    border-bottom: 2px solid #ff3b44;
}
.filter-single:nth-child(2) p.active {
    border-bottom: 2px solid #f88139;
}
.filter-single:nth-child(3) p.active {
    border-bottom: 2px solid #7fcb29;
}
.filter-single:nth-child(4) p.active {
    border-bottom: 2px solid #39a8e3;
}
.filter-single:nth-child(5) p.active {
    border-bottom: 2px solid #a463d6;
}
.filter-drop label:hover {
    -webkit-box-shadow: inset 0px 60px 0px 0px rgba(255, 255, 255, 0.20);
    -moz-box-shadow: inset 0px 60px 0px 0px rgba(255, 255, 255, 0.20);
    box-shadow: inset 0px 60px 0px 0px rgba(255, 255, 255, 0.20);
}
@media screen and (max-width: 991px) {
    .filter {
        margin-bottom: 0px;
    }
    .filter-single {
        padding: 0;
        float: none;
        display: inline-block;
        width: 100%;
        border-top: 2px solid #fff;
    }
    .filter-drop {
        position: relative;
        top: 0;
    }
    .filter-drop label {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .filter {
        margin-bottom: 0px;
    }
    .filter-single {
        padding: 0;
        float: none;
        display: inline-block;
        width: 100%;
    }
    .filter-drop {
        position: relative;
        top: 0;
    }
    .filter-drop label {
        width: 100%;
    }
}
.break-row {
    display: inline-block;
    height: 1px;
    width: 100%;
    background: rgba(153, 214, 84, 1);
    float: left;
}
.login-form-wrap {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.login-form-wrap h5 {
    text-align: center;
    font-weight: 600;
    color: #388e3c;
}
.login-form {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.login-form label, .login-form input {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.login-form label {
    color: #5e5e5e;
}
.login-form input {
    margin: 10px 0 20px 0;
    border: 1px solid #d8d8d8;
    line-height: 60px;
    padding: 0 20px;
    font-weight: 400;
    height: 60px;
}
.login-form .btn-login {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
    background: #df2a31;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    height: 60px;
    overflow: hidden;
}
.login-form .btn-login:hover {
    background: #ff3b44;
}
.login-btns-wrap {
    padding: 15px;
}
.login-form .btn-reset {
    width: 100%;
    margin: 0px;
    padding: 0;
    background: #74ba26;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.login-form .btn-reset:hover {
    background: #7fcb29;
}
.login-form .btn-register {
    width: 100%;
    margin: 0px;
    padding: 0;
    background: #0395e3;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.login-form .btn-register:hover {
    background: #39a8e3;
}
.register-form-wrap {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.register-form-wrap h5 {
    text-align: center;
    font-weight: 600;
    color: #388e3c;
}
.register-form-wrap p {
    text-align: left;
    font-weight: 500;
    max-width: 740px;
    font-size: 15px;
    margin-bottom: 30px;
    /* line-height: 24px; */
}
.register-form-wrap .col-md-12 {
    padding: 0;
}
.register-form {
    width: 100%;
    margin: 0 auto;
}
.register-form h3 {
    font-size: 24px !important;
    color: #388e3c !important;
    font-weight: 600 !important;
}
.register-form p {
    margin-top: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #333;
}
.register-form label, .register-form input {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}
.register-form label {
    color: #111;
}
.register-form input {
    margin: 10px 0 15px 0;
    border: 1px solid #dbe7eb;
    background: #eefaff;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    font-weight: 400;
    border-radius: 2px;
}
.register-form .btn {
    width: 100%;
}
.register-form .col-md-12 {
    padding: 20px 0px;
}
.register-form .col-md-6 {
    padding: 0 10px;
}
.dodaci-checkbox, .fakturacni-checkbox {
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.dodaci-checkbox span, .fakturacni-checkbox span {
    display: inline-block;
    min-height: 1px;
    background: #323944;
    padding: 0;
    padding-left: 5px;
    border: 0;
    border-radius: 2px;
    width: 100%;
    font-size: 14px;
    padding: 13px 40px 11px 40px;
    color: #fff;
    border: 1px solid #323944;
}
.podminky-checkbox {
    margin-top: 15px;
}
.podminky-checkbox span {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.podminky-checkbox a {
    font-weight: 600;
    font-size: 14px;
    color: #ec008c;
}
.register-form .btn-register {
    padding: 0 50px;
    margin: 0;
    background: #74ba26;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.register-form .btn-register:hover {
    background: #7fcb29;
}
@media screen and (min-width: 992px) {
    .udaje-checkbox {
        margin-top: 34px;
    }
    .full-width .udaje-checkbox {
        margin-top: 0px;
    }
}
.udaje-checkbox>span {
    background: #eefaff;
    color: #111;
    border: 1px solid #dbe7eb;
}
@media screen and (max-width: 991px) {
    .register-form .btn-register {
        width: 100%;
    }
}
.registrace-checkbox {
    padding: 0 10px;
}
.end-cart {
    padding: 60px 20px;
    text-align: center;
}
.end-cart p {
    color: #111;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
}
.end-cart span {
    color: #111;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 30px;
    display: block;
}

/*********** CART ***********/

.steps-wrap {
    display: block;
    width: 100%;
    font-size: 0;
    padding: 10px 0 20px 0;
}
.steps-single {
    display: inline-block;
    width: 25%;
    background: transparent;
    border: 10px solid transparent;
}
.steps-single:last-child {
    padding-right: 0px;
}
.steps-single-inner {
    display: inline-block;
    width: 100%;
    background: #eefaff;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: opacity 0.5s;
    /* Safari */
    transition: opacity 0.5s;
    border-radius: 2px;
    position: relative;
}
.steps-single-inner:before {
    content: " ";
    width: 10px;
    height: 6px;
    background: #eefaff;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.steps-single-inner.active:before {
    background: #25aae1;
}
.steps-single-inner.passed:before {
    background: #323944;
}
.steps-single:first-child .steps-single-inner:before {
    display: none;
}
.steps-single-inner:hover {
    opacity: 0.85;
}
.steps-single-inner.active {
    color: #fff;
    background: #25aae1;
}
.steps-single-inner.passed {
    color: #fff;
    background: #323944;
}
.steps-single a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
}
.steps-single span {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    background: transparent;
    border: 1px solid #dbe7eb;
    color: #333a45;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 999px;
}
.steps-single-inner.active span, .steps-single-inner.passed span {
    background: rgba(0, 0, 0, 0.15);
    border: 0;
}
.steps-single p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 10px;
    color: #323944;
    font-size: 15px;
    margin-top: -2px;
    font-weight: 600;
    line-height: 45px;
    overflow: hidden;
}
.steps-single-inner.active p, .steps-single-inner.active span {
    color: #fff;
}
.steps-single-inner.passed p, .steps-single-inner.passed span {
    color: #fff;
}
@media screen and (min-width: 992px) {
    .steps-single {
        border-right: 0;
    }
    .steps-single:first-child {
        border-left: 0px solid #dbe7eb;
    }
    .steps-single:last-child {
        border-right: 0px solid #dbe7eb;
    }
}
@media (min-width: 501px) and (max-width: 991px) {
    .steps-single:nth-child(1), .steps-single:nth-child(2) {
        border-bottom: 0;
    }
    .steps-single:nth-child(1), .steps-single:nth-child(3) {
        border-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .steps-single {
        width: 50%;
    }
    .steps-single:nth-child(2) {
        padding-right: 0px;
    }
}
@media screen and (max-width: 500px) {
    .steps-single-inner {
        height: 70px;
        line-height: 30px;
    }
    .steps-single p {
        display: block;
        padding: 0;
        font-size: 12px;
        white-space: normal;
        line-height: 18px;
    }
    .steps-single {
        width: 25%;
    }
    .steps-single span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .steps-single {
        border-right: 0;
    }
    .steps-single:first-child {
        border-left: 0px solid #dbe7eb;
    }
    .steps-single:last-child {
        border-right: 0px solid #dbe7eb;
    }
}
.content-cart {
    padding: 0;
}
.content-cart.margin {
    margin-top: 15px;
}
.content-cart .table-main {
    background: transparent;
    margin-bottom: 20px;
}
.content-cart .table-main tr {
    border: 1px solid #dbe7eb;
    margin: 10px;
    width: 100%;
}
.content-cart .table-main td {
    vertical-align: middle;
    background: #fff;
    text-align: left;
    border: 0;
    height: 110px;
    font-size: 0px;
}
.content-cart .table-main tr:first-child td {
    background: transparent;
    text-align: left;
    font-size: 12px;
    padding: 5px 15px !important;
    padding-left: 5px !important;
    height: auto;
    color: #5e5e5e;
}
.content-cart .alternative-photo-single, .content-cart .alternative-photo-single .square-box {
    background: transparent;
    padding: 0;
    width: 100%;
}
.content-cart .single-product-inner:hover {
    box-shadow: none;
}
.content-cart .alternative-photo {
    padding: 0;
}
.content-cart .table-main tr>td:first-child {
    width: 120px;
}
.content-cart .table-main tr>td:nth-child(2) p {
    color: #323944;
    font-size: 15px;
    white-space: normal;
    text-transform: uppercase;
    max-width: 600px;
    font-weight: 700;
}
.content-cart .table-main tr>td:nth-child(2) p:last-child {
    color: #5e5e5e;
    font-size: 14px;
}
.content-cart .table-main tr>td:nth-child(5) p {
    color: #323944;
    font-size: 16px;
}
.content-cart .table-main tr>td:nth-child(4) p {
    color: #53a100;
    font-size: 14px;
}
.content-cart .table-main tr>td:nth-child(6) p {
    color: #e72121;
    font-size: 18px;
    font-weight: 700;
}
.content-cart .table-main tr>td:nth-child(7) img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .6;
    transition: .2s ease all;
}
.content-cart .table-main tr>td:nth-child(7) img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.content-cart .number-spinner input {
    height: 50px;
}
.content-cart .number-spinner {
    height: 50px;
    width: 74px;
    position: relative;
}
.content-cart .number-spinner input {
    font-size: 16px;
}
.content-cart .number-spinner button>span {
    font-size: 12px;
}
@media screen and (max-width: 991px) {
    .content-cart .table-main tr:first-child {
        display: none;
    }
    .content-cart .table-main tr {
        width: 50%;
        float: left;
        display: block;
        margin: 0;
        text-align: center;
    }
    .content-cart .table-main td {
        width: 100%;
        float: none;
        display: block;
        border-right: 0px solid #f6f6f6;
        height: auto;
        text-align: center;
    }
    .content-cart .alternative-photo-single, .content-cart .alternative-photo-single .square-box {
        max-height: 100px;
    }
    .content-cart .square-content img {
        max-height: 100px;
    }
    .content-cart .table-main tr>td:first-child {
        height: auto;
        max-height: 100px;
        padding: 0 !important;
        display: inline-block;
    }
    .content-cart .number-spinner {
        height: auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .content-cart .table-main tr {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .content-cart .table-main td {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 0px;
    }
}
.cart-col {
    padding: 0px;
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.cart-col .col-md-6 {
    text-align: center;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 991px) {
    .cart-col .col-md-6 {
        width: 100%;
        padding: 0;
    }
}
.cart-col .col-md-6:last-child .price-check {
    background: #eefaff;
    border: 1px solid #dbe7eb;
    padding: 20px;
    width: 100%;
}
.price-check {
    width: 100%;
    height: 100%;
}
.price-check table {
    width: 100%;
    height: 100%;
}
.price-check tr td {
    padding: 2px;
}
.price-check tr:first-child td {
    padding-top: 0px;
}
.price-check tr:last-child td {
    padding-bottom: 0px;
}
.price-check tr td:first-child {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 500;
    text-align: right;
    padding-right: 20px;
}
.price-check tr td:last-child {
    font-size: 18px;
    color: #111;
    font-weight: 700;
    text-align: right;
    padding-right: 0px;
    white-space: nowrap;
}
.price-check tr:last-child td:last-child {
    font-size: 24px;
    color: #df2a31;
    font-weight: 900;
    text-align: right;
    padding-right: 0px;
    white-space: nowrap;
}
.cart-col h4 {
    color: #9c51d6;
    font-weight: 600;
    padding: 0;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    line-height: 90px;
}
.cart-col img {
    display: table-cell;
    vertical-align: middle;
}
.cart-col span {
    height: 100%;
    vertical-align: middle;
}
@media screen and (max-width: 500px) {
    .price-check tr td:first-child {
        font-size: 14px;
        text-align: left;
    }
    .cart-col:first-child h4 {
        line-height: 20px;
    }
    .cart-col img {
        display: none;
    }
}
.cart-col p {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.cart-col p span {
    color: #df2a31;
    font-size: 18px;
    vertical-align: top;
}
.doprava-overflow {
    position: relative;
}
@media screen and (max-width: 991px) {
    .cart-col {
        padding: 0 10px;
    }
}
@media screen and (max-width: 500px) {
    .cart-col p {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 1px 0;
        background: #fff;
        padding: 5px;
        font-size: 18px;
        padding: 0;
    }
    .cart-col p span {
        width: 100%;
    }
}
.content-cart.pick-delivery h3 {
    padding: 10px 0 20px 0;
    text-transform: uppercase;
    font-weight: 900;
}
.content-cart .pick-delivery-single {
    margin-top: 10px;
    background: #fff;
    display: inline-block;
    border: 1px solid #dbe7eb;
    width: 100%;
    position: relative;
}
.pick-delivery-single.active, .pick-delivery-single.active label, .pick-delivery-single.active label span {
    background: #333a45;
    color: #fff !important;
}
.content-cart .pick-delivery-single label {
    padding: 14px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin: 0;
    font-weight: 500;
    padding-left: 50px;
    color: #323944;
    border-radius: 2px;
}
.content-cart .pick-delivery-single label span {
    font-size: 16px;
    color: #df2a31;
    float: right;
}
@media screen and (max-width: 500px) {
    .content-cart .pick-delivery-single label span {
        font-size: 18px;
        color: #df2a31;
        padding-left: 0px;
        width: 100%;
    }
}
.pick-delivery, .pick-pay, .cart-note {
    margin-top: 20px;
    /*  padding:20px 30px 30px 30px;
    background:#eefaff;
    border:1px solid #dbe7eb;*/
}
.content-cart.pick-pay h3 {
    padding: 10px 0 20px 0;
    text-transform: uppercase;
    font-weight: 900;
}
.cart-note {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.cart-note .col-md-6 {
    padding: 0;
}
.content-cart.cart-note h3 {
    padding: 10px 0 20px 0;
    text-transform: uppercase;
    font-weight: 900;
}
.content-cart.cart-note p {
    padding-left: 30px;
    font-size: 14px;
}
.content-cart-btns {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.content-cart-btns form {
    float: right;
}
@media screen and (max-width: 500px) {
    .cart-btns .btn {
        width: 100%;
    }
    .modal-footer .btn+.btn {
        margin-bottom: 0;
        margin-left: 0px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 991px) {
    .content-cart.cart-note p {
        padding-left: 0px;
    }
    .content-cart-btns .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .content-cart-btns .btn:last-child {
        margin-bottom: 0px;
    }
}
.cart-form h3 {
    color: #f87222;
    font-weight: 700;
    padding: 10px 0 20px 0;
}
.col-md-12.col-padding {
    padding: 0 15px;
}
.summary-wrap {
    padding: 0 15px;
}
.summary {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 30px;
}
.summary h3 {
    color: #0395e3;
    font-weight: 700;
    padding-bottom: 20px;
}
.summary p {
    line-height: 30px;
    color: #5e5e5e;
}
.col-md-4.summary-wrap:first-child {
    padding-right: 7.5px;
}
.col-md-4.summary-wrap:nth-child(2) {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.col-md-4.summary-wrap:last-child {
    padding-left: 7.5px;
}
@media screen and (max-width: 991px) {
    .col-md-4.summary-wrap:first-child {
        padding-right: 15px;
    }
    .col-md-4.summary-wrap:nth-child(2) {
        padding: 15px;
    }
    .col-md-4.summary-wrap:last-child {
        padding-left: 15px;
    }
}
.contacts {
    display: inline-block;
    width: 100%;
}
.contacts .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.contacts-inner {
    background: #eefaff;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 50px;
}
.contacts-inner h3 {
    padding: 20px 0;
}
.contacts .col-md-6 {
    padding-bottom: 20px;
    width: 100%;
}
.contacts-important {
    font-weight: 700;
    padding-top: 10px;
}
@media screen and (max-width: 991px) {
    .contacts-inner {
        padding: 30px;
    }
    .contacts .col-md-6 {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .contacts-inner {
        padding: 10px;
    }
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}
.control-q {
    padding: 0 15px;
}
.history-wrap {
    margin-bottom: 15px;
}
.history-wrap:last-child {
    margin-bottom: 15px;
}
.history-price {
    padding: 15px;
    background: #fff;
    margin-top: 15px;
}
.history-price p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 600;
}
.history-price p:last-child {
    font-size: 24px;
    font-weight: 700;
}
.history-price p:last-child span {
    color: #df2a31;
}
@media screen and (max-width: 500px) {
    .history-price p, .history-price p span {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 1px 0;
        background: #fff;
        padding: 5px;
    }
}
.history-status {
    padding: 30px;
    margin-top: 15px;
    text-align: center;
    background: #fff;
}
.history-status h3 {
    padding: 0px;
}
.btn-big {
    padding: 0 50px;
    margin: 0;
    background: #0395e3;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.btn-big:hover, .btn-big:focus, .btn-big:active {
    color: #fff;
    background: #22abf3;
}
.btn-big.continue {
    background: #74ba26;
    color: #fff;
}
.btn-big.continue:hover, .btn-big.continue:focus, .btn-big.continue:active {
    color: #fff;
    background: #81cf29;
}
.btn-big.delete {
    background: #df2a31;
    color: #fff;
}
.btn-big.delete:hover, .btn-big.delete:focus, .btn-big.delete:active {
    color: #fff;
    background: #ff333b;
}
@media screen and (max-width: 991px) {
    .btn-big {
        width: 100%;
        margin-bottom: 15px;
    }
}
.content-cart a:hover {
    text-decoration: none;
}
.modal-dialog {
    max-width: 700px;
    width: 100%;
}
#login-modal .modal-dialog {
    max-width: 480px;
    width: 100%;
}
.modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
.modal-body {
    position: relative;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
#login-modal .modal-body {
    position: relative;
    padding: 60px;
    display: inline-block;
    width: 100%;
}
.modal-header .close {
    margin-top: 0px;
    color: #df2a31;
    opacity: 1;
    padding: 6px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 9999px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-header .close:hover, .modal-header .close:active, .modal-header .close:focus {
    background: #ec0d0d;
}
.modal-header img:nth-child(2) {
    min-width: 100%;
    max-width: 100%;
}
.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #dbe7eb;
}
.modal-body h3 {
    font-weight: 900;
    color: #ec008c;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}
.info-modal {
    padding: 15px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .modal-body h3 {
        margin-top: 0px;
    }
    .modal-dialog {
        max-width: 480px;
        width: auto;
        margin: 0 auto;
    }
    #login-modal .modal-body {
        padding: 40px;
        padding-bottom: 10px;
    }
}
.modal-content .price h2 {
    color: #df2a31;
    font-weight: 600;
    margin-top: 20px;
}
.info-modal p {
    margin-bottom: 20px;
}
#login-modal .modal-content {
    max-width: 480px;
    margin: 0 auto;
    background: transparent;
}
#login-modal .register-form label {
    color: #fff;
}
#login-modal .register-form input {
    border: 0;
    background: #fff;
}
@media screen and (min-width: 992px) {
    #login-modal .modal-body {
        padding: 40px 60px 60px 60px;
        padding-bottom: 10px;
    }
    #login-modal .modal-footer {
        padding: 50px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    #login-modal .modal-body {
        padding: 20px;
    }
}
#login-modal .modal-body a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
    display: block;
}
#login-modal .modal-body>a:last-child {
    text-align: center;
}
.modal-footer {
    border: 0;
    padding: 20px;
    padding-top: 0;
    text-align: center;
}
#login-modal .modal-footer a {
    font-size: 15px;
    color: #f5622c;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    display: block;
}
#login-modal .modal-title {
    color: #fff;
    text-align: center;
}
#login-modal .modal-header {
    border: 0;
}
#login-modal .close {
    position: absolute;
    float: right;
    top: 20px;
    right: 20px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: none;
    height: 40px;
    filter: none;
    opacity: 1;
    padding: 2px;
    border-radius: 999px;
}
#login-modal .close:hover {
    background: rgba(255, 255, 255, 0.3);
}
#login-modal .modal-content .btn {
    width: 100%;
}
#login-modal .col-md-12 {
    padding: 0;
}
@media screen and (max-width: 991px) {
    .content-cart-btns form {
        width: 100%;
    }
}
.delivery-summary {
    margin-top: 15px;
}
.delivery-summary-inner {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    padding: 15px;
}
.delivery-summary span {
    float: right;
    color: #df2a31;
}
.delivery-summary h4 {
    margin-top: 30px;
}
.delivery-summary h4:first-child {
    margin-top: 0px;
}
.description table {
    width: 100% !important;
}
.description table td {
    padding: 10px;
}
.description table {
    text-align: center;
    border: 0;
    margin: 0;
    border-spacing: 2px;
    border-collapse: separate;
}
.description table {
    border-spacing: 0px;
}
.description table {
    border-spacing: 2px;
    border-collapse: separate;
}
.description table td, .description table th {
    background: #fff;
    text-align: left;
}
.description table td, .description table th {
    border: 0;
    background: #f6f6f6;
    font-size: 16px;
    font-weight: 600;
    color: #5e5e5e;
    padding: 15px 10px !important;
    white-space: nowrap;
}
.description table th {
    border-left: 0px solid #fff;
}
@media screen and (max-width: 500px) {
    .description table th, .description tabletbody {
        display: inline-block;
        width: 100%;
    }
    .description table th {
        text-align: center;
        border: 1px solid #fff;
        border-bottom: 2px solid #fff;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .description table tr {
        width: 50%;
        float: left;
    }
    .description table td {
        border: 1px solid #fff;
        border-bottom: 2px solid #fff;
        float: left;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.cart-col>.grey-textarea {
    display: table;
    width: 100%;
    padding: 30px 20px;
}
.content-cart .pick-delivery-single label {
    padding-left: 40px;
}
@media screen and (max-width: 500px) {
    .content-cart .pick-delivery-single label span {
        padding-left: 0px;
    }
}
@media screen and (max-width: 500px) {
    .cart-col:last-child p:last-child>span {
        width: 100%;
        float: none !important;
    }
    .cart-col:last-child p:last-child>span>span {
        width: auto;
        float: none !important;
    }
}
.filter-result {
    display: inline-block;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0px;
    width: 100%;
}
.filter-result .filter-result-single>span button {
    float: right;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: 400;
    font-size: 18px;
    margin-left: 10px;
    padding-top: 1px;
}
.filter-result .filter-result-single>span button:hover {
    opacity: .5;
}
.filter-result .filter-result-single {
    color: #fff;
    padding: 5px;
    display: block;
    float: left;
}
.filter-result-1, .filter-result-2, .filter-result-3, .filter-result-4, .filter-result-5 {
    display: block;
    width: 100%;
}
.filter-result .filter-result-single>span {
    background: #df2a31;
    width: 100%;
    display: block;
    padding: 5px 10px;
}
.filter-result-2 .filter-result-single>span {
    background: #f87222;
}
.filter-result-3 .filter-result-single>span {
    background: #74ba26;
}
.filter-result-4 .filter-result-single>span {
    background: #0395e3;
}
.filter-result-5 .filter-result-single>span {
    background: #9c51d6;
}
@media screen and (max-width: 991px) {
    .filter-result .filter-result-single {
        min-width: 33.333%;
    }
}
@media screen and (max-width: 991px) {
    .products {
        padding-top: 30px;
    }
}
.hp-yarnart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.hp-yarnart>div>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hp-yarnart .col-md-5 {
    padding: 0;
}
.hp-yarnart .col-md-7 {
    padding: 0;
    padding-left: 10px;
}
@media screen and (max-width: 991px) {
    .hp-yarnart .col-md-7 {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
}
.yarnart-desc {
    background: #f62a2a;
    color: #fff;
    padding: 50px 40px;
    text-align: center;
}
.yarnart-desc h3 {
    color: #fff;
    font-weight: 600;
}
.yarnart-desc p {
    color: #fff;
    font-size: 14px;
    padding: 30px 0 40px 0;
}
.yarnart-desc .btn {
    background: #fff;
    color: #f62a2a;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    display: inline-block;
    padding: 20px 40px;
}
.yarnart-featured {
    background: #fff;
    color: #333333;
    padding: 50px 40px;
    border: 1px solid #dbe7eb;
    position: relative;
    overflow: hidden;
}
.yarnart-featured h1 {
    margin-bottom: 30px;
    color: #f13f3f;
    font-weight: 600;
}
.yarnart-featured .btn {
    background: transparent;
    color: #f62a2a;
    border: 2px solid #f62a2a;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    display: inline-block;
    margin-top: 30px;
}
.yarnart-featured .btn:hover, .yarnart-featured .btn:focus, .yarnart-featured .btn:active {
    color: #fff;
    background: #f62a2a;
}
.yarnart-featured-text {
    z-index: 9;
}
.yarnart-featured-img {
    position: absolute;
    top: -80px;
    right: -220px;
    z-index: 1;
}
.single-product-inner .tags {
    left: 5px;
}
.hp-kartopu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.hp-kartopu>div>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hp-kartopu .col-md-5 {
    padding: 0;
}
.hp-kartopu .col-md-7 {
    padding: 0;
    padding-right: 10px;
}
@media screen and (max-width: 991px) {
    .hp-kartopu .col-md-5 {
        order: 1;
    }
    .hp-kartopu .col-md-7 {
        width: 100%;
        padding: 0;
        margin-top: 10px;
        order: 2;
    }
}
.kartopu-desc {
    background: #ffa81f;
    color: #fff;
    padding: 50px 40px;
    text-align: center;
}
.kartopu-desc h3 {
    color: #fff;
    font-weight: 600;
}
.kartopu-desc p {
    color: #fff;
    font-size: 14px;
    padding: 30px 0 40px 0;
}
.kartopu-desc .btn {
    background: #fff;
    color: #ffa81f;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    display: inline-block;
    padding: 20px 40px;
}
.kartopu-featured {
    background: #fff;
    color: #333333;
    padding: 50px 40px;
    border: 1px solid #dbe7eb;
    position: relative;
    overflow: hidden;
}
.kartopu-featured h1 {
    margin-bottom: 30px;
    color: #ffa81f;
    font-weight: 600;
}
.kartopu-featured .btn {
    background: transparent;
    color: #ffa81f;
    border: 2px solid #ffa81f;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    display: inline-block;
    margin-top: 30px;
}
.kartopu-featured .btn:hover, .kartopu-featured .btn:focus, .kartopu-featured .btn:active {
    background: #ffa81f;
    color: #fff;
}
.kartopu-featured-text {
    z-index: 9;
}
.kartopu-featured-img {
    position: absolute;
    top: -80px;
    right: -220px;
    z-index: 1;
}
.go-back-link {
    font-size: 14px;
    display: block;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 20px;
}
.go-back-link img {
    padding-left: 5px;
    height: 18px;
    margin-top: -3px;
    transform: rotate(180deg);
    filter: contrast(1) sepia(100%) hue-rotate(283deg) brightness(0) saturate(1);
    -webkit-filter: contrast(1) sepia(100%) hue-rotate(283deg) brightness(0) saturate(1);
}
.form-dropdown {
    margin-top: 0px;
}
.form-dropdown .col-md-12 {
    padding: 0;
}
.content-cart .table-main .single-product-inner {
    border: 0px solid #dbe7eb;
}
.content-cart table tr:first-child {
    border: 0;
}
.btn-circle {
    font-weight: 600;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 60px;
    border: 0;
}
.btn-circle.unactive {
    background: #fff;
    color: #333;
}
.btn-circle.active {
    background: #ffa81f;
    color: #fff;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background: #ffa81f;
}
.cart-delivery {
    background: #ffa81f;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
}
.cart-delivery p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.progress-tab {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.progress-tab>div {
    padding: 30px 15px;
}
.progress-tab p {
    font-size: 14px;
}
.progress-tab h3 {
    font-size: 24px !important;
    color: #388e3c;
    font-weight: 600;
}
.progress-detail {
    background: #fcebd1;
}
.progress-detail h3 {
    color: #333;
}
.progress-detail p {
    font-weight: 600;
    font-size: 16px;
}
.progress-detail span {
    font-weight: 600;
    font-size: 16px;
    color: #388e3c;
    width: 100%;
    background: #fff;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}
.progress {
    height: 20px;
    border-radius: 0;
}
.progress-bar {
    background: #f62a2a;
}
.content-cart .summary-delivery-single {
    background: #fff;
    border: 1px solid #dbe7eb;
    padding: 15px 20px;
}
.content-cart .summary-delivery-single label {
    margin: 0;
    font-weight: 600;
    color: #003569;
    width: 100%;
}
.content-cart .summary-delivery-single label span {
    float: right;
    color: #df2a31;
}
.summary-delivery h3 {
    color: #388e3c;
    font-size: 24px !important;
    font-weight: 600;
}
.repeat-info {
    display: inline-block;
    width: 100%;
}
.repeat-info h3 {
    font-size: 24px !important;
    font-weight: 600;
    color: #388e3c;
}
.repeat-info p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.product-detail-inner .stock {
    font-size: 14px;
    text-align: center;
    color: #388e3c;
    padding-top: 5px;
}
.alt-price b {
    font-size: 14px;
}
@media screen and (max-width: 991px) {
    .repeat-info:last-child h3 {
        padding-top: 30px;
    }
    .alt-price .col-md-6 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .alt-price .col-md-6 {
        width: 100%;
        float: none;
        text-align: center;
    }
}
@media (min-width: 500px) and (max-width: 991px) {
    .product-detail-inner .col-md-4 {
        width: 50%;
        float: left;
    }
}
.filter-detail {
    display: inline-block;
    width: 100%;
    display: none;
}
.filter-detail.show {
    display: block;
}
.filter-detail .col-md-3 {
    padding: 0 7.5px;
}
.filter-detail .col-md-12 {
    padding: 0;
}
.filter-detail h6 {
    font-weight: 600;
    color: #333;
    margin-top: 20px;
}
.filter-detail-single {
    border: 1px solid #dbe7eb;
    height: 54px;
}
.filter-detail-single label {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.filter-detail-single input {
    margin-right: 10px;
}
.filter-detail .sale {
    border: 1px solid #f62a2a;
    color: #f62a2a;
}
.filter-detail .new {
    border: 1px solid #d7478a;
    color: #d7478a;
}
.filter-detail .recommended {
    border: 1px solid #388e3c;
    color: #388e3c;
}
.filter-detail .top {
    border: 1px solid #ffa81f;
    color: #ffa81f;
}
.filter-detail .btn {
    width: 100%;
    margin-top: 20px;
}
.filter-pagi {
    display: inline-block;
    width: 100%;
    float: none;
}
.filter-pagi, .filter-pagi .col-md-4, .filter-pagi .col-md-8 {
    padding: 0;
}
.filter-pagi .pagination {
    text-align: right;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#filter-toggle {
    color: #fff;
    background: #388e3c;
    margin-top: 15px;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
}
.no-padding {
    padding-top: 0;
}
.user-panel {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.user-panel h3 {
    display: inline-block;
    padding: 15px 0;
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 900;
    color: #323944;
    border: 0;
}
.user-panel p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .user-panel .btns {
        float: right;
        margin-top: 5px;
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .user-panel .btns .btn {
        width: 100%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 991px) {
    .modal-body .content-cart .table-main tr {
        width: 100%;
    }
}
.modal-dialog {
    margin-top: 80px;
}
@media screen and (max-width: 991px) {
    .modal-dialog {
        margin-top: 60px;
    }
}
.info-modal p {
    padding-bottom: 15px;
    font-weight: 500;
}
#info-modal .modal-header {
    padding: 0;
    overflow: hidden;
    max-height: 240px;
}
#info-modal .modal-header .close-modal {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px;
    cursor: pointer;
}
#info-modal .btn {
    margin-bottom: 20px;
}
.order-history {
    margin-top: 15px;
}
.order-history .content-cart .table-main tr>td:first-child {
    padding: 0 10px !important;
}
.order-history .content-cart .table-main tr>td:first-child p {
    font-size: 14px;
}
@media screen and (min-width: 500px) {
    .order-history .content-cart .table-main td {
        height: auto;
    }
}
@media screen and (max-width: 500px) {
    .order-history .content-cart .table-main td {
        padding: 5px 0 !important;
        border-bottom: 1px solid #dbe7eb;
    }
}
.order-history .content-cart .table-main tr>td:nth-child(5) p:last-child {
    color: #388e3c;
    font-size: 14px;
}
.order-history .content-cart .table-main tr>td:nth-child(3) p {
    font-size: 14px;
}
.order-history .content-cart .table-main tr>td:nth-child(4) p {
    font-size: 16px;
}
.order-history .content-cart .table-main tr>td:nth-child(4) p:last-child {
    font-size: 12px;
}
.order-history .content-cart .table-main tr>td:nth-child(6) a {
    text-align: left;
    font-size: 14px;
}
#historie-modal .content-cart .table-main tr>td:first-child {
    width: auto;
    padding-top: 10px !important;
}
.modal-title {
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}
.historie-modal .modal-body {
    padding: 20px;
}
.historie-modal .modal-body p {
    font-weight: 500;
}
.historie-modal .content-cart {
    padding: 0;
    padding-top: 20px;
}
.historie-modal .content-cart tr>td:first-child {
    padding: 0 10px !important;
    height: 100%;
}
.historie-modal .content-cart .table-main td {
    height: auto;
}
.historie-modal .content-cart .table-main tr>td:nth-child(3) p {
    font-size: 18px;
    text-align: right;
}
.historie-modal .content-cart .table-main tr>td:nth-child(3) p:first-child {
    color: #388e3c;
}
.historie-modal .content-cart .table-main tr>td:nth-child(3) p:last-child {
    font-size: 12px;
}
.historie-modal .content-cart .table-main tr:first-child td:last-child {
    text-align: right;
}
.historie-modal .content-cart .table-main tr>td:nth-child(1) p:first-child {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.historie-modal .content-cart .table-main tr>td:nth-child(1) p:last-child {
    font-size: 14px;
    color: #666;
}
.historie-modal .content-cart .table-main tr>td:nth-child(2) p:last-child {
    font-size: 18px;
    color: #323944;
    max-width: 100%;
}
.history-line {
    border: 1px solid #dbe7eb;
    margin: 10px 0;
    padding: 15px 10px;
}
.history-line span {
    float: right;
    color: #e21818;
    font-weight: 500;
}
.social-strip {
    color: #388e3c;
    line-height: 110px;
    text-align: right;
    padding: 0;
}
.social-strip i {
    background: #fff;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
}
.carousel-inner {
    background: #f5f5f5;
}
.carousel-control-container {
    position: relative;
}
.item {
    overflow: hidden;
}
.carousel-inner>.item:nth-child(4) .carousel-caption-inner h1, .carousel-inner>.item:nth-child(4) .carousel-caption-inner p {
    color: #333;
}
@media screen and (max-width: 700px) {
    .carousel-caption-inner {
        padding-right: 0px;
        width: 50%;
    }
}
.icon-detail {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 5px;
}
.icon-detail .col-md-3 {
    padding: 5px;
}
@media screen and (max-width: 991px) {
    .icon-detail .col-md-3 {
        width: 33.333%;
        float: left;
        text-align: center;
    }
    .historie-modal .content-cart .table-main tr>td:nth-child(3) p {
        font-size: 18px;
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .carousel-caption-inner {
        padding-right: 0px;
        width: 50%;
    }
    .icon-detail .col-md-3 {
        width: 50%;
        float: left;
        text-align: center;
    }
}
.order-top {
    display: inline-block;
    width: 100%;
}
.order-top h3 {
    padding: 10px 0;
    display: inline-block;
}
.order-top .col-md-3 {
    margin-top: 20px;
}
.order-top .col-md-3 {
    padding: 5px;
}
.order-top .col-md-3 select {
    margin: 0;
}
.order-top .btn {
    margin-right: 5px;
}
.subcategory {
    margin-top: 15px;
}
.subcategory a {
    background: #fff;
    border: 1px solid #dbe7eb;
    padding: 14px 20px 10px 20px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
}
.subcategory a.active {
    background: #388e3c;
    border: 1px solid #388e3c;
    color: #fff;
    text-decoration: none;
}
.subcategory .row {
    padding-left: 10px;
    padding-right: 10px;
}
.subcategory .col-md-3 {
    padding: 5px;
}
.subcategory a:hover {
    background: #388e3c;
    border: 1px solid #388e3c;
    color: #fff;
    text-decoration: none;
}
.btn.active {
    background: #ffa81f;
    box-shadow: none;
}
.hp-maincat {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.hp-maincat-single {
    padding: 15px;
    border: 1px solid #dbe7eb;
    text-align: center;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 992px) {
    .hp-maincat-single {
        border-right: 0;
    }
    .hp-maincat-single:last-child {
        border-right: 1px solid #dbe7eb;
    }
}
@media screen and (max-width: 991px) {
    .hp-maincat-single {
        width: 50%;
        display: inline-block;
        float: left;
        border-bottom: 0;
    }
    .hp-maincat-single:last-child, .hp-maincat-single:nth-child(3) {
        border-bottom: 1px solid #dbe7eb;
    }
    .hp-maincat-single:nth-child(2n+2) {
        border-left: 0;
    }
}
@media screen and (max-width: 500px) {
    .hp-maincat-single {
        width: 100%;
        display: inline-block;
        float: left;
        border-bottom: 0;
    }
    .hp-maincat-single:nth-child(3) {
        border-bottom: 0;
    }
    .hp-maincat-single:nth-child(2n+2) {
        border-left: 1px solid #dbe7eb;
    }
}
.hp-maincat-single img {
    max-width: 100%;
}
.hp-maincat-single h6 {
    color: #111;
}
.hp-maincat-single a {
    display: block;
    font-size: 14px;
    color: #003569;
}
.grid-legacy {
    display: inline-block;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.grid-legacy .single-product {
    display: inline-block;
    font-size: 0;
    width: 33.333%;
    border: 1px solid #dbe7eb;
    border-top: 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
@media (min-width: 500px) and (max-width: 991px) {
    .grid-legacy .single-product {
        border: 1px solid #dbe7eb;
        border-top: 0;
        width: 50%;
    }
    .grid-legacy .single-product:first-child, .grid-legacy .single-product:nth-child(2) {
        border-top: 1px solid #dbe7eb;
    }
    .grid-legacy .single-product:nth-child(2n+2) {
        border-left: 0;
    }
}
@media screen and (max-width: 500px) {
    .grid-legacy .single-product {
        border: 1px solid #dbe7eb;
        border-top: 0;
        width: 100%;
    }
    .grid-legacy .single-product:first-child {
        border-top: 1px solid #dbe7eb;
    }
}
@media screen and (min-width: 991px) {
    .grid-legacy .single-product:first-child, .grid-legacy .single-product:nth-child(2), .grid-legacy .single-product:nth-child(3) {
        border-top: 1px solid #dbe7eb;
    }
    .grid-legacy .single-product:nth-child(3n+1) {
        border-right: 0;
        padding-right: 1px;
    }
    .grid-legacy .single-product:nth-child(3n+2) {
        border-right: 0;
        padding-right: 1px;
    }
    .grid-legacy .single-product:last-child {
        border-right: 1px solid #dbe7eb;
    }
}
@supports (display: grid) {
    .grid {
        display: grid;
        /* display: -ms-grid; */
        background-color: transparent;
        border: 0px solid #dbe7eb;
        grid-gap: 0px;
        -ms-grid-gap: 01px;
        justify-self: center;
        -ms-grid-row-align: center;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .grid .single-product {
        display: inline-block;
        font-size: 0;
        width: 100%;
        border: 0 !important;
        padding-right: 0 !important;
    }
    @media screen and (max-width: 768px) {
        .grid {
            grid-template-columns: repeat(2, 1fr);
            -ms-grid-columns: repeat(2, 1fr);
            width: 100%;
        }
    }
    @media screen and (min-width: 769px) {
        .grid {
            grid-template-columns: repeat(3, 1fr);
            -ms-grid-columns: repeat(3, 1fr);
            width: 100%;
        }
    }
    @media screen and (max-width: 500px) {
        .grid {
            grid-template-columns: repeat(1, 1fr);
            -ms-grid-columns: repeat(1, 1fr);
            width: 100%;
        }
    }
}
.nav-tabs {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dbe7eb;
    border-left: 0;
    margin-bottom: 20px;
}
.nav>li {
    width: 25%;
    text-align: center;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 14px 15px;
}
.nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    border: 0;
    border-right: 0px solid #dbe7eb;
    font-size: 15px;
    font-weight: 500;
    color: #777;
    cursor: pointer;
}
.nav-tabs>li>a:hover {
    color: #323944;
    background: transparent;
}
.nav-tabs>li:first-child a, .nav-tabs>li:first-child a:hover {
    border-left: 0px solid #dbe7eb;
}
.nav-tabs>li:first-child.active a, .nav-tabs>li:first-child.active a:focus, .nav-tabs>li:first-child.active a:active, .nav-tabs>li:first-child.active a:hover {
    border-left: 0px solid #f5622c;
    border-top: 0px solid #f5622c;
    margin-top: 0px;
}
.tab-pane {
    margin-top: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    background: transparent;
    color: #ec008c;
    margin-top: 0px;
    border-left: 0;
    margin-bottom: -1px;
    border-right: 0px solid #f5622c;
    border-top: 0px solid #f5622c;
    border-bottom: 2px solid #ec008c;
}
.nav-tabs>li {
    margin-bottom: 0px;
}
.nav-tabs>li>a:hover {
    border: 0;
    border-right: 0px solid #dbe7eb;
}
@media screen and (max-width: 550px) {
    .nav-tabs>li {
        float: left;
        margin-bottom: 0px;
        width: 100%;
        padding-left: 0px;
        padding-bottom: 0px;
        border: 0;
        text-align: center;
    }
    .nav-tabs {
        border: 1px solid #dbe7eb;
    }
    .nav-tabs>li>a {
        border-right: 0;
    }
    .nav-tabs>li>a:hover {
        border-right: 0;
    }
    .nav-tabs>li:first-child a, .nav-tabs>li:first-child a:hover {
        border-left: 0px solid #dbe7eb;
    }
}
.tab-blue {
    background: #417cb6 !important;
    border-color: #417cb6 !important;
}
.news .nav-tabs {
    border: 0;
    background: transparent;
    border-bottom: 2px solid #417cb6;
    margin-bottom: 10px;
}
.doprava-side {
    background: #fafafa;
    border: 1px solid #dbe7eb;
    margin-top: 20px;
    padding: 14px 20px;
}
.doprava-side img {
    position: absolute;
    margin-top: -39px;
    margin-left: -40px;
}
.doprava-side-text {
    padding-left: 0px;
    font-weight: 900;
    text-align: center;
}
.doprava-side h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 36px;
    display: block;
    margin: 0;
}
@media screen and (max-width: 1400px) {
    .doprava-side h2 {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 1200px) {
    .doprava-side img {
        position: relative;
        margin-top: -20px;
        margin-right: -20px;
        margin-left: 0;
        text-align: center;
        display: none;
    }
    .doprava-side-text {
        padding-left: 0px;
        font-weight: 700;
        text-align: center;
    }
    .doprava-side span {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .doprava-side {
        display: none;
    }
}
.doprava-side p {
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.doprava-side span {
    color: #e72121;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
.cart-doprava {
    overflow: hidden;
    padding-bottom: 0;
    margin: 0;
    height: 100%;
    text-align: left;
    background: #7fa756;
}
.cart-doprava img {
    margin-top: -20px;
    margin-left: -20px;
    float: left;
    height: 150px;
}
.single-product-big {
    padding: 20px;
    border: 1px solid #dbe7eb;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.single-product-big a {
    width: 100%;
}
.single-product-big .col-md-4, .single-product-big .col-md-8 {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.single-product-big .col-md-8 {
    padding-left: 20px;
}
.product-single-big-main h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
    font-size: 40px !important;
}
.product-single-big-main b {
    color: #087206;
    display: block;
    padding: 20px 0;
}
.product-single-big-main .sale {
    color: #fff;
    background: #e72121;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
.product-single-big-main .price {
    font-size: 36px;
    font-weight: 700;
    color: #e72121;
    display: inline-block;
    line-height: 28px;
    vertical-align: bottom;
}
.product-single-big-main .price span {
    font-size: 18px;
    font-weight: 600;
    color: #696969;
    display: block;
    text-decoration: line-through;
}
.product-single-big-main .btn img {
    height: 12px;
    margin-right: 5px;
    margin-top: -2px;
}
.product-single-big-main form {
    float: right;
    margin-top: 5px;
}
#side-menu-toggle {
    display: none;
}
@media screen and (max-width: 991px) {
    .single-product-big {
        display: none;
    }
    .alternative-menu {
        display: block !important;
    }
}
@media screen and (min-width: 992px) {
    .alternative-menu {
        display: none;
        position: absolute;
        width: 100%;
        padding-right: 20px;
        z-index: 10000;
    }
    #side-menu-toggle {
        display: inline-block;
        background: #ec008c;
        color: #fff;
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding-left: 15px;
        cursor: pointer;
        position: relative;
        z-index: 1001;
        font-weight: 700;
        border-radius: 2px;
    }
    #side-menu-toggle:hover, #side-menu-toggle:active, #side-menu-toggle:focus {
        background: #d6007f;
    }
    #side-menu-toggle span {
        height: 40px;
        width: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }
    #side-menu-toggle span i {
        position: absolute;
        right: 15px;
        top: 15px;
        height: 10px;
        width: 10px;
        background: transparent;
    }
    #side-menu-toggle span i span:first-child {
        position: absolute;
        top: 4px;
        left: 0px;
        height: 2px;
        width: 10px;
        background: #fff;
    }
    #side-menu-toggle span i span:last-child {
        position: absolute;
        top: 0px;
        left: 4px;
        height: 10px;
        width: 2px;
        background: #fff;
    }
    #side-menu-toggle.show span i span:last-child {
        display: none;
    }
}
.page-heading {
    display: inline-block;
    width: 100%;
    padding: 50px 10px 20px 10px;
}
.page-heading h1 {
    color: #333a45;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0;
}
.page-heading p {
    font-size: 15px;
    font-weight: 600;
    padding: 30px 0 10px 0;
}
.modal-open .modal {
    background: rgba(20, 40, 70, 0.9);
}
.cart-center-text {
    text-align: center;
    padding: 60px 0;
    background: #eefaff;
}
.cart-center-text h2 {
    border: 0;
}
.cart-center-text b {
    padding-top: 20px;
}
.cart-center-text p {
    font-size: 14px;
    padding: 5px 0 30px 0;
}
.cart-summary {
    padding-top: 20px;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .cart-summary .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .cart-summary .col-md-4 {
        display: flex;
        flex-direction: column;
    }
}
.cart-summary-single {
    border: 1px solid #dbe7eb;
    padding: 20px;
    height: 100%;
    margin: 20px 0 0 0;
}
.cart-summary-single h4 {
    text-transform: uppercase;
    font-weight: 900;
    color: #ec008c;
}
.cart-summary-single p {
    font-size: 15px;
    line-height: 30px;
}
.filter-main {
    margin-top: 40px;
    z-index: 1;
    background: #fff;
}
.filter-main label {
    width: 100%;
    cursor: pointer;
    margin: 0;
}
.filter-main li>a:first-child {
    height: 40px;
    line-height: 40px;
}
.filter-main label p {
    padding: 12px 0;
    padding-left: 35px;
    display: inline-block;
    width: 100%;
    height: 46px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}
.filter-main p {
    border-right: 1px solid #dbe7eb;
    border-left: 1px solid #dbe7eb;
    border-top: 1px solid #dbe7eb;
}
.filter-main li ul li:last-child p {
    border-bottom: 1px solid #dbe7eb;
}
.filter-main>ul>li:first-child>a {
    color: #003569;
}
.filter-main ul>li>a {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0px;
    top: 0px;
}
.filter-main ul>li:last-child a:last-child, .filter-main ul>li:last-child p:last-child {
    border-bottom: 0px solid #dbe7eb;
}
.filter-main li>a {
    border-top: 0px solid #dbe7eb;
}
.filter-main li:first-child>a {
    border-top: 1px solid #dbe7eb;
}
.filter-main ul>li>a {
    background: #eefaff;
}
.filter-main ul>li>a.side-navigation-item-dropdown {
    background: transparent;
    height: 40px;
    width: 40px;
    padding: 0;
}
.filter-main li i {
    right: 14px;
    top: 14px;
}
.filter-main ul li ul {
    max-height: 270px;
    overflow: hidden;
}
.filter-main form>ul>li:last-child {
    border-bottom: 1px solid #dbe7eb;
}
.filter-main ul li ul.filter-full-height {
    max-height: none;
    overflow: hidden;
}
.filter-main .list-group-wrap .filter-full-height-toggle, .filter-main .list-group-wrap .filter-full-height-toggle-off {
    font-size: 14px;
    text-align: center;
    color: #417cb6;
    font-weight: 500;
    padding: 0 15px;
    border-top: 1px solid #dbe7eb;
    border-left: 1px solid #dbe7eb;
    border-right: 1px solid #dbe7eb;
}
.filter-main .list-group-wrap .filter-full-height-toggle:hover, .filter-main .list-group-wrap .filter-full-height-toggle-off:hover {
    background: #fafafa;
}
.priceslider {
    padding: 30px 25px 10px 25px;
}
#filtr-cena {
    border-left: 1px solid #dbe7eb;
    border-right: 1px solid #dbe7eb;
    border-top: 1px solid #dbe7eb;
}
#filtr-cena .priceslider span {
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 15px;
}
#filtr-cena .priceslider span:first-child {
    margin-left: -10px;
    display: none;
}
#filtr-cena .priceslider span:nth-child(2) {
    margin-right: -10px;
    display: none;
}
.filter-input-wrap {
    padding: 20px;
    padding-top: 0;
    font-size: 0;
    position: relative;
}
.filter-input-wrap:after {
    content: "až";
    display: block;
    position: absolute;
    height: 10px;
    font-size: 14px;
    left: 48%;
    top: 10%;
    width: 10px;
}
.filter-input-wrap input {
    width: 35%;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin: 0 15%;
    font-weight: 600;
}
.filter-input-wrap input:first-child {
    margin-left: 0;
}
.filter-input-wrap input:last-child {
    margin-right: 0;
}
.slider-handle.round {
    opacity: 1;
    background: #323944;
    border-radius: 2px;
    width: 14px;
}
.slider-handle.round:nth-child(2) {
    margin-left: -4px;
}
.slider-horizontal {
    width: 100% !important;
}
.slider-track {
    background-color: #dbe7eb;
    box-shadow: none;
    background-image: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}
.slider-selection {
    background-color: #c2defa;
    box-shadow: none;
    background-image: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}
.slider input {
    height: 20px;
    border: 0;
}
.col-md-9 .page-heading {
    padding: 30px 0;
}
.subcategories-grid {
    margin-right: -5px;
    margin-left: -5px;
    display: block;
}
.subcategories-grid-bottom {
    padding-top: 30px;
}
.subcategories-grid .col-md-4, .subcategories-grid .col-md-3 {
    padding: 5px;
}
@media (min-width:600px) and (max-width: 991px) {
    .subcategories-grid .col-md-4, .subcategories-grid .col-md-3 {
        padding: 5px;
        width: 50%;
        float: left;
    }
}
.subcategories-grid-single:hover, .subcategories-grid-single:focus, .subcategories-grid-single:active {
    text-decoration: none;
}
.subcategories-grid-single .square-box {
    width: 56px;
    display: inline-block;
}
.subcategories-grid-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-top: 0px;
}
.subcategories-grid-wrap-inner {
    display: flex;
}
.subcategories-grid-single {
    background: transparent;
    border: 1px solid #dbe7eb;
    padding: 5px;
    display: block;
    position: relative;
    min-height: 66px;
    overflow: hidden;
}
.subcategories-grid-single img {
    display: inline-block;
    padding: 0;
}
.subcategories-grid-single p {
    display: inline-block;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 0px;
    color: #323944;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
        max-height: 40px;
    overflow: hidden;
}
.filter-stock-only {
    margin-top: 2px;
}
.filter-stock-only span {
    padding: 9px 40px 9px 40px;
    font-weight: 600;
    background: #eefaff;
    border: 1px solid #dbe7eb;
    color: #323944;
}
.product-full {
    text-align: left;
}
.product-full p {
    text-align: left;
    height: 40px;
    overflow: hidden;
}
.single-product .product-full .price {
    text-align: left;
    width: 55%;
    white-space: nowrap;
    height: auto;
}
.single-product .product-full .price b {
    display: block;
    margin: 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-align: inherit;
    color: #696969;
}
.single-product .product-full .price span {
    color: #e72121;
    margin: 0;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
    text-align: inherit;
    white-space: normal;
    display: block;
}
.single-product .product-full form {
    display: flex;
    text-align: right;
    width: 45%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.single-product .product-full .btn-small {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    max-width: 100%;
}
.single-product .product-full .btn img {
    height: 12px;
    margin-right: 5px;
    margin-top: -2px;
}
.price-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width:768px) and (max-width: 1200px) {
    .single-product .product-full form .btn {
        font-size: 0;
    }
    .single-product .product-full form .btn img {
        margin-right: 0;
    }
    .single-product .product-full .price span {
        display: block;
    }
}
@media (min-width:500px) and (max-width: 600px) {
    .single-product .product-full form .btn {
        font-size: 0;
    }
    .single-product .product-full form .btn img {
        margin-right: 0;
    }
    .single-product .product-full .price span {
        display: block;
    }
}
@media screen and (max-width:360px) {
    .single-product .product-full form .btn {
        font-size: 0;
    }
    .single-product .product-full form .btn img {
        margin-right: 0;
    }
    .single-product .product-full .price span {
        display: block;
    }
}
.stock-date {
    color: #087206;
    font-weight: 500;
    border-top: 1px solid #dbe7eb;
    border-bottom: 1px solid #dbe7eb;
    margin: 15px 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}
.product-full-parameters table {
    width: 100%;
}
.product-full-parameters td {
    font-size: 12px;
    padding: 2px 0;
}
.product-full-parameters tr>td:first-child {
    color: #696969;
}
.product-full-parameters tr>td:last-child {
    text-align: right;
    font-weight: 500;
    color: #111;
    white-space: normal;
}
#side-filter-toggle {
    background: #ec008c;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
}
@media screen and (min-width:992px) {
    #side-filter-toggle {
        display: none;
    }
}
@media screen and (max-width:991px) {
    .filter-main {
        position: fixed;
        left: 0;
        top: 0px;
        height: 100%;
        width: 270px;
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform .3s ease;
        -moz-transition: transform.3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        overflow-y: scroll;
        margin: 0;
        z-index: 999;
    }
    .filter-main.active {
        opacity: 1;
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    #dark-overlay-filter {
        background: rgba(23, 30, 38, .8);
        position: fixed;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        top: 50px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        left: 0;
    }
    #dark-overlay-filter.active:after {
        content: url("../img/delete-icon.svg");
        color: #fff;
        padding: 8px 10px;
        line-height: 20px;
        height: 40px;
        position: fixed;
        left: 0px;
        top: 0;
        width: 45px;
        z-index: 99;
    }
    #dark-overlay-filter.active:before {
        content: "Zavřít";
        color: #fff;
        padding: 25px 5px;
        line-height: 50px;
        height: 50px;
        position: fixed;
        right: 0px;
        top: 0;
        z-index: 9;
        width: 100%;
        background: rgba(23, 30, 38, .8);
    }
    #dark-overlay-filter.active {
        opacity: 1;
        height: 100%;
        width: 100%;
        top: 50px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
}
.filter-link label p {
    border: 0;
    padding: 0;
    padding-left: 10px;
}
.product-detail-description-heading {
    background: #323944;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    font-weight: 500;
}
.col-md-6.product-detail-description-wrap .product-detail-description-heading {
    background: #dbe7eb;
    color: #003569;
}
.product-detail-description {
    padding: 20px;
    border: 1px solid #dbe7eb;
}
.product-detail-description p {
    line-height: 1.7;
    font-size: 16px;
}
.product-detail-description ul {
    margin: 0;
}
.product-detail-description li {
    line-height: 30px;
    font-size: 15px;
}
.product-detail-description a {
    color: #417cb6;
    font-size: 15px;
    display: block;
    font-weight: 500;
    line-height: 30px;
}
.product-detail-description .table-main {
    width: 100%;
}
.product-detail-description .table-main tr>td {
    font-weight: 400;
    font-size: 15px;
    background: transparent;
}
.product-detail-description .table-main tr>td:last-child {
    font-weight: 600;
}
.product-detail-description .table-main tr:nth-child(odd) {
    background: #fafafa;
}
.alternativy {
    padding: 40px 10px 0px 10px;
    display: inline-block;
    width: 100%;
}
.alternativy .nav-tabs {
    background: transparent;
    border: 0;
    border-bottom: 0px solid #f5622c;
    margin-bottom: 10px;
}
.alternativy .single-product {
    width: 25%;
    padding: 10px 0;
}
.alternativy .nav-tabs li {
    width: 100%;
}
.alternativy tr td:first-child {
    text-align: center;
}
.alternativy tr td:nth-child(3) p:hover {
    text-decoration: none;
}
.alternativy tr td:nth-child(2) p {
    color: #323944;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.alternativy tr td:nth-child(2) span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.alternativy tr td:nth-child(3) p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.alternativy tr td:nth-child(4) p {
    font-size: 22px;
    color: #e72121;
    font-weight: 700;
    text-decoration: none;
    line-height: 22px;
    white-space: nowrap;
}
.alternativy tr td:nth-child(4) span {
    font-size: 12px;
    color: #696969;
    font-weight: 500;
    text-decoration: line-through;
}
.alternativy tr td:last-child {
    padding-left: 0;
}
.alternativy h3 {
    font-weight: 900;
    color: #ec008c;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #ec008c;
}
@media screen and (max-width:991px) {
    .alternativy .single-product {
        width: 50%;
    }
    .alternativy tr td:nth-child(2), .alternativy tr td:nth-child(3)   {
    width:100%;
    display: block;
}
.alternativy tr td:nth-child(2) p{
font-size: 14px;
}
.alternativy tr td:nth-child(3) p{
    font-size: 12px;
}
}
@media (min-width:600px) and (max-width:991px) {
   .alternativy tr td:nth-child(5) {
   display: none;
} 
}
@media screen and (max-width:500px) {
    .alternativy .single-product {
        width: 100%;
        border: 1px solid #dbe7eb;
    margin-bottom: 10px;
    }
}
#dotaz-modal .col-md-12 {
    padding: 0;
}
#dotaz-modal .register-form .col-md-12 {
    padding: 0 10px;
}
#dotaz-modal .btn {
    width: 100%;
}
#dotaz-modal textarea {
    background: #fafafa !important;
    min-height: 160px;
}
.modal-dotaz-echo {
    display: none;
    text-align: center;
    padding: 20px 0;
    color: #417cb6;
}
#kosik-modal .alternative-photo-single {
    border: 0;
}
#kosik-modal tr>td:last-child p {
    color: #696969;
    font-size: 12px;
}
#kosik-modal tr>td:last-child p:first-child {
    color: #e72121;
    font-size: 18px;
}
#kosik-modal .content-cart .table-main tr>td:nth-child(2) p {
    max-width: none;
}
.order-history-wrap {
    border: 1px solid #dbe7eb;
    padding: 20px;
}
.contact-col {
    padding: 20px;
    border: 1px solid #dbe7eb;
    margin-bottom: 20px;
}
.contact-col b {
    display: block;
    font-size: 15px;
}
.contact-col table {
    width: 100%;
}
.contact-col table td {
    font-weight: 400;
    font-size: 15px;
}
.contact-col table tr>td:last-child {
    text-align: right;
    font-weight: 500;
}
@media screen and (max-width:500px) {
    .contact-col .table-main tr>td {
        text-align: center;
    }
    .contact-col table tr>td:last-child {
        text-align: center;
        font-weight: 500;
    }
}
.maps {
    margin-bottom: 20px;
}
.contact-col .table-main td {
    border: 0;
    background: transparent;
}
.contact-col .table-main tr:nth-child(odd) {
    background: #fafafa;
}
.contact-col .blue {
    font-weight: 500;
    padding: 20px 0 10px 0;
}
@media (max-width: 1200px) {
    .carousel-inner .item .carousel-caption h1 {
        font-size: 38px;
        line-height: 40px
    }
    .carousel-caption p {
        font-size: 14px;
    }
}
@media (max-width: 700px) {
    .carousel-inner .item .carousel-caption h1 {
        font-size: 28px;
        line-height: 30px
    }
    .carousel-caption p {
        font-size: 14px;
        padding: 5px 0 10px 0;
    }
}
@media (max-width: 600px) {
    .carousel-inner .item .carousel-caption h1 {
        padding-bottom: 20px;
        font-size: 24px;
    }
    .carousel-caption p {
        display: none;
    }
    .carousel-caption .btn {
        padding: 10px 20px;
        height: auto;
        min-height: 10px;
    }
}
@media (max-width: 400px) {
    .carousel-inner .item .carousel-caption h1 {
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 20px;
    }
    .carousel-caption p {
        display: none;
    }
    .carousel-caption .btn {
        padding: 5px 10px;
        height: auto;
        min-height: 10px;
        font-size: 13px;
    }
    .carousel-caption-wrap .container {
        padding: 0 10px;
    }
}
.login-modal-echo {
    display: none;
    font-size: 24px;
    text-align: center;
    /*display: block;*/
    font-weight: 700;
    color: #f5622c;
}
.recover-password {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px;
}
.product-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.product-detail-description-wrap h1, .product-detail-description-wrap h2, .product-detail-description-wrap h3, .product-detail-description-wrap h4, .product-detail-description-wrap h5, .product-detail-description-wrap h6 {
    color: #25aae1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 0;
}
.product-name {
    padding-bottom: 30px;
}
.product-name h2 {
    text-align: left;
    color: #333a45;
}
.hp-products {
    padding: 40px 0;
}
.hp-products.sale {
    padding: 40px 0 20px 0;
}
.hp-products h3 {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 900;
    color: #ec008c;
    text-transform: uppercase;
    border-bottom: 1px solid #dbe7eb;
}
.hp-products.sale h3 {
    color: #ec0d0d;
}
.hp-products.new h3 {
    color: #25aae1;
}
.hp-products.top h3 {
    color: #ffa943;
}
.hp-products.recommended h3 {
    color: #53a100;
}
.doprava-zdarma {
    background: #53a100;
    background-image: url(../img/doprava-bg.png);
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 40px 20px;
    border-radius: 2px;
    margin: 20px 0;
}
.doprava-zdarma h3 {
    padding-bottom: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
}
.hp-sale-products {
    width: 100%;
    display: inline-block;
}
.hp-sale-products .single-product {
    padding: 0;
    border: 1px solid #dbe7eb;
}
.hp-sale-products .single-product-inner {
    margin-bottom: 4px;
}
.hp-sale-products .product-single-main {
    padding: 20px;
    padding-top: 0;
}
.hp-sale-products .product-single-main p {
    font-size: 16px;
    text-align: center;
}
.hp-sale-products .single-product .product-single-main .price {
    text-align: center;
    margin: 0;
}
.hp-sale-products .single-product .product-single-main .price span {
    display: inline-block;
    width: auto;
}
.hp-sale-products .col-md-6 .square-content img {
    max-width: 100%;
    /* min-width: 100%; */
    padding: 20px;
    margin: 0 auto;
    max-height: 100%;
    width: auto;
}
.hp-sale-products .subcategories-grid-single {
    border: 0;
    padding: 10px;
}
.hp-sale-products .subcategories-grid-single .square-box {
    width: 138px;
    display: inline-block;
}
.hp-sale-products .col-md-6 .subcategories-grid-single .square-content img {
    padding: 0;
}
.hp-sale-products .subcategories-grid-single .product-single-main {
    padding: 0;
}
.hp-sale-products .single-product .subcategories-grid-single .product-single-main .price span {
    display: block;
}
.hp-sale-products .subcategories-grid-single .product-single-main>p {
    text-align: left;
    font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .single-product .product-single-main .price {
        font-size: 16px;
    }
}
@media (min-width: 501px) and (max-width: 600px) {
    .single-product .product-single-main .price {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .hp-sale-products .single-product .subcategories-grid-single .product-single-main p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hp-sale-products .single-product .subcategories-grid-single .product-single-main p.price {
        font-size: 18px;
    }
    .hp-sale-products .col-md-6 .subcategories-grid-single .subcategories-grid-wrap-inner .square-box {
        max-width: 120px;
    }
}
@media screen and (max-width: 991px) {
    .hp-sale-products .single-product {
        padding: 0;
        border: 1px solid #dbe7eb;
        margin-bottom: 20px;
    }
}
.hp-sale-products .single-product .subcategories-grid-single .product-single-main p {
    text-align: left;
}
.hp-sale-products .col-md-6:last-child .single-product {
    margin-bottom: 20px;
}
.form-dropdown .list-group-wrap.collapse {
    border: 0;
}
.register-form .list-group-wrap.collapse {
    border: 0;
}
.nav-arrow {
    border: solid #333a45;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transition: .3s ease transform;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.collapsed>.nav-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


@media (max-width:991px) {
.filter-category {
    display: none;
}
} 



.filter-category h4 {
    text-transform: uppercase;
    color: #ec008c;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.filter-category-inner {
    display: inline-block;
    width: 100%;
    background: #eefaff;
    border: 1px solid #dbe7eb;
    margin-bottom: 40px;
    padding: 20px;
}
.filter-category-single label {
    position: relative;
    padding: 12px 40px 12px 40px;
    border: 1px solid #dbe7eb;
    display: block;
    background: #fff;
    cursor: pointer;
}
.filter-category-inner .filter-input-wrap {
    padding: 0;
}
.filter-category-inner .priceslider {
    padding: 20px 5px 10px 5px;
}
.filter-category-single span {
    font-weight: 600;
    color: #323944;
}
.filter-category select {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.hp-featured-inner-big {
    padding-left: 40px;
    position: relative;
    display: block;
}
.hp-featured-inner-big:hover, .hp-featured-inner-big:active, .hp-featured-inner-big:focus {
    text-decoration: none;
}
.hp-featured-inner-big-inner {
    background: #ec0d0d;
    margin-bottom: 20px;
    padding: 0px 20px 0 40px;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
    overflow: hidden;
}
.hp-featured-inner-big-arrow {
    position: absolute;
    left: 0;
}
.hp-featured-inner-big-arrow img {
    height: 100px;
}
.hp-featured-inner-big h5, .hp-featured-inner-big h6 {
    color: #fff;
}
.hp-featured-inner-big h6 {
    color: #fff;
}
.hp-featured-inner-big h5 {
    text-transform: uppercase;
    font-weight: 900;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hp-featured-inner-big h5 {
        font-size: 18px !important;
    }
    .hp-featured-inner h6 {
        font-size: 16px !important;
    }
    .hp-sale-products .col-md-6 .subcategories-grid-single .subcategories-grid-wrap-inner .square-box {
        max-width: 90px;
    }
}
@media screen and (max-width: 500px) {
    .hp-sale-products .col-md-6 .subcategories-grid-single .subcategories-grid-wrap-inner .square-box {
        max-width: 90px;
    }
}
.hp-featured-inner-big-img {
    height: 100px;
}
.hp-featured-inner-big-img, .hp-featured-inner-big-text, .hp-featured-inner-big-btn {
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
    .hp-featured-inner-big {
        padding-left: 0px;
    }
    .hp-featured-inner-big-inner {
        height: auto;
        padding: 0px;
    }
    .hp-featured-inner-big-arrow {
        display: none;
    }
    .hp-featured-inner-big-btn {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .hp-featured-inner-big h6 {
        font-size: 15px !important;
    }
    .hp-featured-inner-big h5 {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 18px !important;
    }
}
.hp-featured-inner {
    text-align: center;
    padding: 9px 20px;
    border-radius: 2px;
    display: block;
    position: relative;
    overflow: hidden;
}
.hp-featured .col-md-4 {
    padding-bottom: 20px;
}
.hp-featured-inner:hover, .hp-featured-inner:active, .hp-featured-inner:focus {
    text-decoration: none;
}
.hp-featured-inner h6 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.hp-featured-inner img {
    position: absolute;
    left: 0;
    height: 70px;
    bottom: -20%;
    transform: translateX(-20%);
    opacity: 0.6;
}
.hp-featured-inner.blue {
    background: #25aae1;
}
.hp-featured-inner.yellow {
    background: #ffa943;
}
.hp-featured-inner.yellow img {
    transform: translateX(-35%);
}
.hp-featured-inner.green {
    background: #53a100;
}
.hp-featured-inner.green img {
    transform: translateX(-5%);
    height: 62px;
}


.category-description{
    display: none;

}
.category-description-toggle{
   cursor: pointer;
   color: #25aae1;
}

#reklamace-priloha{
    padding-top: 12px;
        line-height: 20px;
}

/*------------------------------------*\
    FORM CONTROL
\*------------------------------------*/


/*  CHECKBOX  */

input[type=checkbox] {
    position: absolute;
    height: 12px;
    width: 12px;
    left: 15px;
    top: 17px;
    background: transparent;
    line-height: 60px;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: white;
    outline: none;
    border: 1px solid #111;
    padding: 0;
    border-radius: 2px;
}
.form-dropdown input[type=checkbox], .registrace-checkbox input[type=checkbox], .udaje-checkbox input[type=checkbox] {
    left: 15px;
    top: 19px;
}
.filter-stock-only input[type=checkbox] {
    left: 15px;
    top: 14px;
}
input[type=checkbox]:checked+span:before, input[type=checkbox]:checked+p:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 17px;
    font-size: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.dodaci-checkbox input[type=checkbox]:checked+span:before, .fakturacni-checkbox input[type=checkbox]:checked+span:before {
    color: #323944;
}

/*  RADIO  */

input[type=radio] {
    height: 12px;
    width: 12px;
    left: 15px;
    top: 17px;
    background: transparent;
    line-height: 60px;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: white;
    outline: none;
    border: 1px solid #111;
    padding: 0;
    margin-right: 10px;
    margin-left: -24px;
    border-radius: 99px;
}
input[type=radio]:checked+span:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 999px;
    position: absolute;
    left: 19px;
    font-size: 7px;
    top: 50%;
    transform: translateY(-50%);
    background: #323944;
}

.pick-delivery input[type=radio], .pick-pay input[type=radio]  {
     -moz-appearance: radio;    
    -webkit-appearance: radio;
    -o-appearance: radio;  
}

.pick-delivery input[type=radio]:checked+span:before, .pick-pay input[type=radio]:checked+span:before{
    content: none;
}

/*  NUMBER SPINNER  */

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

/*  OTHER  */

textarea {
    background: #fff !important;
    border: 1px solid #dbe7eb !important;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    font-size: 16px;
}
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 5px 0 20px 0;
    border: 1px solid #dbe7eb;
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    background: #eefaff;
}

/*  PLACEHOLDER  */

::-webkit-input-placeholder {
    color: #666;
}
:-moz-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
}


.hp-sale-products .subcategories-grid-wrap .subcategories-grid-wrap-inner:last-child{
  display: block;
    width: 100%;
} 

.top-products tr {
    border-bottom: 1px solid #dbe7eb;
} 

product-single-wrap {
    height: 36px;
} 

.filter-stock-only span {
    padding: 9px 40px 9px 40px;
    font-weight: 600;
    background: #ffff;
    border: 1px solid #dbe7eb;
    color: #323944;
}
.filter-stock-only {
    margin-top: 20px;
    background: #fff;
} 

.product-detail-img {
    padding: 0 20px;
}
.product-detail-img .square-content div {
    align-items: flex-start;
} 

#pricefilter .row > div {
  width:20%;
}
@media screen and (max-width: 991px) {
  #pricefilter .row > div {
  width:100%;
}  
}
#pricefilter label{
  margin:0;
}
#pricefilter  select {
margin-top: 0px;
  height: 47px;
}

#pricefilter  .filter-stock-only {
margin: 0px;
}

#pricefilter  .filter-stock-only span{
height:47px;
     padding: 13px 40px 9px 40px;
}
#pricefilter .filter-stock-only input[type=checkbox] {
    left: 15px;
    top: 18px;
} 

.subcategories-grid .subcategories-grid-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    position: absolute;
    justify-content: center;
    margin-top: 0px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.subcategories-grid .subcategories-grid-wrap-inner {
    display: inherit;
} 

.breadcrumb a {
    padding-right: 10px;
}
@media (min-width: 501px){
.breadcrumb a {
    padding-left: 20px;
}
} 


.price-check span{
  vertical-align:top;
} 

.subcategories-grid .subcategories-grid-wrap-inner p{
text-align:center;
} 

.registrace-hlaska {
    display:block;
    line-height: 1.7;
    font-size: 16px;
    text-align: center;
    background: #53a100;
    padding: 15px;
    color: #fff;
}

.products-wrap .alternativy{
  padding-top: 0;
}

.form-check__label {
    position: relative;
    color: white;
    padding: 10px 20px;
}
.form-check__input{
    left: 0 !important;
}
.email-form-wrap input[type=checkbox]:checked+span:before, .email-form-wrap input[type=checkbox]:checked+p:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 2px;
    font-size: 8px;
    top: 53%;
    transform: translateY(-50%);
    color: #323944;
}

.gdpr-checkbox input[type=checkbox]:checked+span:before, .gdpr-checkbox input[type=checkbox]:checked+p:before{
    top: 23px;
}