/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 2.7
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */
h3{
    position: relative;
    display: inline-block;
}
h4{
    display: inline-block;
}
h4:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #DD003B;
    display: block;
    position: absolute;
    bottom: -5px;
}
h3:before {
    content: "";
    width: 20px;
    height: 5px;
    background: #DD003B;
    display: block;
    position: absolute;
    bottom: -5px;
}
.listing-type4 h3{
    padding: 0 30px;
    font-size: 18px !important;
}
.listing-type4 p{
    padding: 0 30px;
    font-size: 16px !important;
}
.listing-type4 h3:before{
    content: unset;
}
.listing-type4 img{
    max-height: 225px;
    width: 100%;
    object-fit: cover;
}
.breadcrumb {
    display: none;  
}
.breadcrumb_container{
    display: none;
}
#colophon a{
    font-size: 12px !important;
    color: black !important;
}
#colophon .elementor-widget-social-icons .elementor-social-icon{
    font-size: 32px !important;
}
#colophon .elementor-social-icons-wrapper{
    display: flex;
    justify-content: flex-end;
}
#colophon .elementor-social-icons-wrapper .elementor-grid-item:first-child .elementor-social-icon{
    width: auto;
}
#colophon .elementor-social-icons-wrapper .elementor-grid-item:first-child .elementor-social-icon svg{
    width: 100%;
}
#colophon .elementor-widget-social-icons .elementor-grid-item:not(:first-child) .elementor-social-icon{
    width: unset !important;
}
#colophon{
    overflow: hidden;
    background: white !important;
}
.hfe-menu-toggle{
    font-size: 20px !important;
    margin-left: 3px !important;
}
.promotion-toggle .elementor-toggle-title:before{
    content: "+ ";
}
.promotion-toggle .elementor-toggle-icon{
    display: none !important;
}
.contact-form-wrapper{
    display: flex;
}
.contact-form-wrapper > div{
    width: 50%;
}
.contact-form-wrapper input{
    margin-bottom: 35px;
}
.contact-form-wrapper select{
    line-height: 1;
}
.contact-form-wrapper .form-right-block textarea{
    max-height: 215px;
    height: 100% !important;
    margin-bottom: 30px;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper select{
    background: transparent !important;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(94, 127, 177, .2) !important;
    height: 35px !important;
    padding: 11px 13px !important;
    font-size: 12px !important;
    border-radius: 4px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.menu-425:after{
    content: ">";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    color: rgba(34, 34, 34, .5);
}
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder,
.contact-form-wrapper select{
    color: rgba(34, 34, 34, .5) !important;
}
.form-left-block,
.form-right-block{
    padding: 0 30px;
}
.form-right-block{
    padding-top: 10px;
}
.form-right-block input[type="submit"]{
    margin-top: 20px;
    max-width: 160px;
    height: 47px !important;
    background: #5E7FB1 !important;
    font-size: 16px !important;
    font-weight: 100;
    font-family: 'Montserrat';
}
.wpcf7-form{
    position: relative;
    padding: 50px 20px!important;
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.wpcf7-form h2{
    font-size: 26px;
    padding-left: 30px;
    margin-bottom: 30px;
}
.contact-button-group{
    text-align: right;
}
.contact-button-group .ajax-loader{
    position: absolute;
    right: 30px;
    top: 55px;
}
.wpcf7-not-valid-tip{
    background: rgba(255,0,0, .15);
    top: 0;
    width: 0;
    right: 0;
    height: 35px;
    z-index: 0;
    position: absolute;
    color: transparent;
    animation-duration: 0.3s;
    animation-name: requiredf;
    animation-fill-mode: forwards;
}
input:not(.wpcf7-validates-as-tel):not(.wpcf7-validates-as-email):not(:placeholder-shown) ~ .wpcf7-not-valid-tip{
    animation-duration: 0.3s;
    animation-name: requiredffocus;
    animation-fill-mode: forwards;
}
.wpcf7-not-valid[type="tel"] ~ .wpcf7-not-valid-tip:before{
    content: "Example: +41 75 411 00 00";
    color: white;
    width: 40%;
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 100;
    opacity: 1;
    background: #5e7fb1;
    line-height: 1.5;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.wpcf7-not-valid[type="email"] ~ .wpcf7-not-valid-tip:before{
    content: "Example: email@example.com";
    color: white;
    width: 40%;
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 100;
    opacity: 1;
    background: #5e7fb1;
    line-height: 1.5;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.sub-menu a{
    justify-content: center !important;
    padding-left: 0 !important;
    text-align: center;
}
.sub-menu{
    width: 100% !important;
}
.first-screen-wave{
    position: absolute;
}
#hp-s1-wave{
    position: absolute;
    left: -65vw;
    top: -18vh;
    z-index: 0;
}
#hp-s1-wave img{
    width: 135vw;
    max-width: unset !important;
}
@keyframes requiredffocus{
    0%{
        width: 100%;
    }
    100%{
        width: 0;
        animation-play-state: paused;
    }
}
@keyframes requiredf{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.pdf-list .elementor-icon-list-item{
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end !important;
}
.pdf-list .elementor-icon-list-items{
    display: flex;
    flex-direction: column;
}
.personal-block .elementor-image-box-content{
    padding: 0 35px 0 35px;
    min-height: 230px;
}
.wpcf7-form-control-wrap{
    display: block;
}
.post-grid-custom-template .eael-grid-post-holder-inner{
    display: flex;
    min-height: 250px;
}
.post-grid-custom-template .eael-grid-post-holder{
    border: 0;
}
.post-grid-custom-template .eael-entry-media{
    width: 49%;
}
.post-grid-custom-template .eael-entry-wrapper{
    width: 51%;
    position: relative;
}
.post-grid-custom-template .eael-entry-thumbnail{
    height: 100%;
}
.post-grid-custom-template .eael-entry-thumbnail > img{
    object-fit: cover;
    height: 100%;
}
.post-grid-custom-template .eael-entry-footer{
    display: none;
}
.post-grid-custom-template .eael-post-elements-readmore-btn{
    position: absolute;
    right: 34px;
    bottom: 12px;
}
.post-grid-custom-template .eael-post-elements-readmore-btn::after {
    content: "";
    background: red;
    width: 9px;
    height: 3px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    right: -15px;
    top: 12px;
}
.post-grid-custom-template .eael-post-elements-readmore-btn::before {
    content: "";
    background: red;
    width: 9px;
    height: 3px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: -15px;
    top: 7px;
}










/* relocate to another file */
.first-item-image-gallery{
    height: 100%;
    background-position: 100% 50%;
}
.main-item-image-gallery{
    height: 100%;
}
.last-items-image-gallery{
    height: 50%;
    background-position: 50% 50%;
}
.imagebody_new .image_gallery {
    border-bottom: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
}
.single-content.listing-content{
    background: #D6E7EF;
    padding: 35px;
    margin-top: 100px;
}
.last-items-image-gallery{
    border-right: 0 solid #ffffff !important;
}
.listing-content .entry-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 4.5rem;
}
.listing-content .category_wrapper {
    padding: 0;
}
.listing-content .category_wrapper .entry-title{
    font-family: "SuisseNeue", Sans-serif !important;
}
.elementor-social-icons-wrapper svg{
    width: 118px;
    margin-left: -5px;
}
#google_map_on_list{
    height: 700px;
}
.google_map_on_list_wrapper{
    padding: 15px;
}
.site .similar_listings_wrapper{
    background: #D6E7EF;
}
.characteristic-table {
    font-size: 18px;
    color: #3C3C3C;
}
.characteristic-table table{
    border: 0;
    width: 100%;
    color: #3C3C3C;
}
.characteristic-table table tr{
    border-bottom: 1px solid #f0f0f0;
}
.characteristic-table table td{
    border-bottom: 1px solid #707070;
    color: #3C3C3C;
    border-right: 0;
    padding: 10px 0;
    text-align: unset;
    font-weight: bold;
}
.sidebar{
    position: sticky;
    top: 50px;
    margin-bottom: 15px;
}
.sidebar-wrapper{
    margin-top: 100px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.3);
}
.listing_main_image{
    height: 600px;
}
.sidebar-wrapper hr{
    border-top: 1px solid #707070;
    margin-top: 30px;
    margin-bottom: 10px;
}
.sidebar-wrapper span{
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
    color: #DD003B;
}
.sidebar-wrapper p{
    font-size: 18px;
    line-height: 1.5;
}
.post-grid-custom-template:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
/*listing*/
.left.carousel-control, .right.carousel-control, .listing_filters_head{
    transform: translatey(150px);
    z-index: 10;
    position: absolute;
    top: 0;
    width: 1200px;
}
/* vipilit*/
.elementor-widget-Wprentals_Icon_Content_Box{
    position: relative;
}
/* .elementor-widget-Wprentals_Icon_Content_Box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    display: block;
    top: 0;
} */

#promotion-wave2{
    z-index: -1;
}

.listing-swiper-container{
    width: 100%;
}



/* serch page*/
.half_map_on_right{
    display: flex;
    position: relative;
}
#google_map_prop_list_wrapper{
    position: static !important;
}
#google_map_prop_list_sidebar{
    position: static !important;
}
#listing_ajax_container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.ehf-header #masthead {
    z-index: 1000;
}

.single-post{
    width: 100%;
    height: auto;
    -moz-box-shadow: 4px 4px 0px 0px #E3E3E3;
    -webkit-box-shadow: 4px 4px 0px 0px #E3E3E3;
    box-shadow: 4px 4px 0px 0px #E3E3E3;
}
.course-img{
    height: 100%;
    background-size: cover;
    background-position: center;
}
.single-post > a {
    height: 224px;
    display: block;
}

.course-list-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 100px;
    grid-row-gap: 80px;
}
.filter-input{
    height: 7px !important;
}
.filter-input .ui-slider-handle {
    top: -.5em !important;
}
.single-post h3 > a, .single-post h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: "SuisseIntl", Sans-serif;
}
.post-meta-container {
    font-family: "SuisseIntl", Sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: auto;
}

.single-post h3, .post-meta-container{
    padding: 0 30px;
}
.single-post h3{
    padding-top: 20px;
    line-height: 12px;
    margin-bottom: 20px !important;
}
.property-address{
    font-size: 16px;
    color: #000000;
}
.course-list-container h3::before {
    display: none;
}
.single-post h3{
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-post .property-address{
    margin-bottom: 20px;
    position: relative;
}
.listing-price {
    color: #112C56;
    font-size: 18px;
    background: #05308C;
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    top: 10px;
    left: -10px;
}
.property-address::before{
    background-color: #DD003B;
    height: 3px;
    content: '';
    display: block;
    width: 20px;
    margin-bottom: 5px;
}
.single-post{
    display: flex;
    flex-direction: column;
}
.filter-container{
    background: rgba(255,255,255,0.85);
    position: absolute;
    top: -280px;
    width: 100%;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.filter-container .filter-wrapper > div, .filter-container .filter-wrapper > div input{
    width: 100%;
}
#input-city, #input-category{
    border: 0 !important;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background: none !important;
    border-bottom: 3px solid #BCE0FD !important;
    margin-top: -4px;
    font-size: 13px !important;
    color: #112C56 !important;
    font-family: "SuisseIntl", Sans-serif !important;
}
#input-city::placeholder, #input-category::placeholder{
    font-size: 13px !important;
    color: #112C56 !important;
    font-family: "SuisseIntl", Sans-serif !important;
}
.filter-input .ui-slider-range{
    background: rgb(17, 44, 86) none repeat scroll 0% 0%;
}
.filter-input .ui-slider-handle {
    margin: 0 !important;
    width: 18px !important;
    border-radius: 3px !important;
    background: #EEE !important;
    height: 18px !important;
    top: -7px !important;
    border: 1px solid lightgray;
    margin-left: -10px !important;
}
.filter-wrapper .filter-input{
    border: 1px solid #BCE0FD !important;
    background-color: #fff !important;
}
.filter-wrapper{
    padding: 0 30px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-auto-flow: row;
}
.filter-wrapper .input-city-container input, .filter-wrapper .input-category-container input{
    height: 100% !important;
    margin-top: 0 !important;
}
.filter-wrapper > div{
    margin: 10px 0px;
}
.filter-wrapper label{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "SuisseIntl", Sans-serif;
    color: #112c56;
}
#input-city::placeholder, #input-category::placeholder, #input-category, #input-city, .go-to-wish-list-cont button{
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    font-family: "SuisseIntl", Sans-serif !important;
    color: #112c56 !important;
}
.list-category-container{
    list-style: none;
    margin: 0;
}
.options-category-container{
    visibility: hidden;
    position: absolute;
    width: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.options-category-container label{
    padding: 10px;
    margin-bottom: 0 !important;
}
.selected-checkbox{
    background-color: #D6E7EF;
}
.input-category-container{
    position: relative;
}
.list-category-container label{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.list-category-container label input{
    display: none;
}

.selected-checkbox::after{
    content: '\f2ed';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #112C56;
}
.similar-listing-img{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.similar-listing-img img{
    width: 100%;
    height: auto !important;
    position: absolute;
}
.hfe-site-logo-img{
    margin-top: -13px;
}
.input-rooms-container, .input-price-container, .input-surface-container{
    position: relative;
}
#hidden-input-rooms, #hidden-input-surface, #hidden-input-price{
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    text-align: end;
    background: none;
    border: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "SuisseIntl", Sans-serif;
    color: #112c56;
}
.single-post{
    position: relative;
}
.wishList-button{
    background: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    margin: 10px;
    padding: 0;
}
.wishList-button img:last-of-type{
    position: absolute;
    right: 0;
    opacity: 0;
    transition: .25s;
}
.active-wishlist img:last-of-type{
    opacity: 1 !important;
}
.go-to-wish-list-cont button{
    background: 0;
    border: 0;
}
#societe-wave1, #societe-wave2{
    position: sticky;
    top: 60%;
    margin-bottom: -100%;
}
#page {
	overflow: hidden;
}
/*responsove page*/
@media (max-width: 1440px) {
	#hp-pre-footer-wave{
		padding-left: 15px;
	}
}
@media (max-width: 950px) {
    .course-list-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .filter-wrapper {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 769px){
    .personal-block .elementor-image-box-content{
        min-height: 300px;
    }
    .personal-block .elementor-image-box-img > img{
        width: 100% !important;
    }
    .wpcf7-not-valid[type="email"] ~ .wpcf7-not-valid-tip:before,
    .wpcf7-not-valid[type="tel"] ~ .wpcf7-not-valid-tip:before{
        width: 55%;
    }
    #colophon .elementor-social-icons-wrapper{
        display: unset !important;
        text-align: center;
    }
    .g-recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .form-left-block, .form-right-block {
        padding: 0 15px;
    }
    .wpcf7-form h2 {
        padding-left: 15px;
    }
}
@media (max-width: 700px) {
    .filter-container {
        top: -380px;
        height: auto;
    }
    .filter-wrapper {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}
@media (max-width: 570px) {
    .course-list-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 500px){
    #colophon .hfe-nav-menu a{
        justify-content: center !important;
    }
    .personal-block .elementor-image-box-content{
        padding: 0 35px 0 35px;
        min-height: 300px;
    }
    .post-grid-custom-template .eael-grid-post-holder-inner {
        display: unset !important;
        min-height: unset !important;
    }
    .post-grid-custom-template .eael-entry-media {
        width: unset;
    }
    .post-grid-custom-template .eael-entry-wrapper {
        width: unset;
        position: relative;
    }
    .post-grid-custom-template .eael-post-elements-readmore-btn {
        position: relative;
        left: 60%;
        margin-top: 10px !important;
        bottom: unset;
    }
    .wpcf7-not-valid[type="tel"] ~ .wpcf7-not-valid-tip:before{
        content: "+41 75 411 00 00";
    }
    .wpcf7-not-valid[type="email"] ~ .wpcf7-not-valid-tip:before{
        content: "email@example.com";
    }
    .wpcf7-not-valid[type="email"] ~ .wpcf7-not-valid-tip:before,
    .wpcf7-not-valid[type="tel"] ~ .wpcf7-not-valid-tip:before{
        width: 40%;
    }
    .contact-form-wrapper > div{
        width: 100%;
    }
    .contact-form-wrapper {
        flex-direction: column;
    }
    .contact-form-wrapper input,
    .contact-form-wrapper select{
        margin-bottom: 10px;
    }
    .form-right-block input[type="submit"]{
        max-width: 100%;
    }
    .wpcf7-form .contact-button-group{
        display: unset;
    }
	.elementor-35546 .elementor-element.elementor-element-ad0ef8d .hfe-site-logo .hfe-site-logo-container img{
		margin:0px;		
	}
	.elementor-35370 .elementor-element.elementor-element-45be28f > .elementor-container{
		min-height:50vh;
	}
	.elementor-35370 .elementor-element.elementor-element-c6ba94a > .elementor-element-populated > .elementor-widget-wrap, .elementor-35370 .elementor-element.elementor-element-d86c6c5 > .elementor-element-populated > .elementor-widget-wrap{
		padding:0px 10px 10px 10px;
	}
	.elementor-35370 .elementor-element.elementor-element-aa8e773 > .elementor-widget-container{
		margin-bottom:0;
	}
	.elementor-35370 .elementor-element.elementor-element-aa8e773,.elementor-35370 .elementor-element.elementor-element-972bebe{
		margin-bottom:10px;
	}
	.elementor-35370 .elementor-element.elementor-element-d86c6c5 > .elementor-element-populated{
		margin:0;
	}
	.elementor-element-370391b{
		display:none;
	}
	.elementor-35370 .elementor-element.elementor-element-3185fbd > .elementor-widget-container{
		padding-top:20px;
		padding-bottom:0;
	}
	.elementor-35370 .elementor-element.elementor-element-42f0b50 > .elementor-element-populated > .elementor-widget-wrap{
		padding-bottom:82px;
	}
	.elementor-35370 .elementor-element.elementor-element-0d44e33{
		padding-bottom:50px;
	}
	.elementor-35370 .elementor-element.elementor-element-6d0371c{
		padding-left:10px;
		padding-right:10px;
	}
	.block-1 > div , .block-2 > div, .block-3 > div{
		margin-left:0 !important;
	}
/* 	.block-1 > div, .block-2 > div, .block-3 > div */
	.elementor-element-64e40b6 > div > div > section > div > div.elementor-row{
		justify-content:space-between !important;
	}
	div.block-1 .elementor-text-editor p, div.block-2 .elementor-text-editor p, div.block-3 .elementor-text-editor p{
		font-size:15px !important;
	}
	div.block-1 .elementor-heading-title, div.block-2 .elementor-heading-title, div.block-3 .elementor-heading-title{
		padding-top:15px;
	}
	div.block-1 > div, div.block-2 > div, div.block-3 > div{
		margin-bottom:30px !important;
	}
	body:not(.rtl) .elementor-35370 .elementor-element.elementor-element-791bac5{
		left:9px;
	}
	body:not(.rtl) .elementor-35370 .elementor-element.elementor-element-85a7cce, body:not(.rtl) .elementor-35370 .elementor-element.elementor-element-808855b{
		left:10px;
	}
	.elementor-35370 .elementor-element.elementor-element-808855b img, .elementor-35370 .elementor-element.elementor-element-791bac5 img, .elementor-35370 .elementor-element.elementor-element-85a7cce img{
		width:140px !important;
	}
	.elementor-35579 .elementor-element.elementor-element-62fc9f4{
		padding-top:0;
	}
	.course-list-container{
		margin-top:20px;
		grid-gap:unset;
		grid-row-gap:30px;
	}
	.filter-container{
		margin-top:-450px;
		top:unset;
	}
	/*properties page*/
	.swiper-slide{
		width:100% !important;
	}
	.similar-listing-content p{
		overflow:scroll;
	}
}

@media (min-width: 769px){
	.sticky-header.shrinked{
		padding: 0px 100px 0px 100px !important;
	}
}
@media (max-width: 768px){
	.sticky-header.shrinked{
		padding: 0px !important;
		padding-left: 25px !important;
	}
}

.shrinked img {
    margin: 15px 0 0;
    width: 100px !important;
}