body {
    font-family: 'Poppins', sans-serif;
    color: #222;
    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;
    }
}

main>.container {
    background: transparent;
    padding: 0 20px;
}
::selection {
    background: #f5622c;
    /* WebKit/Blink Browsers */
    color: #fff;
}
::-moz-selection {
    background: #f5622c;
    /* Gecko Browsers */
    color: #fff;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
b {
    font-weight: 600;
    font-size: 16px;
}
.red {
    color: #e72121 !important;
}
.grey {
    color: #666 !important;
}
.green {
    color: #087206;
}
.orange {
    color: #f5622c;
}
.blue {
    color: #417cb6;
}
.bold {
    font-weight: 600 !important;
}
a {
    color: #ff6633;
    font-size: 16px;
}
a:hover {
    color: #222;
}
.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: #222;
    margin: 0;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px ;
}
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;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 40px ;
    }
    h2 {
        font-size: 30px ;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 500px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    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: 16px;
    color: #5e5e5e;
}
textarea {
    background: #fff !important;
    border: 1px solid #e6e6e6 !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 #e6e6e6;
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    background: #fafafa;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666;
    font-size: 14px;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity: 1;
    font-size: 14px;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    opacity: 1;
    font-size: 14px;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
    font-size: 14px;
}
@media screen and (max-width: 500px) {
     ::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        font-size: 14px;
    }
     :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        opacity: 1;
        font-size: 16px;
    }
     ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        opacity: 1;
        font-size: 16px;
    }
     :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 16px;
    }
}

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

.btn {
    -webkit-transition: background 0.2s;
    /* Safari */
    transition: background 0.2s;
    min-height: 52px;
    background: #f5622c;
    border-radius: 0;
    color: #fff;
    padding: 15px 40px 14px 40px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn:hover, .btn:active, .btn:focus {
    background: #ff7a43;
    color: #fff;
}
.btn-small {
    min-height: 42px;
    background: #f5622c;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    padding: 11px 20px 9px 20px;
    font-size: 14px;
}
.btn-small:hover, .btn-small:active, .btn-small:focus {
    background: #ff7a43;
    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-green {
    background: #589600;

    color: #fff;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
    background: #70a920;
    color: #fff;
}

.btn-grey {
    background: #666666;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    background: #333;
    color: #fff;
}
.btn-black {
    background: #e4b100;
}
.btn-black:hover, .btn-black:active, .btn-black:focus {
    background: #e4bb2e;
    color: #fff;
}
.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 #fff;
    background: transparent;
    color: #fff;
}
.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
    background: #fff;
    color: #222;
}
.btn-ghost-black {
    border: 2px solid #111;
    background: transparent;
    color: #111;
}
.btn-ghost-black:hover, .btn-ghost-black:active, .btn-ghost-black:focus {
    background: #111;
    color: #fff;
}

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

@media screen and (max-width: 991px) {
    .nav-wrap {
        height: 50px;
        position: fixed;
        width: 100%;
        z-index: 9;
    }
    .nav-padding {
        height: 50px;
        width: 100%;
    }
}
.navbar-top {
    height: 30px;
    line-height: 30px;
    background: #40566c;
    position: relative;
    border-bottom: 1px solid #455d75;
}
.navbar-top a {
    color: #fff;
    margin-right: 30px;
    font-size: 13px;
    font-weight: 400;
}
.navbar-top a:last-child {
    margin-right: 0px;
    border: 1px solid #fff;
    padding: 2px 10px;
}
.navbar-top span {
    color: #fff;
    margin-left: 30px;
    font-size: 13px;
    font-weight: 400;
}
.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: #ff6633;
    padding: 8.5px 0;
}
@media screen and (min-width: 992px) {
    .navbar-middle {
        background: #ff6633;
    }
}
.logo {
    display: inline-block;
    height: 58px;
}
.logo a {
    display: inline-block;
}
.logo a img {
    height: 51px;
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
    .logo, .logo a img {
        display: inline-block;
        height: 40px;
    }
}
@media screen and (max-width: 500px) {
    .logo, .logo a img {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 400px) {
    .logo, .logo a img {
        display: inline-block;
        height: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 350px) {
    .logo, .logo a img {
        display: inline-block;
        height: 30px;
        line-height: 40px;
    }
}
.search {
    display: inline-block;
    margin: 0px;
    text-align: center;
    font-size: 0px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .search>form {
        position: relative;
        display: inline-block;
    }
}
#searchbox {
    display: inline-block;
    height: 45px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 500;
    outline: none;
}
.easy-autocomplete-container ul li b {
    font-weight: 400;
    color: #f5622c;
    font-size: 15px;
}
.easy-autocomplete-container ul {
    border: #e6e6e6 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 #e6e6e6;
}
.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: 50px;
        line-height: 50px;
        background: #fff;
    }
}
@media screen and (max-width: 500px) {
    #searchbox {
        background-image: none;
        padding-left: 20px;
    }
}
.search-submit {
    display: inline-block;
    background: #fff;
    color: #222;
    border: 0;
    height: 45px;
    padding: 0 13.5px;
    font-size: 14px;
    font-weight: 500;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    right: 0;
    line-height: 45px;
}
.search-submit img {
    height: 18px;
}
.search-submit:hover {
    background: #f5f5f5;
}
#search-toggle {
    display: none;
}
#search-toggle2 {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff7e53;
    padding: 5px;
    height: 50px;
    width: 50px;
    margin-top: 0px;
    margin-right: 0px;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    z-index: 999;
}
#search-toggle2.active {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
#search-toggle-close {
    display: inline-block;
    margin-right: 0px;
    padding: 0px;
    height: 40px;
    width: 40px;
    background: #ff7e53;
}
#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: 5px;
        vertical-align: top;
        height: 40px;
        width: 40px;
        background: #ff7e53;
        cursor: pointer;
    }
    #search-toggle span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    #search-toggle span img {
        filter: brightness(0) invert(1);
        height: 20px;
    }
    #user-toggle {
        display: inline-block;
        margin-right: 0px;
        vertical-align: top;
    }
    #nav-toggle {
        display: inline-block;
        margin-right: 0px;
        padding: 0px;
        height: 40px;
        width: 40px;
        background: #ff7e53;
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }
    .hamburger:hover {
        opacity: 1;
    }
    .hamburger--collapse .hamburger-inner {
        bottom: 3px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background-color: #fff;
        border-radius: 0;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 30px;
    }
    .navbar-middle {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 5px;
        height: 50px;
    }
    .nav-cart {
        float: right;
        font-size: 0;
    }
    .search {
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        margin: 0px;
        text-align: center;
        float: right;
        position: absolute;
        top: 0px;
        right: 50px;
        left: 0;
        /* width: 100%; */
        z-index: 99999999;
    }
    .search.active {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        border-bottom: 0px solid #e3e3e3;
    }
    .easy-autocomplete {
        width: 100% !important;
        float: left;
    }
    .easy-autocomplete ul {
        top: 50px;
    }
    #searchbox {
        width: 100%;
        float: left;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background-position: 20px 20px;
    }
    .search-submit {
        max-width: 100px;
        width: 100%;
        float: right;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: 0;
    }
}
@media screen and (max-width: 500px) {
    .search-submit {
        font-size: 14px;
    }
}
.easy-autocomplete {
    position: relative;
    display: inline-block;
}
.nav-cart {
    display: inline-block;
    height: 45px;
    text-align: right;
}
.nav-cart a {
    display: inline-block;
    text-decoration: none;
}
.nav-cart img {
    display: inline-block;
    height: 23px;
}
.cart-wrap span {
    position: absolute;
    top: 8px;
    left: 5px;
    background: #f62a2a;
    color: #fff;
    font-size: 9px;
    padding: 0px 4px 0px 4px;
    border-radius: 50px;
}
.nav-cart .dropdown >.menu-icon> img{
    height: 23px !important;
    margin:0;
    margin-top: -3px;
}
.menu-alt .dropdown-menu{
    left:0;
}
.menu-alt{
    margin-right: 20px;
}
.cart-wrap p {
    font-size: 0px;
}
.nav-cart .cart-wrap {
    position: relative;
}
@media screen and (min-width: 992px) {
    .navbar-top .container {
      
    }
    .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: 8px;
        left: 5px;
    }
    .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;
    
    }
    .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 5px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
    }
    .nav-cart .cart-text p {
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }
    .nav-cart .user {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        margin-right: 20px;
    }
    @media (min-width: 992px) and (max-width: 1200px) {
     .nav-cart .user {
        margin-right: 10px;
     }    
     .menu-alt {
    margin-right: 10px;
    font-size: 0px;
}
    }
    .nav-cart .user a {
        cursor: pointer;
    }
    .nav-cart .user img {
        height: 23px;
    }
    .nav-cart .user .cart-wrap {
        background: transparent;
        border-radius: 9999px;
    }
    .nav-cart li {
        list-style: none;
    }
    .nav-cart .dropdown img {
        height: 6px;
        margin-top: -2px;
        padding-left: 5px;
    }
    .user-dropdown {
        background: transparent;
        height: 40px;
        padding: 0px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        margin-bottom: 0;
    }
    .dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
        color: #fff;
    }
    .dropdown-toggle {
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 14px;
       
        text-transform: uppercase;
        font-weight: 500;
        padding: 0 10px 0 0;
    }
    .dropdown-menu {
        top: 40px;
        left: -40px;
        border: 0;
        background: #f5f5f5;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
    .dropdown-menu>li>a {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
    }
}
.easy-autocomplete-container {
    text-align: left;
    z-index: 1000;
}
.navbar-main {
    background: #fff;
    position: relative;
    border:1px solid #e6e6e6
}
.navbar-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navbar-main li {
    cursor: pointer;
}
.navbar-main a {
    display: block;
    color: #222;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    padding: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .user {
        display: inline-block;
    }
    .user img {
        filter: brightness(0) invert(1);
    }
    .user-dropdown {
        display: none;
    }
    .nav-cart {
        display: inline-block;
        height: 40px;
        text-align: right;
    }
    .cart-outer {
        display: inline-block;
        vertical-align: top;
    }
    .nav-cart .cart-wrap {
        height: 40px;
        width: 40px;
        background: #ff7e53;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        cursor: pointer;
    }
    nav>.container {
        padding: 0;
        width: 100%;
    }
    .navbar-main {
        height: auto;
        display: block;
        position: relative;
        z-index: 9999;
    }
    .navbar-main li {
        display: block;
    }
    .submenu {
        position: relative;
    }
    .navbar-main a {
        text-align: left;
        padding-left: 0px;
    }
}
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;
    color:#ff6633;
}
.navbar-main li {
    position: relative;
}
.navbar-main li>span {
    position: absolute;
    height: 49px;
    width: 50px;
    background: #fff;
    right: 0;
    top: 1px;
}
.navbar-main li img {
    position: absolute;
    right: 19px;
    top: 19px;
    height: 12px;
    width: 12px;
    transform: rotate(90deg);
}
.navbar-main li span.collapsed img{
transform: rotate(0deg);
}
.navbar-main li .list-group-wrap a {
    color: #111;
    font-weight: 500;
    padding-left: 0px;
    font-size: 12px;
    line-height: 46px;
    height: 46px;
}
.navbar-main li .list-group-wrap a:hover {
color:#ff6633;
}
.navbar-main li .list-group-wrap a.active {
    background: #417cb6;
    color: #fff;
}
.navbar-main li .list-group-wrap span {
    height: 46px;
    width: 46px;
}
.navbar-main li .list-group-wrap span i {
    top: 17px;
}
.navbar-main>ul>li:first-child {
    border-top: 0;
    background: #f62a2a;
}
.navbar-main>ul>li:last-child>a {
    border-bottom: 0;
}
.navbar-main>ul>li:last-child>ul>li:last-child>a {
    border-bottom: 1px solid #e6e6e6;
}
.navbar-main>ul>li:last-child>ul>li:last-child>ul>li:last-child>a {
    border-bottom: 1px solid #e6e6e6;
}
.navbar-main > ul > li  {
padding:0 15px;
}
.navbar-main li a {
    border-top: 1px solid #e6e6e6;
}
.navbar-main > ul >li:first-child > a {
    border-top:0;
        color: #fff;
}
.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>ul>li>.list-group-wrap>li>ul>li a {
    font-size: 13px;
    padding-left: 30px;
    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) {
    .nav-cart .cart-text {
        display: none;
    }
    .navbar-top {
        height: auto;
        top: 50px;
        z-index: 999;
        width: 100%;
    }
    .navbar-top a {
        color: #fff;
        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;
    }
}
    .tab-content{
        background: #fff;
        padding:20px;
        border:1px solid #e6e6e6;
    }
#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;
    }
    #navbar-top.active, #navbar-main.active {
        opacity: 1;
    }
    #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: fixed;
            right:50px;
            top:0;
            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 {
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
    }
    .no-scroll {
        overflow: hidden;
        transform: translateX(-270px);
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
    }
    .no-scroll-filter {
        overflow: hidden;
        transform: translateX(270px);
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        position: fixed;
        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%;
}

.products-wrap {
    margin: 20px 0 0 0;
    width: 100%;
    display: inline-block;
}
.products-heading {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.products-heading h4{
    text-transform: uppercase;
    font-weight: 600;
       display: inline-block;
   margin:10px 0 15px 0;
}
.hp-akce  .products-heading h4{
   color: #ff3333;
}
.hp-akce  .products-heading a{
   color: #ff3333;
}
.hp-nove  .products-heading h4{
   color: #e4b100;
}
.hp-nove  .products-heading a{
   color: #e4b100;
}
.hp-nejprodavanejsi  .products-heading h4{
   color: #ff6633;
}
.hp-nejprodavanejsi  .products-heading a{
   color: #ff6633;
}
.hp-doporucujeme  .products-heading h4{
   color: #589600;
}
.hp-doporucujeme  .products-heading a{
   color: #589600;
}
  .products-heading > a{
   font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
color: #222;
    float: right;
    line-height:45px;
}
.products-heading  > a img{
  padding-left: 10px;
  margin-top: -2px;
  height:8px;
}
@media screen and (max-width: 500px) {
.products-heading > a{
width: 100%;
float: none;
text-align: center;
    display: block;
}
.products-heading h4{
text-align: center;
display: 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: 15px 0px;
    position: relative;
    text-align: left;
}
.product-single-main .btn-small{
    width: 100%;
}
.product-single-main:hover .add-to-cart {
    opacity: 1;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.product-single-main p {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 20px;
    color: #222;
    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: underline;
}
.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;
}
.product-single-main > span{
    text-align: center;
    display: block;
    font-size: 12px;
    color: #589600;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
}
.single-product .product-single-main .price {
    width: 100%;
    display: inline-block;
   
    color: #ff3333;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 700;
}
.single-product .product-single-main .price:hover {
    text-decoration: none;
}
.single-product .product-single-main .price span {
    text-align: center;
    color: #696969;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
    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: 0px;
    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;
    }
}

/********** 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 {
    width: 35px;
    height: 35px;
    opacity: 1;
    background: #fff;
    bottom: 10px;
}
.carousel-control.right {
    right: 10px;
    top: auto;
}
.carousel-control.left {
    right: 50px;
    top: auto;
    left: auto;
}
.carousel-control.right:hover, .carousel-control.left:hover {
    opacity: 1;
}
.left.carousel-control img {
    height: 15px;
    margin: 10px 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.right.carousel-control img {
    height: 15px;
    margin: 10px 0;
}
.carousel-caption {
    text-align: left;
    padding: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.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: 60%;
}
.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 {
display: block;
    text-transform: uppercase;
    font-size: 48px;
    text-shadow: none;
    color: #111;
    font-weight: 700;
    padding: 0;
    line-height: 48px;
        padding-bottom: 30px;   
}
.carousel-inner .item .carousel-caption h2 {
display: block;
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: none;
    color: #111;
    font-weight: 700;
    padding: 0;
    line-height: 48px;
        padding-bottom: 30px;   

}
.carousel-inner .item .carousel-caption h1 + h2 {


        margin-top: -30px;
}
.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 h1 {
        font-size: 30px;
    }
    .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 h1 {
        font-size: 30px;
    }
    .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;
    }
}
@media screen and (max-width: 500px) {
    .carousel-caption {
        text-align: left;
    }
}
.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 #e6e6e6;
    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 #e6e6e6;
    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);
}
.heading.sale .more a {
    color: #f62a2a;
    display: inline-block;
    padding: 0 20px;
}
.heading img {
    height: 10px;
}
.heading.new {
    border: 1px solid #e6e6e6;
    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);
}
.heading.new .more a {
    color: #d7478a;
    display: inline-block;
    padding: 0 20px;
}
.heading.bestseller {
    border: 1px solid #e6e6e6;
    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);
}
.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 #e6e6e6;
}
.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: -5px;
    left: -5px;
    z-index: 1;
    color: #fff;
}
.tags>span:first-child {
    margin-top: 0px;
}
.tags>span {
    display: block;
    height: 18px;
    border-radius: 0px;
    margin-top: 5px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    padding: 0 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.tags .sale {
    background: #ff3333;
}
.tags .sale.circle {
    border-radius: 999px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.tags .recommended {
    background: #589600;
}
.tags .new {
    background: #e4b100;
}
.tags .top {
    background: #ff6633;
}
.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: 20px;
    display: inline-block;
    background: #fff;
    width: 100%;
}

.news-single {
    padding: 10px;
}
.news-single>a:hover {
    text-decoration: none;
}
.news-single-image {
    position: relative;
    width: 100%;
    background: #fff;
    height: 180px;
}
.news-heading{
 width: 100%;
 display: inline-block;
}
.news-heading h4{
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
     display: inline-block;
     padding:0;
     margin:0;
     line-height: 50px;
}
.news-heading a{
    font-weight: 600;
    text-transform: uppercase;
    color: #ff6633;
    float: right;
    font-size: 14px;
    line-height: 50px;
}
.news-heading a >img{
padding-left: 10px;
margin-top: -2px;
height: 8px;
}
.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 !important;
    /* min-width: 100%; */
    padding: 0px;
    min-height: 100%;
    width: auto;
}
.news-single-big {
margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .news-single {
        width: 50%;
        float: left;
    }
        .news-single-big {
        width: 100%;
        float: left;
        margin-bottom:0;
    }
}
@media screen and (max-width: 500px) {
    .news-single {
        width: 100%;
        float: left;
    }
    .news-single-image {
        width: 100%;
    }
}
.news-single-text {
    display: inline-block;
    padding: 20px 0px;
    vertical-align: top;
    bottom: 0;
    z-index: 99;
    background: #fff;
    border-top: 0;
    width: 100%;
}

.news-single-big .col-md-6{
padding: 0;
}
.news-single-big .news-single-text {
padding-left: 20px;
padding-top: 0;
}
@media screen and (max-width: 991px) {
  .news-single-big .news-single-text {
padding-left: 0px;
padding-top: 20px;
}  
}
.news-single-big .news-single-image{
height: 240px;
}
.news-single-text h6 {
    text-transform: uppercase;
    
    font-weight: 600;
    overflow: hidden;
    margin: 0;
    color: #f5622c;
    padding-bottom: 0px;
    padding-top: 0px;
}
.news-single-text h6:hover {
    text-decoration: underline;
}
.news-single-text p {
    font-size: 14px;
    color: #696969;
    line-height: 1.5em !important;
    height: 3em;
    overflow: hidden;
    margin: 10px 0;
}
.news-single-text span {
    font-size: 15px;
    color: #696969;
    overflow: hidden;
    font-weight: 600;
}

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

.top-products {
    padding: 20px;
margin-top: 20px;
margin-bottom: 0px;
border:1px solid #e6e6e6;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.top-products h4 {
 border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    color: #f5622c;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.top-products table {
    width: 100%;
}
.top-products tr {
    border: 1px solid #e6e6e6;
    width: 100%;
}
.top-products a:hover, .top-products a:active, .top-products a:focus{
    text-decoration: none;
}
.top-products .nejprodavanejsi-single:nth-child(2) span{
background: #9f9f9f;
}
.top-products .nejprodavanejsi-single:nth-child(3) span{
background: #955732;
}
.top-products img {
    max-height: 60px;
    float: left;
        padding-right: 10px;
}
.top-products p{
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.top-products tr>td:first-child {
    padding: 0 10px;
    position: relative;
}
.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: #003569;
    font-size: 16px;
}
.top-products tr>td:nth-child(3) span {
    color: #087206;
    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: 600;
    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: 500px) {
    .top-products tr>td {
        text-align: center;
    }
    .top-products tr>td:last-child {
        text-align: center;
    }
}

/******** 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 {
    display: inline-block;
    max-width: 100%;
    border: 0;
    box-shadow: none;
    position: relative;
    width: 450px;
    padding: 0;
}
.email-form .email-input {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    border: 0;
    font-size: 14px;
    padding: 15px 20px;
    height: 45px;
    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: 0;
    right: 0;
    margin-left: 2px;
    min-height: 45px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #fff;
    padding:0 12px;
}
.email-form .email-button img{
    height: 20px;
        filter: brightness(1) invert(1);
}
.email-form .email-button:hover {
    background: #f5f5f5;
}
@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: #f5f5f5;
    padding: 0;
}
.fast-contact .container {
    padding: 0;
}
.fast-contact .col-md-3 {
    text-align: center;
    padding: 20px;
}

.fast-contact h6 {
    color: #333;
}
.fast-contact p {
    color: #222;
    font-weight: 500;
    display: block;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
}
.fast-contact b {
    display: block;
}
.fast-contact img {
    height: 60px;
    margin-right: 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;

    }
    .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%;

        text-align: left;
        padding:20px;
    }
    .fast-contact .col-md-3:last-child {
        border-bottom: 0;
    }
}

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

.footer {
    padding: 50px 20px;
    background: #ff6633;
}
.footer .container {
    padding: 0;
}
.footer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.footer-single {
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer h4 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    width: 100%;
    padding-bottom: 10px;
    font-size: 18px !important;
   
    text-transform: uppercase;
}
.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: 0;
    color: #fff;
    font-weight: 400;
        font-size: 14px;
}
.footer-single ul li a {
    font-size: 14px;
    color: #fff;
}
.footer-single ul li a:hover {
    color: #fff;
}
.footer-single p {
    font-size: 12px;
    color: #fff;
}
.float-fb {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 99999;
}
.float-fb:hover {
    opacity: 0.85;
}
.float-sk {
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 99999;
}
@media (max-width: 825px) {
    .float-fb, .float-sk {
        display: none;
    }
}
@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: #ff6633;
    border-top: 1px solid #ff774a;
    padding: 15px 0;
}
.copyright  .container {
    padding: 0;
}
.copyright h6 {
    font-size: 12px !important;
    color: #fff;
    font-weight: 400;
}
.copyright a {
    color: #fff;
    font-size: 12px !important;
}
.copyright-links a {
    color: #ffb9a2;
}
.copyright-links  {
    color: #ffb9a2;
}
@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-bottom: 1px solid #e6e6e6;
    padding: 0;
    min-height: 34px;
    font-size: 0;
    border-radius: 0;
    display: block;
}
@media (min-width: 501px) {
.breadcrumb {
    display: block !important;
}
}
.breadcrumb a {
    font-size: 12px;
    color: #ff6633;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 5px 10px;

    display: inline-block;
    margin-bottom: -1px;
}
    .breadcrumb img{
  height: 8px;
    padding: 0;
    margin-top: -8px;
    }
.breadcrumb p {
    font-size: 12px;
    color: #333;
    display: inline;
}
.breadcrumb span {
    padding: 0 5px;
}
@media (max-width: 500px) {
    .breadcrumb img{
        display: inline-block;

}
    .breadcrumb a {
        display: inline-block;
  
            }
    .breadcrumb-toggle{
display: block;
border:1px solid #e6e6e6;
border-top: 0;
border-left: 0;
border-right: 0;
padding:0px 15px;
height: 35px;
line-height: 35px;
cursor: pointer;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
color: #ff6633;
text-align: center;
    }
        .breadcrumb  {
       display: none;
    }
}
@media (min-width: 501px) {

    .breadcrumb-toggle{
        display: none;
    }


}
main {
    background: #f5f5f5;
    padding: 20px 0 60px 0;
}

main h1 {
    font-weight: 600;
    color: #388e3c;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.product-detail-img {
    padding:5px;
    border: 0px solid #e6e6e6;
}
.product-detail-desc b {
    font-weight: 500;
    color: #111;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-detail-desc a {
    font-weight: 500;
    color: #ff6633;
    font-size: 14px;
    text-transform: uppercase;
}
.product-detail-desc p {
    font-size: 15px;
    padding: 15px 0 25px 0;
}
.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 #e6e6e6;
}
.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 tr:first-child td {
    color: #696969;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 15px;
}
.product-detail-price table tr:first-child>td:last-child {
    text-decoration: line-through;
}
.product-detail-price h4 {
    font-weight: 700;
}
.product-detail-price b {
    font-weight: 500;
    color: #087206;
    font-size: 16px;
    padding: 20px 0;
    display: block;
}
.product-detail-cart {
  
    border: 0px solid #e6e6e6;
    padding: 0;
}
.product-detail-cart form {
    display: inline-block;
    float: right;
}
.product-detail-cart .btn img {
    height: 18px;
    width: 18px;
    margin-right: 5px;
    margin-top: -4px;
}
@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: 12px;
    color: #696969;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-detail-info b{
    font-size: 12px;
    color: #589600;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-detail-bosh {
    border: 1px solid #e6e6e6;
    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 #e6e6e6 !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 #e6e6e6 !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 #e6e6e6;
}
.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 #e6e6e6;
}
.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: 500px) {
    .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: 10px 0px;
}
.alternative-photo-single {
    width: 33.333%;
    padding: 5px;
    float: left;
    border: 0px solid #e6e6e6;
    border-left: 0;
}
.content-cart .alternative-photo-single:first-child {
    border: 0;
}
.alternative-photo-single:first-child {
    border: 0px solid #e6e6e6;
}
.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 #e6e6e6;
}
@media screen and (max-width: 500px) {
    .alternative-photo-single {
        width: 50%;
        border-left: 1px solid #e6e6e6;
        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 #e6e6e6;
    }
    .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: right;
    padding: 10px;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
}
.pagination>li {
    display: inline-block;
    margin: 2px;
    text-align: center;
    width: 40px;
}
.pagination>li a:hover {
    background: #e6e6e6;
    color: #333;
}
.pagination>li.active a, .pagination>li.active a:hover, .pagination>li.active a:focus,.pagination>li.active a:active {
    background: #ff6633;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0;
}
.pagination>li a {
    background: #fff;
    width: 100%;
    border: 0;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    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;
}
@media screen and (max-width: 991px) {
    .pagination {
        display: inline-block;
        margin: 0;
    }
    .pagination>li:first-child, .pagination>li:last-child {
        width: 100%;
        display: none;
    }
}
.pagination-container {
    padding: 0;
    float: none;
    display: inline-block;
    font-size: 0;
    width: 100%;
}
.pagination-container .pagination {

    text-align: right;
    margin-right: 0;
    display: inline-block;
}
.pagination-container .pagination>li:last-child {
    margin-right: 0
}
.grey-textarea {
    background: #fff;
    padding: 20px;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
    border:1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
}
.news-text {
    padding: 0px;
}
.news-header {
    margin-bottom: 20px;
    width: 100%;
    max-height: 320px;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    flex-direction: row;
}
.news-header img {
    max-width: none;
    /* min-width: 100%; */
    padding: 0px;
    min-height: 100%;
    width: auto;
}
.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(2) {
    font-size: 18px;
    font-weight: 500;
        margin-left: 90px;
        padding-top: 0;
}
.news-text p {
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
}
.grey-textarea .btn {
    margin: 0px;
}
.grey-textarea .btn-info {
    margin: 0;
}
.more.category {
    width: auto;
    margin-top: 0px;
}
.category-description-wrap {
    padding-top: 0px;
}
.category-description {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}
.category-description.show {
    line-height: 1.5em;
    height: auto;
    overflow: hidden;
    white-space: normal;
}
#category-description-toggle {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.category-description p {
    padding: 0px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.6em !important;
}
.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 label>input[type=radio] {
    border-radius: 50px;
}
.filter-drop label>input[type=checkbox]:checked {
    background-image: url("../img/checkbox-bg.png");
    outline: none;
}
.filter-drop label>input[type=radio]:checked {
    background-image: url("../img/radio-bg.png");
    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: 14px;
    font-weight: 500;
   
}
.register-form label {
    color: #111;
     text-transform: uppercase;
}
.register-form input {
    margin: 10px 0 15px 0;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    font-weight: 400;
}
.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: #ff6633;
    padding: 0;
    padding-left: 5px;
    border: 0;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    padding: 13px 40px 11px 40px;
    color: #fff;
    border: 1px solid #ff6633;
}
.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: #f5622c;
}
.dodaci-checkbox input, .fakturacni-checkbox input {
    position: absolute;
    height: 12px;
    width: 12px;
    left: 30px;
    top: 0px;
    background: transparent;
    width: auto;
    line-height: 60px;
    margin: 0;
}
.dodaci-checkbox>input, .dodaci-checkbox>input:focus, .fakturacni-checkbox>input, .fakturacni-checkbox>input:focus {
    margin-top: 20px;
    margin-left: -10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: white;
    height: 10px;
    width: 10px;
    outline: none;
    border: 1px solid #111;
    padding: 0;
}
.dodaci-checkbox>input[type=radio], .fakturacni-checkbox>input[type=radio] {
    border-radius: 50px;
}
.dodaci-checkbox>input[type=checkbox]:checked, .fakturacni-checkbox>input[type=checkbox]:checked {
    background-image: url("../img/checkbox-bg.png");
    outline: none;
    background-position: center;
}
.dodaci-checkboxlabel>input[type=radio]:checked, .fakturacni-checkboxlabel>input[type=radio]:checked {
    background-image: url("../img/radio-bg.png");
    outline: none;
}
.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;
    }
}
.udaje-checkbox>span {
    background: #f5f5f5;
    color: #111;
    font-size: 12px;
    border: 1px solid #e6e6e6;
}
@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%;
padding: 0 5px;
}

.steps-single-inner {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: opacity 0.5s;
    /* Safari */
    transition: opacity 0.5s;
}
.steps-single-inner:hover {
    opacity: 0.85;
}
.steps-single-inner.active {
    color: #fff;
    background: #ff6633;
}
.steps-single-inner.passed {
    color: #fff;
    background: #589600;
}
.steps-single a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
}
.steps-single span {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    vertical-align: middle;
    border-radius: 0px;
        background: rgba(0, 0, 0, 0.07);
    border: 0;
    left: 0;
    padding-top: 12px;
}
.steps-single-inner.active span, .steps-single-inner.passed span {
    background: rgba(0, 0, 0, 0.15);
    border: 0;
}
.steps-single p {

    padding: 15px 20px 0 80px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase;
}
.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;
    }

}
@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%;
    }

}
@media screen and (max-width: 500px) {

    .steps-single {
        width: 25%;
    }
    .steps-single span {
        width: 100%;
        background: none;
    }
    .steps-single p {
        display: none;
    }
    .steps-single {
        border-right: 0;
    }

}
.content-cart {
    padding:  20px;
    padding-top: 0;
    display: inline-block;
    width: 100%;
}
.content-cart.margin {
    margin-top: 15px;
}
.content-cart .table-main {
    background: transparent;
    margin-bottom: 20px;
}
.content-cart .table-main tr {
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    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: #222;
    font-size: 16px;
    white-space: normal;
    max-width: 400px;
}
.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: #111;
    font-size: 16px;
}
.content-cart .table-main tr>td:nth-child(4) p {
    color: #589600;
    font-size: 14px;
}
.content-cart .table-main tr>td:nth-child(6) p {
    color: #e72121;
    font-size: 18px;
}
.content-cart .table-main tr>td:nth-child(7) img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .6;
}
.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 .price-check {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    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: 24px;
    color: #5e5e5e;
    font-weight: 600;
    text-align: left;
    padding-right: 20px;
    text-transform: uppercase;
}
.price-check tr td:last-child {
    font-size: 18px;
    color: #111;
    font-weight: 700;
    text-align: right;
    padding-right: 0px;
}
.price-check tr:last-child td:last-child {
    font-size: 30px;
    color: #df2a31;
    font-weight: 700;
    text-align: right;
    padding-right: 0px;
    white-space: nowrap;
}
.price-check tr:last-child td:last-child span{
    display: block;
    font-size: 14px;
    font-size: 14px;
        height: 20px;
        color: #696969;
        text-transform: uppercase;
        font-weight: 500;
}
.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 {
width: 100%;
display: block;
text-align: center;
margin-bottom: 10px;
}
.price-check tr:last-child td:last-child {
 width: 100%;
 display: block;   
 text-align: center;
}
    .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: 700;
}
.content-cart .pick-delivery-single {
    margin-top: -1px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: 100%;
    margin:5px 0;
}
.pick-delivery-single.active, .pick-delivery-single.active label, .pick-delivery-single.active label span {
    background: #ff6633;
    color: #fff !important;
}
.pick-delivery-single.active p, .pick-delivery-single.active p, .pick-delivery-single.active p {
    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: #222;
    text-transform: uppercase;
}
.content-cart .pick-delivery-single label >span {
    font-size: 16px;
    color: #df2a31;
    float: right;
}
.content-cart .pick-delivery-single input {
    margin-right: 15px;
}
.content-cart .pick-delivery-single input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: white;
    height: 14px;
    width: 14px;
    outline: none;
    border: 1px solid #acacac;
}
.content-cart .pick-delivery-single input[type=radio] {
    border-radius: 50px;
    margin-left: -30px;
}
.content-cart .pick-delivery-single input[type=checkbox]:checked {
    background-image: url("../img/checkbox-bg.png");
    outline: none;
}
.content-cart .pick-delivery-single input[type=radio]:checked {
    background-image: url("../img/radio-bg.png");
    outline: none;
}
@media screen and (max-width: 500px) {
    .content-cart .pick-delivery-single label span {
  
        color: #df2a31;
        padding-left: 0px;
        width: 100%;
    }
}
.pick-pay,.pick-delivery {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.content-cart.pick-pay h3 {
    padding: 10px 0 20px 0;

    text-transform: uppercase;
    font-weight: 700;
}
.cart-note {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.content-cart.cart-note h3 {
    padding: 10px 0 20px 0;
  
    text-transform: uppercase;
    font-weight: 700;
}
.content-cart.cart-note p {
    padding-left: 30px;
    font-size: 14px;
}
.content-cart-btns {
    margin-top: 20px;
}
.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%;
    padding: 30px 15px;
}
.contacts .col-md-6 {
    padding: 0;
}
.contacts .col-md-8 {
    padding: 0;
    padding-bottom: 30px;
}
.contacts .col-md-12 {
    padding: 0 15px;
}
.grey-textarea h4 {
    font-weight: 600;
    color: #333333;
    margin: 0;
    padding-bottom: 15px;
    font-size: 24px !important;
    text-transform: uppercase;
}
.grey-textarea h3 {
    font-weight: 600;
    color: #ff6633;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-top: 10px;
}
.grey-textarea h2, .grey-textarea h1 {
   
    text-transform: uppercase;
    font-weight: 600;
    color: #f5622c;
    margin: 0;
    padding-bottom: 15px;
}
.grey-textarea p {
    line-height: 30px;
}
.grey-textarea img {
    max-width: 100%;
    padding: 0;
}1
.contacts .col-md-12>.col-md-6:first-child {
    padding-right: 15px;
}
.contacts .col-md-12>.col-md-6:last-child {
    padding-left: 15px;
}
.contacts .col-md-6 {
    padding-bottom: 50px;
}
.contacts .col-md-4 {
    padding-bottom: 30px;
}
.contacts .table-main {
    margin-bottom: 30px;
    border-spacing: 2px;
    border-collapse: separate;
}
.contacts .table-main td, .contacts .table-main th {
    background: #fff;
}
.contacts .table-main td {
    text-align: right;
}
@media screen and (max-width: 991px) {
    .contacts .col-md-12>.col-md-6:first-child {
        padding-right: 0px;
    }
    .contacts .col-md-12>.col-md-6:last-child {
        padding-left: 0px;
    }
    .contacts .col-md-4 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .contacts .table-main td {
        text-align: center;
    }
}
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%;
}
.modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
.modal-body {
    position: relative;
    padding: 20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.modal-body .content-cart{
    padding: 0;
}
.modal-header .close {
    margin-top: 15px;
    color: #df2a31;
    opacity: 1;
}
.modal-header img:nth-child(2) {
    min-width: 100%;
}
.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e6e6e6;
}
.modal-body h3 {
    font-weight: 700;
    color: #f5622c;
    
    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: 700px;
        width: auto;
    }
}
.modal-content .price h2 {
    color: #df2a31;
    font-weight: 600;
    margin-top: 20px;
}
.info-modal p {
    margin-bottom: 20px;
}
#login-modal .modal-content {
    max-width: 660px;
    margin: 0 auto;
}
#login-modal .modal-body a {
    font-size: 14px;
    color: #ff6633;
    font-weight: 500;
    margin-top: 20px;
text-transform: uppercase;
}
.modal-footer {
    border: 0;
    padding: 20px;
    padding-top: 0;
    text-align: center;
}
#login-modal .modal-footer a {
    font-size: 14px;
    color: #f5622c;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
}
#login-modal .modal-content .btn {
    width: 100%;
    background: #589600;
}
#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: 50px;
}
.content-cart .pick-delivery-single input[type=radio] {
    margin-left: -30px;
    vertical-align: top;
}
@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;
    }
}
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;
}
.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 #e6e6e6;
    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;
}

.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 #e6e6e6;
    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);
}
.form-dropdown {
    margin-top: 0px;
}
.form-dropdown .col-md-12 {
    padding: 0;
}
.content-cart .table-main .single-product-inner {
    border: 0px solid #e6e6e6;
}
.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 #e6e6e6;
    padding: 15px 20px;
}
.content-cart .summary-delivery-single label {
    margin: 0;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
}
.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 #e6e6e6;
    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: 0px;
    border-bottom-right-radius: 0px;
}
#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: 700;
    color: #ff6633;
}
.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;
}
.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: 15px;
    top: 15px;
    filter: brightness(100);
    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: 60px;
    }
}
@media screen and (max-width: 500px) {
    .order-history .content-cart .table-main td {
        padding: 5px 0 !important;
        border-bottom: 1px solid #e6e6e6;
    }
}
.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;
}
.modal-title {
    font-weight: 500;
    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: 50px;
}
.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: 14px;
    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: #222;
}
.history-line {
    border: 1px solid #e6e6e6;
    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 .item{
    background:#fff;
}
.carousel-inner .btn{
    background:#e4b100;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    min-height: 100%;
    max-width: 100%;
}
.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: 100px;
        width: 100%;
    }
}
.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;
    }
}
@media screen and (max-width: 400px) {
    .carousel-caption-inner {
        padding-right: 0px;
        width: 100%;
    }
    .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 #e6e6e6;
    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 #e6e6e6;
    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 #e6e6e6;
    }
}
@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 #e6e6e6;
    }
    .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 #e6e6e6;
    }
}
.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;
}
.grid-legacy .single-product {
    display: inline-block;
    font-size: 0;
    width: 33.333%;
padding: 10px;
    border-top: 0;
}
@media screen and (max-width: 768px) {
.grid-legacy .single-product {
    width: 50%;
}
}
@media screen and (max-width: 500px) {
.grid-legacy .single-product {
    width: 100%;
}
}
@supports (display: grid) {
    .grid {
        display: grid;
        /*display: -ms-grid;*/
        background-color:transparent;
        border:0;
        grid-gap: 1px;
        -ms-grid-gap: 1px;
        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: 10px !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: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 0px solid #f5622c;
    border-left: 0;
    margin-top: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 14px 15px;
}
.nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    border: 0;
    border-right: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-transform: uppercase;
}
.nav-tabs>li:first-child a, .nav-tabs>li:first-child a:hover {
    border-left: 1px solid #e6e6e6;
}
.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: 1px solid #f5622c;
    border-top: 1px solid #f5622c;
    margin-top: -1px;
}
.tab-pane {
    margin-top:0px;
    line-height: 24px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    background: #f5622c;
    color: #fff;
    margin-top: -1px;
    border-left: 0;
    border-right: 1px solid #f5622c;
    border-top: 1px solid #f5622c;
}
.nav-tabs>li {
    margin-bottom: 0px;
}
.nav-tabs>li>a:hover {
    border: 0;
    border-right: 1px solid #e6e6e6;
}
@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 #e6e6e6;
    }
    .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 #e6e6e6;
    }
}
.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: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 14px 20px;
}
.doprava-side img {
    position: absolute;
    margin-top: -39px;
    margin-left: -40px;
}
.doprava-side-text {
    padding-left: 100px;
    padding-top: 5px;
    font-weight: 700;
}
.doprava-side h2 {
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px !important;
    padding-bottom: 0px;
}
.doprava-side p {
    color: #589600 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px !important;
    padding-bottom: 0px;
}
@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;

    margin: 0;
    height: 100%;
    text-align: left;
}
.cart-doprava img {
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    height: auto;
}
.single-product-big {
    padding: 20px;
    border: 1px solid #e6e6e6;
    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: none;
    }
}
@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: #f5622c;
        color: #fff;
        height: 34px;
        line-height: 34px;
        width: 100%;
        padding-left: 15px;
        cursor: pointer;
        position: relative;
        z-index: 1001;
    }
    #side-menu-toggle span {
        height: 34px;
        width: 34px;
        position: absolute;
        top: 0;
        right: 0;
    }
    #side-menu-toggle span i {
        position: absolute;
        right: 15px;
        top: 11px;
        height: 12px;
        width: 12px;
        background: #fff;
    }
    #side-menu-toggle span i span:first-child {
        position: absolute;
        top: 5px;
        left: 2px;
        height: 2px;
        width: 8px;
        background: #f5622c;
    }
    #side-menu-toggle span i span:last-child {
        position: absolute;
        top: 2px;
        left: 5px;
        height: 8px;
        width: 2px;
        background: #f5622c;
    }
    #side-menu-toggle.show span i span:last-child {
        display: none;
    }
}
.page-heading {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #e6e6e6;
}
.page-heading h2 {
    color: #222;
  padding-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.page-heading p {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
}
.modal-open .modal {
    background: rgba(23, 30, 38, .8);
}
.cart-center-text {
    text-align: center;
    padding: 60px 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 #e6e6e6;
    padding: 20px;
    height: 100%;
    margin: 20px 0 0 0;
}
.cart-summary-single h4 {
   
    text-transform: uppercase;
    font-weight: 700;
    color: #f5622c;
}
.cart-summary-single p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}
.filter-main {
    margin-top: 30px;
    z-index: 1;
}
.filter-main > h4{
text-transform: uppercase;
color: #589600;
}
.filter-main label {
    width: 100%;
    cursor: pointer;
    margin: 0;
}
.filter-main input[type=checkbox] {
    position: absolute;
    height: 12px;
    width: 12px;
    left: 15px;
    top: 18px;
    background: transparent;
    width: auto;
    line-height: 60px;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: white;
    height: 10px;
    width: 10px;
    outline: none;
    border: 1px solid #111;
    padding: 0;
}
.filter-main input[type=checkbox]:checked {
    background-image: url("../img/checkbox-bg.png");
    outline: none;
    background-position: center;
}
.filter-main label p {
    padding-left: 35px;
    display: inline-block;
    width: 100%;
    height: 46px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 400;
}
.filter-main p {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.filter-main li ul li:last-child p {
    border-bottom: 1px solid #e6e6e6;
}
.filter-main>ul>li:first-child>a {
    color: #003569;
}
.filter-main>ul>li>a {
    background: #e6e6e6
}
.filter-main>ul li ul {
    max-height: 277px;
    overflow: hidden;
}
.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;
}
.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: 20px 25px 20px 25px;
}
#filtr-cena .priceslider span {
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 15px;
}
#filtr-cena .priceslider span:first-child {
    margin-left: -10px;
}
#filtr-cena .priceslider span:nth-child(2) {
    margin-right: -10px;
}
.slider-handle {
    opacity: 1;
    background: #417cb6;
}
.slider-horizontal {
    width: 100% !important;
}
.slider-track {
    background-color: #e6e6e6;
    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 15px 0px;
    margin-bottom: 15px;
}
.subcategories-grid {
    margin-right: -5px;
    margin-left: -5px;
    display: block;
}
.subcategories-grid-bottom {
    padding-top: 30px;
}
.subcategories-grid .col-md-4 {
    padding: 5px;
}
@media (min-width:600px) and (max-width: 991px) {
.subcategories-grid .col-md-4 {
    padding: 5px;
    width: 50%;
    float: left;
}
}
.subcategories-grid-single{
    overflow: hidden;
}
.subcategories-grid-single {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 5px;
    display: block;
}
.subcategories-grid-single p {
    display: inline-block;
    padding-left: 15px;
    color: #ff6633;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.filter-stock-only {
    margin-top: 2px;
}
.filter-stock-only span {
    padding: 10px 40px 8px 40px;
    font-weight: 400;
    background: #087206;
}
.filter-stock-only input, .filter-stock-only input:focus {
    margin-top: 15px;
}
.product-full {
    text-align: left;
}
.product-full p {
    text-align: left;
}
.single-product .product-full .price {
    text-align: left;
    width: 55%;
}
.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;
}
.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;
}
.single-product-inner .btn img{
    height: 18px;
    width: 18px;
    margin-right: 5px;
    margin-top: -4px;
}
.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 #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    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: nowrap;
}
#side-filter-toggle {
    background: #f5622c;
    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) {

    #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: 50px;
            background: rgba(23, 30, 38, .8);
            height:50px;
            position: fixed;
            right:0px;
            top:0;
            width: 100%;
        }
                    #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%;
        }
    #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;
    }
}
.product-detail-description-heading {
    background: #40566c;
    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: #e6e6e6;
    color: #003569;
}
.product-detail-description {
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.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;
}
.prislusenstvi {
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}
.prislusenstvi .nav-tabs {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #f5622c;
    margin-bottom: 10px;
}
.prislusenstvi .single-product {
    width: 25%;
    border: 1px solid #e6e6e6;
}
@media screen and (min-width:992px) {
    .prislusenstvi .single-product {
        border-left: 0;
    }
    .prislusenstvi .single-product:nth-child(4n+2) {
        border-left: 1px solid #e6e6e6;
    }
}
@media screen and (max-width:991px) {
    .prislusenstvi .single-product {
        width: 50%;
        border-top: 0;
    }
    .prislusenstvi .single-product:nth-child(2), .prislusenstvi>.single-product:nth-child(3) {
        border-top: 1px solid #e6e6e6;
    }
    .prislusenstvi .single-product:nth-child(2n+3) {
        border-left: 0;
    }
}
@media screen and (max-width:500px) {
    .prislusenstvi .single-product {
        width: 100%;
        border-bottom: 0;
        border-left: 1px solid #e6e6e6 !important;
         border-top: 1px solid #e6e6e6;
    
    }
    .prislusenstvi .single-product:last-child {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }
}
#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;
}
#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 #e6e6e6;
    padding: 20px;
}
.contact-col {
    padding: 20px;
    border:1px solid #e6e6e6;
    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;
}
.products-wrap{
    padding:10px 20px 0 20px;
    background: #fff;
    border:#e6e6e6;
    border:1px solid #e6e6e6;
}

@media (max-width: 1200px){
  .carousel-inner .item .carousel-caption h1{
    font-size:38px;
    line-height:40px
  }
    .carousel-inner .item .carousel-caption h2{
    font-size:30px;
    line-height:36px
  }
  .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:25px;
    font-size:24px;
  }
    .carousel-inner .item .carousel-caption h2{
padding-bottom:10px;
    font-size:20px;
  }
  .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{

    width: 50%;
  }

  .carousel-inner .item .carousel-caption h1{
padding-bottom:25px;
    font-size:16px;
    line-height:20px;

  }
    .carousel-inner .item .carousel-caption h2{
padding-bottom:5px;
    font-size:16px;
    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;
  }
}

.summary-delivery-single p, .pick-delivery-single p{
    display: inline-block;
    max-width: 90%;
}

.summary-delivery-single p >span, .pick-delivery-single p >span{
font-size: 12px;
color: #222 !important;
line-height: 18px;
}

.popis-produktu{
    background: #fff;
    border:1px solid #e6e6e6;
    margin-top: 20px;
    padding: 20px;
    padding-top: 0;
}
.discuss h3{
text-transform: uppercase;
padding:20px 0;
}
.variants-product{
    padding: 0;
}
.variants-product .btn img{
 height: 18px;
    width: 18px;
    margin-right: 5px;
    margin-top: -4px;
}
.variants-product .table-main tr:first-child td, .variants-product .table-main tr td{
    padding: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right:5px !important;
}
.variants-product .alternative-photo-single{
    max-width: 100px;
}
.variants-product .table-main tr>td:first-child{
    max-width: 90px;
}
.variants-product .table-main tr>td:nth-child(5) p, .variants-product .table-main tr>td:nth-child(4) p{
    white-space: nowrap;
}
@media (min-width: 992px){
.variants-product .table-main tr td:last-child{
    text-align: right;
}
}
.variants-product .table-main tr>td:nth-child(4) {
padding:0 10px !important;
}

.product-detail-info .table-main{
width: 100%;
}
.product-detail-info .table-main td{
font-size: 12px;
padding:5px 10px;
border:0;

}
.product-detail-info .table-main tr:nth-child(odd) td{
background: #f5f5f5;
}
.category-summ {
    padding:10px;
}

.nejprodavanejsi-single{
    display: inline-block;
  position: relative;
      width: 33.3333%;
    float: left;
}
@media (max-width: 600px){
 .nejprodavanejsi-single{
    display: inline-block;
  position: relative;
      width: 100%;
    float: left;
    margin:5px 0;
}
}
.nejprodavanejsi-single span{
   padding: 0px 8px;
   background: #e4b100;
   color: #fff;
   font-size:14px;
   position: absolute;
   top:5px;
   left: 15px;
}

.filter-main{
    background: #fff;
    border:1px solid #e6e6e6;
    margin-top: 20px;
    padding:20px;
}
.filter-main h4{
   color: #589600;
   font-weight: 600;
   text-transform: uppercase;
   margin:0;
}
#filter-content{
    display: none; 
}
#filter-content-toggle{
cursor: pointer;
}
#filter-content-toggle img{
height: 20px;
float: right;
margin-top: 5px;
}
#filter-content h5{
font-weight: 600;
font-size: 18px !important;
text-transform: uppercase;
color: #5e5e5e;
margin-top: 20px;
    display: inline-block;
    width: 100%;
}
#filter-content .btn{
width: 100%;
margin-top: 20px;
}
#filter-content  label{
    border:1px solid #e6e6e6;
    padding: 5px 10px 8px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}
#filter-content  input{
margin-right: 10px;
}
#filter-content input[type=checkbox] {
 position: static;   
}

.contacts{
  padding-top:30px;  
}
.contacts h4{
  font-weight: 600;
    color:#ff6633;
    padding-bottom:20px;
}
.contacts h3{
    padding-bottom:20px;
    font-weight: 700;
    color: #686868;
}
.contacts p {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 18px;
}
.contacts .col-md-6{
    padding:20px 20px;
    padding-left:0px;
        border-right:1px solid #e6e6e6;
        border-bottom:1px solid #e6e6e6;
    min-height:400px;
}
@media  (min-width: 991px) and (max-width: 1200px) {
  .contacts .col-md-6{

    min-height:450px;
}  
}
  .contacts .col-md-12 {
padding-top:20px;
}   
.contacts .col-md-12 p{
padding:0;
      margin:5px 0;
      font-size:18px;
}  
.contacts .col-md-6:nth-child(2){
    padding:20px 20px;
    padding-right:0px;
        border-right:0px solid #e6e6e6;
        border-bottom:1px solid #e6e6e6;
}
p.contacts-important{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.contacts .col-md-6:nth-child(3){
    padding:20px 20px;
    padding-left:0px;
        border-right:1px solid #e6e6e6;
        border-bottom:0px solid #e6e6e6;
    min-height:250px;
}
.contacts .col-md-6:nth-child(4){
    padding:20px 20px;
    padding-right:0px;
        border-right:0px solid #e6e6e6;
        border-bottom:0px solid #e6e6e6;
    min-height:250px;
}
@media screen and (max-width: 991px) {
  .contacts .col-md-6{
    min-height:auto ;
}
    .contacts .col-md-6:nth-child(2){
    padding-left:0; 
}   
    .contacts .col-md-6:nth-child(4){
    padding-left:0; 
}  
    .contacts .col-md-6{
        border:0;
        border-bottom: 1px solid #e6e6e6;
    }
    .contacts .col-md-6:nth-child(3) {
    padding: 20px 20px;
    padding-left: 0px;
    border-right: 0px solid #e6e6e6;
 border-bottom: 1px solid #e6e6e6;
    min-height: 250px;
}
}
.order-history .content-cart{
    padding: 0;
}
.order-history .content-cart a{
   font-size: 14px;
}
#historie-modal .content-cart .table-main tr>td:first-child{
    width: auto;
    font-size: 14px;
}

.carousel-inner .item:first-child h1{
color: #fff;
}


.square-box:hover .single-product-hover{
    opacity: 1;
}
.single-product-hover {
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.75);
    overflow: hidden;
    transition: 0.2s ease opacity;
}
.single-product-hover p{
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.news-signel-date{
    border:2px solid #f6f2f2;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    color: #111;
    font-weight: 600;
    float: left;
     margin-right: 20px;
}
.news-signel-date span{
    display:block;
    font-size:24px;
    color:#222;
}
.news-single-text >span{
font-weight: 400;
}

.doprava-index{
    background: #ff6633;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.doprava-index img{
    margin-right: 15px;
}
.doprava-index .btn{
    margin-top: -7px;
    float:right;
}
@media  screen and (max-width: 758px) {
.doprava-index .btn{
float: none;
display: inline-block;
margin-top: 0;
display: none;
}
}

.side-menu-cat{
    margin-top: 20px;
}
.side-menu-cat .side-akce{
    background: #ff3333;
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    margin:1px 0;
    padding: 15px 20px 15px 60px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
        line-height: 22px;
}
.side-menu-cat .side-novinka{
    background: #e4b100;
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    margin:1px 0;
    padding: 15px 20px 15px 60px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}
.side-menu-cat .side-nej{
    background: #ff6633;
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    margin:1px 0;
    padding: 15px 20px 15px 60px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
        line-height: 22px;
}
.side-menu-cat .side-doporucene{
    background: #589600;
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    margin:1px 0;
    padding: 15px 20px 15px 60px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
        line-height: 22px;
}
.side-menu-cat .side-akce span{
    background: #e82e2e;
    position: absolute;
     top:0;
left: 0;
height: 50px;
width: 50px;
text-align: center;
padding-top: 15px;
}
.side-menu-cat .side-novinka span{
    background: #d5a500;
    position: absolute;
     top:0;
left: 0;
height: 50px;
width: 50px;
text-align: center;
padding-top: 15px;
}
.side-menu-cat .side-nej span{
    background: #eb5e2f;
    position: absolute;
     top:0;
left: 0;
height: 50px;
width: 50px;
text-align: center;
padding-top: 15px;
}
.side-menu-cat .side-doporucene span{
    background: #528c00;
    position: absolute;
     top:0;
left: 0;
height: 50px;
width: 50px;
text-align: center;
padding-top: 15px;
}
@media  screen and (min-width: 1201px) {
.logo{
width: 270px;
text-align: center;
}
.easy-autocomplete input {
    width: 390px !important;
        margin-left: 10px;
}
    }
.backlink-post{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
}
.backlink-post img{
height: 8px;
transform: rotate(180deg);
padding-left: 10px;
}

.news-single-big .news-single-text p{
        height: auto;
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
        color: #222;
}

.news-single-big .news-single-text h4{
    color: #ff6633;
}

.btn-cart{
float:right;
} 

#js_cena{
     font-size: 30px;
    color: #df2a31;
    font-weight: 700;
    text-align: right;
    padding-right: 0px;
    white-space: nowrap;
display:inline-block;
  height:auto;
  vertical-align:top;
} 
.product-single-main p{
  height:40px;
  overflow:hidden;
}
.single-product-hover p{
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px 0;
}

.nav-tabs>li:hover{
  cursor:pointer;
} 


.easy-autocomplete-container ul li {
    overflow: hidden;
}
.top-products p {
  height:40px;
  overflow:hidden;
}

.pagination>li.active a, .pagination>li.active a:hover, .pagination>li.active a:focus, .pagination>li.active a:active {
    border-color:#f5f5f5;
}

.nav-cart .user a{
  text-overflow: ellipsis;
  height:40px;
  overflow:hidden;
  max-width:100px;
  line-height:21px;
} 


.nav-cart .user a {
    max-width:none;
}
.nav-cart .user .dropdown > a{
  text-overflow: ellipsis;
  max-height:40px;
  height:auto;
  overflow:hidden;
  max-width:100px;
  line-height:21px;
} 


.nav-cart .user .dropdown > a {
    vertical-align: middle;
}


.grid-legacy{
   width:100%;
} 


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


.modal-dotaz-echo {
    display: none;
    text-align: center;
    padding: 20px 0;
    color: #417cb6;
} 


.email-form .form-check__label, .email-form .form-check__label a{
    color: white;
    font-size: 13px;
    font-weight: 400;
}
.udaje-checkbox>span a{
    font-size: 12px;
}