.menu > li > a,.product-name a,.page-title h1, .page-title h2,.support-client h2{
    font-family: 'Assistant', cursive;
}
.product-name a{font-weight: normal;}
body{
    font-family: 'Assistant', cursive;
    font-size:17px;
    letter-spacing: 0.5px;
    letter-spacing: 0.05em;
    background:#fcfcfc;
}
html{
    background-attachment: fixed;   
}
.topbar{border:0;min-height: 10px;}
.support-client h2{font-size:16px}
.search_toolbar{top:-100%;height: 100%;display: flex;align-items: center;background:rgba(255,255,255,0.8)}
.search_toolbar .form-search{width:100%;max-width: 1000px;border:1px solid #000;}
.form-search input.input-text{width:calc(100% - 60px);text-align: center;}
.search_toolbar .form-search .btn{float:right;}
.container {
    max-width: 100%;
}
.btn, input,.selectric,.mini-cart,.toolbar .pagination li.active a,.owl-theme .owl-controls .owl-buttons div,.search_toolbar .form-search,.sale-icon,.flex-direction-nav a,.listing-slider #carousel .flex-direction-nav a{border-radius: 125px !important;}
textarea.form-control{border-radius:25px;}
#contact_form #submit_btn{width: 100%;}
.topbar{background:transparent;}
.topbar .container .colorbg{background:#222;padding:0px 0;margin:0 0px;display: inline-block;width: 100%;}
.logodv{float: left;}
.header-bottom .container,.header{background: #eaebec}
.menu-row{background:#222;padding:3px 0}
.menu > li > a{background:transparent;color:#fff;}
.menu-row.fixed{background:#222;}
.mini-cart{margin-bottom: 10px;}
.logodv a{padding:5px 0}
.mp-2sa{margin-top: 5px;}
.container{background: transparent;}
.productslider-item,.block-layered-nav .block-content,.toolbar,.breadcrumb{background:#fff;border: 1px solid #ccc;}
.row.products{margin:0 -5px;}
.owl-theme .owl-controls .owl-buttons{background: transparent;}
.breadcrumb{border-radius: 0;padding:3px 15px;}
.breadcrumb{margin-top: 10px;margin-bottom:10px;text-align: center;}
.pager{display: flex;flex-wrap:wrap;align-items: center;}
.pager-box .pagination{display: flex;}
.toolbar-bottom .pagination li a{margin: 0;}
.toolbar-bottom{padding: 5px 0}
.sale-icon{height: 32px;width: 32px;line-height: 32px;}
.top-cart-title::before{background:url('/images/front/cart.png') no-repeat center center;background-size:contain;border-right: 2px solid #222;width: 50px;content:""}
.mini-cart{background:#fff;border:1px solid #222;}
.top-cart-title .dropdown-toggle{color:#222;}
.top-cart-title .price{font-size: 18px;}
.flr-r .btn{background: #fff;border:1px solid #222;line-height: 32px;}
.flr-r .btn span{color:#222;}
.top-cart-title .checkout-btn .btn{width:100%;}
.custom-table{background: #fff;border:1px solid #ccc;}
.custom-table > thead > tr > th, .custom-table > tbody > tr > td{border-color: #ccc;}
.leflt-form-bs{padding:15px !important;background:#fff;border: 1px solid #ccc;}
.error{border-bottom-width: 1px !important;box-shadow:1px -2px 0px 0px red  inset !important}
.brands {background: #fff;padding: 10px 0;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
footer{margin-top: 0;}
#partners .owl-theme .owl-controls{text-align: center;}
#partners .owl-theme .owl-controls .owl-buttons{
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 80px;
    padding: 10px 10px 0 10px;
}
footer{
    background: linear-gradient(90deg,#222 0,#222 50%,#222 0,#222);
}
footer .col-md-3:nth-of-type(4){
    background:#222;
}
footer .col-md-3:nth-of-type(1){
    background:#222;
}
footer .col-md-3 {
    background: #222;color:#ccc;text-align: center;
}
footer h4,footer .col-md-3 p b:first-child{color:#fff;}
footer a{color:#fff;}
footer .container,.copyright-wrap .container{width:100% !important;max-width: 1500px;}
.copyright-wrap{padding: 5px 0;font-size:12px;}
.page-title,.page-title-line{background:#fff;border:1px solid #ccc;padding:5px 15px;}
.bts-box a{width:100%;}
.bts-box a:last-of-type{
    margin-top:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bay{background:#fff;color:#222;border:1px solid #222;}
.bay i:before{
    background:url('/images/front/cart.png') no-repeat center center;background-size:contain;color:transparent;content:" ";height: 32px;width:32px;position: absolute;left:0;top:0;
}
.bay:hover{background: #222}
.bay i{vertical-align: middle;;padding:3px;height: 32px;width:32px;background:#fff;margin:3px;position: relative;}
.item .item-inner .product-name{border-bottom: 1px solid #ccc;}
.block-content a.btn{width: 100%;}
.block-content a.btn.btn-success{border:1px solid #222;background: #fff;margin-bottom: 10px;color:#222;}
.block-content a.btn.btn-success:hover{color:#fff;background:#222;}
.price-box .price{font-size:18px}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
#carousel .flex-direction-nav a{border-radius:0 !important;}
.listing-slider #slider,.listing-slider #carousel{background:#fff;border:1px solid #ccc;}
.features{background:#fff;border:1px solid #ccc;padding-bottom: 15px;}
.features .page-title.page-title-line{border:0;}
.features .pricing-box{padding:5px 15px; text-align: center;}
.features .efficiency-rating{padding: 0 15px; text-align: center;}
.features .product-select-amount{padding: 0 15px;}
.features .bay{width:100%;display: flex;align-items: center;justify-content: center;}
.tab-content{background:#fff;border: 1px solid #ccc;}
.tabs-container ul#nav-tabs li a{background:#222;color:#fff;border-color:#ccc;}
.tabs-container ul#nav-tabs li.active a, .tabs-container ul#nav-tabs li:hover a, .tabs-container ul#nav-tabs li:focus a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #fff;
    color: #222;
    border-bottom: 0;
}

form{padding: 15px;background:#fff;border:1px solid #ccc;box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);}
.belka_color{background:#fff;border:1px solid #ccc;}
input[type="checkbox"]{width:15px !important;height: 15px !important;} 
.step-title .number{display: none;}
.user-account-menu{padding: 0px;background:#fff;border:1px solid #ccc;}
.user-account-menu{text-align: center;}
.step-title h2{float: none;text-align: center;width: 100%;margin:0;}
.step-title h2{color:#222;}
.step-title{background: #fff;}
.step-title.collapsed h2{color:#fff}
.step-title.collapsed{background: #222;}
.pboas-fdsdf{background:#fff;border:1px solid #ccc;padding:15px 30px !important;}

.cont-bc-w{padding: 15px;background:#fff;border:1px solid #ccc;}
#login-box{background:#fff;border:1px solid #ccc;padding:15px 15px !important;}
#login-box a.btn{width: 100%;}

.asde-area{background:#fff;border:1px solid #ccc;padding:15px 15px !important;}
.choose-form-data, .choose-form-summary-data{padding: 0;border-color:#ccc;}
#payment, #delivery, #paczkomat_box{background:#fff;}
#region{background:#fff;padding: 10px;}
.region-choose-data{margin-bottom: 20px;}
#basket-payment-reload{background:#fff;border-color:#ccc;}
.news-box-reg{display: inline-block;width: 100%;}
.news-box-reg .title_forms{background: #fff;border:1px solid #ccc;}
.alert-success{background: #fff;border-color: #ccc;color:#222;}
#total-price-reload{font-weight: bold;font-size:24px;}
#basket-payment-reload span.kwota_zam{font-size:22px;}
.text-bs{background: #fff;border:1px solid #ccc;}

.order-item-content{background: #fff;border:1px solid #ccc;padding:5px;margin:5px;box-sizing: border-box;max-width: calc( 100% - 10px );}
.orders-table .order-header{background:#222;color: #fff;}
.account-hader .orders-table{border:1px solid #ccc;}
@media (max-width: 1199px) {
    .support-client p{font-size:13px;margin-top:5px;}
}
@media (max-width: 991px) {
    .support-client{display: none;}
    .logo-col{width: 100%;}
}
@media (max-width: 991px) {
    .page-title h1, .page-title h2{font-size:24px;}
    #contact_form{margin-top:15px;}
    .navbar-nav{vertical-align: middle;}
    .menu-row{padding:0}
    .logodv{float: none;max-width: 250px}
	.container{ padding:0;}
}
.form-search{background: transparent}
@media (max-width: 360px) {
    .row.products .col-md-4.fadeIn{
        width: 100%;
    }
}



/*LUKS*/

.menu > li > a, .menu > li:first-child > a{
    border-radius: 30px 1px 30px 1px;
    margin-left: 4px;
    margin-right: 4px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.catlist .name-cat h3{
    position: relative;
    padding-bottom: 10px;
}
.catlist .name-cat h3:after{
    content: " ";
    width: 20%;
    height: 1px;
    position: absolute;
    left: 0;
    margin-left: 40%;
    bottom: 0px;
    background: #000;
}
.catlist .name-cat h3:before{
    content: " ";
    width: 40%;
    height: 1px;
    position: absolute;
    left: 0;
    margin-left: 30%;
    bottom: 4px;
    background: #000;
}
.block-layered-nav h2, h3, footer h4, footer .col-md-3 p b{
    /*font-style: italic;*/
    font-weight: bold;
    font-family: 'Assistant', cursive;
}
.block-layered-nav h2:first-letter {
    font-family: 'Assistant', cursive;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 1px;
    font-style: normal;
}
.productslider-item, .block-layered-nav .block-content{
    border-radius: 15px !important;
}
.toolbar, .breadcrumb, .page-title,.page-title, .page-title-line{
    border-radius: 5px !important;
}
.search_toolbar{
    background: rgba(255,255,255,0.98) !important;
}


.caption{ font-family: 'Assistant', cursive;}
.caption:first-letter {color:#fff;border:none;}


footer h4:first-letter, footer .col-md-3 p b:first-of-type:first-letter{
    font-family: 'Assistant', cursive;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    font-style: normal;
}
footer .col-md-3 p b:first-of-type{
    position: absolute;
    width: 100%;
    left: 0;
}

.page-title.page-title-line h4{
    font-family: 'Assistant', cursive;
    font-size: 20px;
}
.page-title.page-title-line h4:first-letter{
    font-family: 'Assistant', cursive;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-style: normal;
    padding: 0 0 0 10px;
    color: #222;
    border-left: 2px solid #ccc;
    margin: 5px 0;
}
.header-bottom .container, .header, #preloader, .copyright-wrap, .panel-products-container,html{
    
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
}
.copyright-wrap{background-color:#ccc;}
.copyright-wrap, .copyright-wrap a{
    color: #000;
    font-weight: bold;
}
.copyright-wrap a:hover{
    color: #aaa;
}
.bay i{
    background: transparent;
}
.bay:hover i:before{
    background-image: url("/images/front/cart_h.png");
}
.flexslider .flex-direction-nav a{
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.belka_color,.user-account-menu{border-radius:10px;overflow: hidden;}
.cont-bc-w,form,.leflt-form-bs,.features,.pboas-fdsdf{border-radius:0px;}
.promo-txt{
    left: auto;
    right:0;
}
.features .page-title.page-title-line{margin-top: 4px;background: transparent;text-align: center}
.features .pricing-box h2{margin-top:0;}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group,.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child),.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-radius:4px !important;}
.title_forms{background:#f7f7f7;}
.order-products-view .products-item div.row-first {
    line-height: 1;
    display: flex;
    width: 100%;
}
.alertify-buttons button{border-radius:56px}
body .alertify{border:3px solid #ccc;border-radius:0px;}
.mini-cart .dropdown-menu{border-radius:0px;}
#coupon_code.form-control{border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important}
.choose-form-data, .choose-form-summary-data{border-radius:10px;overflow: hidden}
.text-bs{border-radius:10px;padding:10px;}
.listing-slider{padding:15px;background: #fff;border:1px solid #ccc;border-radius:14px;}
.listing-slider #carousel{border:none;}

.panel-products-container-ns #bx-owl-slider .owl-controls{position: relative;top:0;left: 50%;    -webkit-transform: translateX(-50%);width: 85px;
                                                          transform: translateX(-50%);}
.panel-products-container-ns #bx-owl-slider .owl-controls .owl-buttons {position: relative;right:0;top:-10px;}
.panel-products-container-ns #bx-owl-slider .owl-controls .owl-buttons div{background:#fff;}
.catlist .view-more{border-radius: 40px;}

.one-home-box-top{;position: relative;padding: 15px}
.one-home-box-top .cont-b{box-shadow: 2px 2px 6px 1px rgba(200,200,200,0.5);position: relative;;max-width:500px;margin: 0 auto;}
.title-im {width: 100%;padding:5px 15px;background: rgba(255,255,255,0.7);}
.title-im.absol{position: absolute;bottom: 0;}
.one-box-home-top-a:hover img{
    transform: scale(1.2);
}
.one-home-box-top h3{font-size:18px;margin-top:5px;}
.one-dn-bx .featured{overflow: hidden;border-radius:8px;}
.box2t .featured h5{background:#ccc}
.box-full{background: #fff;box-shadow: 0 0 20px 28px #fff;margin: 40px 0;padding: 40px 0;}

footer{margin-top:10px;}

footer{
    background: #222;
    background-image: url('/images/front/footerbg.png');
    background-position: left top;
    background-repeat: no-repeat;position: relative;
}
footer:before{
    background-image: url('/images/front/footerbg2.png');
    background-position: right bottom;
    background-repeat: no-repeat;content:"";position: absolute;width:100%;height: 100%;
}
footer .col-md-3{background:transparent !important;}
.img-big-center{margin-left:auto;margin-right: auto;}
.btn{white-space: normal}
.table-responsive {
    border-color: transparent;
}
@media (max-width: 767px) {
    .col-md-12.col-xs-12 .col-lg-6.col-md-6.col-sm-6.col-xs-12.padding-left-none.padding-right-30.margin-bottom-50{
        padding-right:0 !important;
    }
    .choose-form-data{margin-bottom:30px;}
}
@media (max-width: 767px) {
    #basket-content td.prod img.product-image {
        display: inline-block;
    }
    #basket-content td.prod span,.account-hader .products-item div.row-first span{font-size:12px;}
    .title-im.absol{position:relative;background:#fff;}
}

.icon_search {vertical-align: middle;}
.product-search_close i{font-size: 24px;vertical-align: middle;}

.form-search input.input-text{border-radius: 125px 0 0 125px  !important;}
.search_toolbar .form-search .btn{border-radius:0 125px 125px 0 !important;}

.side-widget .block-content ol.subcat.subcat_hide {
    display: none;
}
.widget-category i{
    cursor: pointer;
    float: right;
    line-height: 38px;
    padding: 0 4px;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 10px;
}
.widget-category li{position: relative;cursor: default;}
.widget-category li a{padding-right: 20px;position: relative;}


/*blog*/
.home-header .home_title{
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 15px;

    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px !important;
    font-family: 'Assistant', cursive;
    font-size: 30px;
    text-transform: uppercase;
    color: #393939;
    font-weight: 700;
    line-height: 40px;
    float: none !important;
}
.home-header .home_title::first-letter {
    font-family: 'Assistant', cursive;
    font-size: 38px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-style: normal;
    padding: 0 0 0 5px;
    color: #222;
    border-left: 2px solid #ccc;
    margin: 0px 0;
}

.sidebar > * {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    border-radius:15px;
    border: 1px solid #ccc;
}
.sidebar > * form{
    border:none;padding:0;
}
.sidebar .sidebar_title{
    font-weight: bold;
    font-family: 'Assistant', cursive;
    position: relative;
    display: block;
    font-size: 20px;
    color: #222;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 15px;
}

.news_posts .news_post{
    background:#fff;border-radius:5px;overflow: hidden;background:#fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.news_info{
    background: #222;
    color:#fff;
    padding:5px;
}
.news_info .news_date {
    display: flex;
}
.news_info .news_date > *{
    padding:0 2px;
}
.news_info ul li{
    margin:5px;
}
.news_info ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0;
}
.news_info ul a{
    color:#ccc
}
.news_info ul a:hover{
    color:#fff
}
.news_body{
    padding:15px;
}
.news_body .button.home_button{
    display: inline-block;margin-top: 15px;
}
.news_title a{
    color:#777;
    font-size:24px;margin-bottom: 10px;font-weight: bold;
    display: inline-block;
}
.news_title a:hover{
    color:#999;
}
.news-tlb ul{
    padding:0 5px;
}
.news-tlb  .pagination > .active > span{
    background: #676767;
    color: #fff;
    border-radius: 50% !important;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin: 3px 0;
    padding: 0;
    width: 30px;
    text-align: center;
}
.sidebar_section li{
    margin-bottom: 10px;margin-left: 5px;
}
.sidebar_section li.active a{
    color:#999
}
.home-header p.page-caption{
    text-align: center;margin:30px 0;background:#fff;padding:5px;font-size:22px;border: 1px solid #ccc;margin-top: -20px;
}
.sidebar_search_form{
    position: relative;
}
.search_button,.serachicon{
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 15px;
    border-radius: 4px !important;    
    background:#ccc;
}
.serachicon {
    right: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    top: 0;
    color: red;
    background: #fff;
}
#search-blog{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    padding: 10px;
    padding-right: 60px;
}

.blog-img{
    overflow: hidden;
}
.blog-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}
.blog-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 340px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.box-gallery{
    overflow: hidden;margin-bottom: 30px;border-radius:5px;
}
.box-gallery a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}
.box-gallery img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 340px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.box-gallery a{
    position: relative;display: block;
}
.box-gallery a i{
    position: absolute;right: 5px;bottom: 5px;font-size:30px;color:#fff;z-index: 20;
}


@media (max-width: 767px) {
    .news_info{
        font-size:12px
    }
    .news_title a{
        font-size:20px;
    }
}

@media (max-width: 480px) {
    .news_info ul{
        justify-content: center;
    }
    .home-header .home_title{
        font-size:22px;
    }
    div.p{
        font-size:13px;
    }
}
div.p img{
    max-width: 100% !important;height: auto !important;
}
.prod-row-news{
    margin:0 -5px;
    display: flex;
    flex-wrap: wrap;
}
.prod-row-news > .col-md-4 {
    padding:5px 0px;margin:0px;
}
.blog-img.box-gallery{
    margin-bottom: 0;
}


/*overlay*/

.overlay-window.active {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}
.overlay-window {
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    position: fixed;
    top: 0px;
    justify-content: center;
    align-self: center;
    overflow: auto;
    height: 100vh;
    opacity: 0;
    display: flex;
    color:#000;
}
.overlay-window .window-close:hover{
    color:#000;background:#fff;
}
.overlay-window .window-close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 12;
    background: #000 ;
    padding: 10px;
    border: 2px solid #fff;
}
.overlay-window .window-close i {
    font-size: 18px;
    display: block;
    text-align: center;
}

.overlay-window.active .window_content {
    margin-top: 0;
}
.overlay-window .post-image {
    max-width: 100%;
}
.overlay-window .window_content {
    position:relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 90%;
    align-self: center;
    text-align: center;
    padding: 0px;
    margin-top: -100px;
    width:1100px;max-width:90%;
}
.overlay-window .window_content h2{
    font-size:32px    
}
.overlay-window .window_content .photo-poss{
    position: relative;display: inline-block;
}

.overlay-window .window_content p{
    font-size:18px;
}
.btn-danger{
background-color: #4ca4c2;border-radius:0 !important;min-width:200px;
}
.btn-danger:hover{
	background:#a5d1e0
}
html{
  background-image: url("https://static.wixstatic.com/media/2d7fea_5c6b56a4017040389a817affc03215fe~mv2.jpg/v1/fill/w_250,h_250,al_c,q_80/2d7fea_5c6b56a4017040389a817affc03215fe~mv2.webp");
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
}
.rangeslider--horizontal{
direction:ltr
}
html{height:100%;}
body, html {
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
body{
	background:transparent;
}
.margin-vertical-15, .margin-bottom-15 {
    margin-bottom: 15px !important;
}
.item-aggr{
    text-align: right;
    direction: rtl;
}
.item-aggr label{
    font-size: 13px;
}
.input-sm, select.input-sm{
    height: auto;
    line-height: 1.4;
    font-size: 17px;
}
.form-control{
    font-size: 18px;
}
#submit_btn{
    max-width: 100%;
    font-size: 17px;
}