.social-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.social-btn a img{
    width: 25px;
    height: auto;
}
.social-btn a{
    margin-right: 15px;
}
.flexed-items-copy{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sprava-link.copyrights{
    text-align: right;
}
.dev-link.copyrights{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.dev-link.copyrights a {
    margin-left: 10px;
}
#dev-logo {
    fill: #005bb9;
    width: 100%;
    height: 100%;
    max-width: 70px;
    transition: all .3s ease 0s;
}
#dev-logo:hover {
    fill: #ffffff;
}

#navigation .menu .with-btn a{
    margin-top: 8px;
}
.lang span,
.lang a{
    text-transform: uppercase;
    font-weight: 600;
}
.lang span {
    color:#005bb9;

}
.lang a:after{
    display: none;
}

.header-widget .lang li:after{
    display: none;
}

.header-widget .lang .langs-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-height: 25px;
    transition: all 0.2s;
}
.header-widget .lang ul{
    display: none;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 20px;
}

.header-widget .lang ul li{
    padding-right: 0;
    margin-right: 10px;
    margin-top: 0;
}
.lang span:after{
    content: '\f107';
    font-family: FontAwesome;
    position: inherit;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #084aa4;
    margin-left: 5px;
}
.header-widget li.logo-item:after{
    display: none;
}
.header-widget li.logo-item{
    margin-right: 10px;
}
.flexed-header > ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.hide-container{
    transition: all 0.2s;
}
.fixed-header .content-block{
    padding-top: 210px;
}
.fixed-header .hide-container{
    overflow: hidden;
    height: 0;
    transition: all 0.2s;
}
.fixed-header .fixed-container{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9999;
}

.main-slider-home .tp-caption{
    position: unset;
}
.padding-140{
    padding: 200px 15px;
}
.owl-carousel.owl-main-slider{
    padding: 0;
}
.custom-caption {
    color: #fff;
    padding: 45px 15px;
    z-index: 5;
	text-transform: none !important;
    /*background-color: #ffffffe3;
    border-top: 5px solid #005bb9;*/
}

.tp-caption .caption-title {
    white-space: normal;
    text-transform: none;
    font-size: 40px;
	line-height: 44px;
    /*letter-spacing: 1px;*/
    font-weight: 600;
    margin-bottom: 22px;
    z-index: 7;
}

.tp-caption .caption-text {
    z-index: 7;
    white-space: normal;
    letter-spacing: 0;
    font-size: 40px;
    line-height: 40px;
    opacity: 0.85;
}

.tp-caption .button {
    -webkit-transition: all 0.2s ease-in-out!important;
    -moz-transition: all 0.2s ease-in-out!important;
    -ms-transition: all 0.2s ease-in-out!important;
    -o-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out !important;
    margin-top: 28px;
}

.tp-caption .button:hover {
    background-color: #fff;
    color: #333;
}
.flexed-row-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.main-slider-home .tp-caption.custom-caption{
    min-height: 311px;
}

.flexed-row-services{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.flexed-row-services:before,
.flexed-row-services:after{
    display: none;
}

.flexed-subcategory-catalog{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 0px;
}
#modal-info{
    max-width: 50%;
    position: relative;
    left: 25%;
}
.the-team .the-team-content h5{
    min-height: 0px;
}
.form-custom .has-error input,
.form-custom .has-error textarea{
    border: 1px solid #dc3545;
}
.form-custom .has-error.form-group{
    position: relative;
}
.form-custom .has-error .help-block{
    color: #dc3545;
    position: absolute;
    bottom: -25px;
    white-space: nowrap;
}
#modal-info{
    display: none;
}
.mfp-container #modal-info{
    display: block;
}
.flexed-header-row{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#breadcrumbs{
    margin-top: 15px;
    position: unset;
}
#breadcrumbs ul li:first-of-type{
    margin-left: 0;
}
#titlebar h1{
    font-size: 24px;
    line-height: 32px;
    margin: 1px 0 2px 0;
}
#breadcrumbs ul{
    padding-left: 0;
}
.flexed-header-row{
    line-height: 15px;
}
.padding-bottom-15{
    padding-bottom: 15px;
}
.modal-padding-fields input{
    margin: 0px 0 22px 0;
}
.stars.stars-review i:hover{
    cursor: pointer;
}
#navigation li.with-btn{
    float: right;
}
#navigation li.cart-icon {
    position: unset;
    float: right;
    margin-right: 20px;
}

#navigation li.cart-icon a {
    background-color: #f6f6f6;
    padding: 10px 25px 10px 15px;
    border-radius: 30px;
    margin: 10px 0;
    border: 1px solid #efefef;
}

span.cart-counter {
    margin-right: 20px;
    margin-top: 7px;
    display: block;
}

.container-width-100 .container{
    width: 100%;
}
.category-widget ul{
    list-style: none;
    padding-left: 0;
}
.category-widget ul li li{
    padding-left: 35px;
}
.category-widget ul li li li{
    padding-left: 15px;
}
.category-widget ul li a{
    color: #333;
}
.category-widget ul li .sidebar-menu-toggler{
    color: #005bb9;
    display: inline-block;
    padding: 0px 5px;
    min-width: 20px;
}
.category-widget ul li .sidebar-menu-toggler:hover{
    cursor: pointer;
}
.category-widget>ul>li>a{
    font-weight: 700;
}
.category-widget ul li.active-link-sidebar-category>a{
    color: #005bb9;
    font-weight: 700;
}
.header-sidebar-category a{
    color: #000;
}
.item-flexed-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.shop-item .item-flexed-buttons .button{
    padding: 8px 13px;
}
table.cart-table th.text-right{
    text-align: right;
}
input.submit-order-button{
    width: 100%;
}
.padding-bottom-55{
    padding-bottom: 55px;
}
.price mark,
.sale mark{
    background: none;
    color: #005bbb;
}
.product-widget__list{
    list-style: none;
}


.checkbox {
    display: inline-block;
    margin-bottom: 0
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    line-height: 25px
}

.checkbox label span.checkbox-icon {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #005bb9;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 1px
}

.checkbox input + label span.checkbox-icon:after {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: scale(.5) rotate(45deg);
    transition: all .35s cubic-bezier(.3, -.41, .19, 2), opacity .3s
}

.checkbox input:checked + label span.checkbox-icon {
    border-color: #005bb9;
    background-color: #005bb9;
}
.button.border.filter-button-style{
    padding: 8px 18px;
}
.checkbox input:checked + label span.checkbox-icon:after {
    transform: scale(1) rotate(45deg);
    opacity: 1
}
.flexed-row-order-form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexed-row-order-form .items-order-container{
    order: 1;
}
.flexed-row-order-form .button-order-container{
    order: 3;
}
.flexed-row-order-form .form-order-container{
    order: 2;
}
.font-size-30{
    font-size: 30px;
}
#order-form.form-custom .has-error .help-block {
bottom: -20px;
}
.shop-item .item-description span.sale{
    font-weight: 700;
}
.shop-item .item-description span.sale del,
.shop-item .item-description span.sale mark{
    font-weight: 600;
}

.shop-item .item-flexed-buttons .button:hover{
    background-color: #005bb9;
}

.toolbar{
    padding: 14px 15px 10px 15px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.toolbar .display-product-option .product-option-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.limiter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
.pager .limiter label, .toolbar label, .display-product-option .pages label {
    display: inline;
    margin-right: 10px;
    padding: 8px 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    color: #888;
    font-family: "Gilroy", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pager .limiter{
    display: flex;
}
.limiter ul ul{
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 33px;
    background: none repeat scroll 0 0 #fff;
    z-index: 10000;
    color: #000;
    border: 1px #ddd solid;
}
.sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.sort-by li li:hover,
.sort-by li li:hover a{
    background-color: #eee;
}
.limiter ul ul li:hover,
.limiter ul ul li:hover a{
    background-color: #eee;
}
.limiter li:hover > ul {
    visibility: visible;
}
.limiter li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0px 0 0px 10px;
    position: relative;
    width: 50px;
    float: left;
    color: #333;
    text-align: left;
    border: 1px solid #ddd;
    line-height: 35px;
    border-radius: 8px;
}
.limiter li li {
    width: 48px;
    border: none;
    border-bottom: 1px #eaeaea solid;
    border-radius: 0;
}
.limiter a:link, .limiter a:visited {
    text-decoration: none;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
    display: inline-block;
    padding: 0px;
    color: #333;
}
.right-arrow:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #666;
    font-size: 14px;
}
.limiter .right-arrow {
    float: right;
    margin-left: 6px;
}

.sort-by > ul > li >a{
    display: flex;
    justify-content: space-between;
}
.sort-by > ul > li {
    min-width: 200px;
}
.sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0px 15px;
    position: relative;
    float: left;
    color: #333;
    border: 1px solid #ddd;
    line-height: 35px;
    border-radius: 8px;
}
.sort-by a:link, .sort-by a:visited {
    color: #333;
    text-decoration: none;
}
.sort-by ul ul {
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 30px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border: 1px #ddd solid;
}
.sort-by{
    display: flex;
    margin-left: 15px;
}
.sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sort-by li:hover > ul {
    visibility: visible;
}


/* Search form */
.responsive-search{
    display: flex;
}

.responsive-search input,
.responsive-search button{
    margin-bottom: 0;
}

.responsive-search button,
.header-widget li .responsive-search button{
    border: none;
    text-align: center;
    padding: 0 22px;
    border-radius: 25px;
    margin-left: -30px;
    background-color: #005bb9;
    z-index: 8;
}
.header-widget li .responsive-search button i{
    margin: 0;
    font-size: 25px;
    color: #fff;
}
.responsive-search input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 240px;
}
a.featured-service:hover{
    background-color: #f7f7f7;
}
.search-widget-container .responsive-search input,
.header .responsive-search input{
    color: #000;
}
.flexed-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.responsive-search .form-group{
    position: relative;
}
.responsive-search  .form-group .help-block{
    color: #dc3545;
    position: absolute;
    bottom: -22px;
    font-size: 12px;
    left: 20px;
    white-space: nowrap;
}
.search-widget-container{
    margin-bottom: 15px;
}
.responsive-search .form-group,
.search-widget-container .responsive-search input{
    width: 100%;
}
.search-widget-container .responsive-search input{
   border: 1px solid #e0e0e0
}
.search-widget-container .responsive-search button i{
    color: #000;
    font-size: 25px;
}
.search-widget-container .responsive-search button{
    padding: 0 27px;
}
.logo_text p{
    font-size: 14px;
}
.header-widget li .with-btn a{
    margin: 0;
    padding: 10px;
	white-space: nowrap;
}

#navigation li.lang{
    float: right;
    margin-right: 40px;
    margin-top: 14px;
    background: #fff;
    border-radius: 25px;
    padding: 5px 10px;
}

#navigation li.lang .active-lang{
    cursor: pointer;
}

#navigation li.lang ul{
    display: none;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 25px;
	z-index: 99;
}

.only_mob{
    display: none;
}

.flexed-header > ul li.logo-item .logo_text p span{
    font-size: 12px;
}
.items-flexed {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flexed-row-center.items-flexed{
    justify-content: center;
}
.items-flexed .isotope-item{
    display: flex;
    flex-direction: column;
}
.items-flexed .isotope-item .shop-item,
.items-flexed .isotope-item .shop-item figure{
    height: 100%;
}
.items-flexed .isotope-item .shop-item figure .item-description h5{
    height: 60px;
}
@media only screen and (max-width:992px){
    .only_mob{
        display: block;
    }
    .pagination ul li.next,
    .pagination ul li.prev{
        display: none;
    }
    .menu-responsive .cart-icon{
        display: block;
        position: relative;
    }
    .menu-responsive .cart-icon i{
        color: #fff;
    }

    .menu-responsive .cart-icon .cart-counter{
        top: 1px;
        right: -6px
    }

    #titlebar #breadcrumbs ul{
        position: unset;
        margin-top: 20px;
    }

    #modal-info{
        max-width: 100%;
        left: 0;
    }
    .flexed-subcategory-catalog a{
        width: 100%;
    }
    .main-slider-home .padding-140{
        padding: 0;

    }
    .main-slider-home .container{
        width: 100%;
    }
    .main-slider-home .caption-title{
        font-size: 24px;
        line-height: 23px;
    }
    .main-slider-home  .caption-text{
        font-size: 15px;
        line-height: 26px;
    }
    .main-slider-home a.button.medium {
        font-size: 12px;
        line-height: 23px;
        margin: 24px 0px 0px;
        padding: 10px 19px;
    }

    .main-slider-home .background-image{
        background-size: cover;
        background-position: center;
    }
    .jPanelMenu-panel{
        transform: none !important;
    }

    .fixed-header .content-block{
        padding-top: 210px;
    }
    .fixed-header .fixed-container{
        position: fixed;
        width: 100%;
        top: 0;
        background: none;
        z-index: 100;
    }
    .fixed-header .fixed-container .menu-responsive{
        margin-bottom: 0;
    }
    .flexed-header > ul{
        flex-wrap: wrap;
    }
    .header-widget li.logo-item{
        margin: 0px;
        padding-right: 0;
    }
    .header-widget li.logo-item #logo{
        padding: 0;
        margin-top: 0;
        border: none;
        position: relative;
    }
    .header-widget li.logo-item #logo:after{
        display: block;
        content: "";
        height: 1px;
        width: calc(100vw - 30px);
        left: 0;
        background: #e0e0e0;
        position: absolute;
        bottom: -10px;
    }
    .cart-icon .cart-name{
        display: none;
    }
    .header{
        margin: 0;
    }
    .header-widget li.social-btn{
        display: none;
    }

    .flexed-header > ul li.logo-item{
        order: 1;
    }

    .flexed-header > ul li.lang {
        order: 2;
        margin-right: 0;
    }
    .flexed-header > ul li.header-address {
        order: 4;
        margin-right: 0;
        width: 32%;
        font-size: 14px;
    }
    .header-widget li.logo-item #logo:after{
        width: 720px;
    }


    .flexed-header > ul li.header-address.search-block{
        order: 3;
        margin-right: 25px;
    }
    .flexed-header > ul li.header-address:after,
    .flexed-header > ul li.header-address.search-block:after{
        display: none;
    }

    .flexed-header > ul li.lang {
        order: 2;
    }
    #jPanelMenu-menu .with-btn{
        display: none;
    }


    .menu-responsive{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: #005bb9;
    }
    .menu-responsive .with-btn a{
        color: #fff;
    }
    .menu-responsive i.menu-trigger{
        width: auto;
    }
    .menu-responsive i.menu-trigger:after{
        display: none;
    }


    body[data-menu-position='open'] .fixed-container .menu-responsive{
        flex-direction: row;
    }
    body[data-menu-position='open'] #jPanelMenu-menu{
        z-index: 105 !important;
    }
    input.qty{
        width: 40px ;
    }
    .qtyplus,
    .qtyminus,
    a.cart-remove {

        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width:  768px){
    .flexed-header > ul li.header-address {
        order: 4;
        margin-right: 0;
        width: 31%;
        font-size: 14px;
        display: none;
    }
    .flexed-header > ul li.header-address.search-block{
        order: 3;
    }
    .header-widget li.header-address-custom{
        display: flex;
        align-items: center;
    }
    .header-widget li.header-address-custom .title{
        margin-right: 10px;
    }
    .header-widget li{

    }
    .header-address .widget-content{
        display: flex;
    }
    .header-widget li.header-address-custom i{
        font-size: 20px;
    }
    .header-widget li.logo-item #logo:after{
        width: calc(100vw - 30px);
    }
    .header .responsive-search input{
        width: auto;
        padding: 5px;
    }
    .header .header-widget li .responsive-search button{
        padding: 0 9px;
    }
    .flexed-header > ul li.header-address.search-block{
        margin-right: 0;
        margin-top: 0;
    }
    .header-address .widget-content{
        display: block;

    }
    .header-widget li.header-address-custom{
        margin-top: 0;
    }

    .flexed-header > ul li.logo-item{
        display: flex;
        align-items: center;
    }

    .flexed-header > ul li.logo-item .logo_text{
        padding-left: 0;
        margin: 0 15px;
    }

    .flexed-header > ul li.logo-item .logo_text p{
        font-size: 12px;
    }

    .flexed-header > ul li.logo-item .logo_text p span{
        font-size: 10px;
    }
}
@media only screen and (max-width:  639px){
    .flexed-header > ul li.header-address {
        order: 4;
        margin-right: 0;
        width: 100%;
        font-size: 14px;
    }
    .flexed-header > ul li.header-address.search-block{
        order: 3;
        width: 100%;
    }

    .header-address .widget-content{
        display: flex;
    }
    .flexed-header > ul li.header-address.search-block{
        margin-top: 15px;
    }
    .header .responsive-search input{
        width: 100%;
    }

}
