.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container.facebook {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 720px;
    width: 720px;
    padding: 0;
}

.price-changes {
    color: #999999;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    padding-left: 14px;
    margin: 0;
}
.price-changes.price-up i {
     height: 10px;
     width: 8px;
     display: inline-block;
     margin-right: 2px;
    background-image: url(/static/images/icons/price/pabrango.svg);
 }
.price-changes.price-down i {
     height: 10px;
     width: 8px;
     display: inline-block;
     margin-right: 2px;
    background-image: url(/static/images/icons/price/atpigo.svg);
 }

/* line 104, ../../../../app/scss/mobile/show_ad.scss */
#dataDetailsArea {
    color: #666;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 5px 2px;
}

/* line 112, ../../../../app/scss/mobile/show_ad.scss */
.dataInfo a {
    color: #0a893d;
    text-decoration: none;
    &:hover {
        color: #005610;
    }
}

#categories {
    margin-bottom: 10px;
    display: block !important;
}
#categories ol {
    list-style-type: none;
    display: flex;
    color: #0a893d;
    margin: 8px 3px;
    padding: 0;
    flex-wrap: wrap;
}
#categories li {
    padding-left: 10px;
}
#categories a {
    color: #0a893d;
    text-decoration: none;
    margin-left: 5px;
}
#categories li:before {
    content: " » ";
    position: absolute;
    margin-left: -5px;
}
#categories li:first-child {
    padding-left: 0;
}
#categories li:first-child:before {
    content: "";
}
#categories li:first-child a {
    margin-left: 0;
}
#contactsArea {
    padding-bottom: 20px;
    font-size: 0;
}
#contactsArea h4 {
    margin-bottom: 12px;
}

.contact-button {
    color:#fff;
    display: inline-block;
    padding: 5px 17px;
    width: 24%;
    max-width:150px;
    height: 47px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 2px;
    margin-right:1%;
    vertical-align: top;
}

.contact-button span{
    padding-left: 28%;
    display:inline-block;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    position: relative;
    top: 50%;
}
.contact-button#call-button span{
    padding-left: 22%
}

#start-chat-button{
    background-size: 32px 32px;
}
#call-button{
    background: url("/static/images/pages/mobile/show_item.svg?v=2#horn") 10% center #399a19 no-repeat;
    background-size: 20px;
}
#mail-button{
    background: url("/static/images/pages/mobile/show_item.svg?v=2#contacts-mail") 10% center #b7b7b7 no-repeat;
    background-size: 26px 26px;
}
#cities-button{
    background: url(/static/images/svg/location_icon_16x23px.svg) 10% center #b7b7b7 no-repeat;
}

.contact-button#call-button {
    min-width: 154px;
    max-width: 160px;
}

/* line 122, ../../../../app/scss/mobile/show_ad.scss */
.big-bank {
    margin: 10px auto 0 auto;
    padding: 0 10px;
}

/* line 126, ../../../../app/scss/mobile/show_ad.scss */
.big-bank a {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #47965d;
    border-radius: 3px;
    color: white;
    padding: 10px 0;
}
/* line 136, ../../../../app/scss/mobile/show_ad.scss */
.big-bank a span {
    font-weight: bold;
}

/* line 142, ../../../../app/scss/mobile/show_ad.scss */
#commentsArea {
    display: block !important;
}

#commentsArea a {
    display: block !important;
    color: #0A893D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    margin: 8px 0;
}

/* line 180, ../../../../app/scss/mobile/show_ad.scss */
.adsTopFooter {
    height: 49px;
    background: #f9e781;
    /* Old browsers */
    background: linear-gradient(to bottom, #f9e781 0%, #f4d214 100%);
    /* W3C */
    border-bottom: 1px solid #bca217;
    border-top: 1px solid #dedede;
    box-shadow: 0 3px 4px #CECECE;
    -webkit-box-shadow: 0 3px 4px #CECECE;
    margin-bottom: 0;
    width: 100%;
}

/* line 229, ../../../../app/scss/mobile/show_ad.scss */
#showDelivery {
    color: #666;
    border-bottom: 1px dashed #666;
    cursor: pointer;
}

/* line 235, ../../../../app/scss/mobile/show_ad.scss */
#deliveryData {
    display: none;
    color: #666;
    font-size: 14px;
    float: left;
    width: 40%;
    padding: 5px 2px;
    overflow-y: hidden;
}

/* line 245, ../../../../app/scss/mobile/show_ad.scss */
#deliveryText {
    display: none;
    color: #666;
    font-size: 14px;
    float: left;
    width: 40%;
    padding: 5px 2px;
    overflow-y: hidden;
    height: 15px;
}

/* line 256, ../../../../app/scss/mobile/show_ad.scss */
#linkToSeller {
    text-decoration: none;
    color: #015696;
}

/* line 265, ../../../../app/scss/mobile/show_ad.scss */
#facebook-share {
    display: flex;
    padding: 8px 20px 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background: #FFF;color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    position: relative;
}

#facebook-share:after {
    content: "";
    background-image: url("/static/images/pages/mobile/show_item.svg?v=2#facebook-icon");
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 11px;
}

#facebook-share:hover {
    box-shadow: 0 1px 5px 2px #d3d3d3;
}

/* line 283, ../../../../app/scss/mobile/show_ad.scss */
#facebookShareSticked span {
    width: 80px;
    height: 55px;
    vertical-align: -30px;
    display: inline-block;
    margin-top: 12px;
    background: url(/static/images/FBmyAdsShare.png) no-repeat;
    margin-right: 0;
}

/* line 293, ../../../../app/scss/mobile/show_ad.scss */
.zone-item-bottom {
    text-align: center;
    margin-bottom: 10px;
    height: 250px;
}

/* line 299, ../../../../app/scss/mobile/show_ad.scss */
hr {
    border: 0;
    height: 1px;
    border-top: 1px dashed #d1d1d1;
}

/* line 305, ../../../../app/scss/mobile/show_ad.scss */
.change-interest {
    padding: 0 0 0 14px;
    font-size: 12px;
    margin: 0;
    color: #666;
}

/**
** Map
**/

#call-to-me{
    display: block;
    /*width: 94px;*/
    height: 18px;

    color: #fff;
    padding: 12px 9px 12px 30px;
    text-decoration: none;
    border-left: 1px solid #68b251;
    border-right: 1px solid #68b251;
    float: right;
    font-size: 12px;
    background: url("/static/images/pages/mobile/show_item.svg?v=2#horn") 9px 12px #399a19 no-repeat;
    background-size: 14px 18px;
}

#remember-ad-button {
    width: 45px;
    display: block;
    color: #fff;
    padding: 12px 10px 12px 33px;
    text-decoration: none;
    margin-right: 1px;
    float: right;
    font-size: 12px;
    height: 18px;
}

#remember-ad-button.remember-item {
    background: url("/static/images/pages/mobile/show_item.svg?v=2#isiminti2") 8px 12px #979296 no-repeat;
    background-size: 20px 20px;
}

#remember-ad-button.forget-item {
    background: url("/static/images/pages/mobile/show_item.svg?v=2#isimintas") 8px 12px #979296 no-repeat;
    background-size: 20px 20px;
}

#remember-ad-button.full-width {
    width: 45px;
}

#remember-ad-button.full-width span {
    display: inline;
}

@media (max-width: 420px) {
    #remember-ad-button{
        width: 0;
        padding: 0 0 0 35px;
        height: 42px;
    }
    #remember-ad-button.full-width {
        padding: 12px 10px 0 33px;
        height: 30px;
    }

    #remember-ad-button span{
        display: none;
    }
}

@media (max-width: 370px) {
    #remember-ad-button{
        height: 42px;
    }
    #remember-ad-button.full-width {
        padding: 12px 10px 0 33px;
        height: 30px;
    }

    #call-to-me {
        background-image: none;
        padding: 11px 9px 0 9px;
        height: 31px;
    }
}

#messenger-container {
    width: 80px;
    height: 41px;
    float: right;
}

.fake-chat{
    position: fixed;
    right: 3px;
    bottom: 1px;
    z-index: 1337;
}

#debug_toolbar{
    display: none;
}

#mobile-item-zone{
    text-align: center;
}

.bigbank-button-wrapper{
    padding: 0 10px;
}

.bigbank-button {
    line-height: 38px;
    height: 38px;
    display: block;
    width: 100%;
    max-width: 799px;
    color: white;

    background: #4fac5e;
    background: -moz-linear-gradient(top, #4fac5e 0%, #388257 100%);
    background: -webkit-linear-gradient(top, #4fac5e 0%, #388257 100%);
    background: linear-gradient(to bottom, #4fac5e 0%, #388257 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fac5e', endColorstr='#388257', GradientType=0);

    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
}

.chat-button-container .chat-button {
    background-color: #39991b;

    border-radius: 2px;
    border-left: 1px solid #9acd8b;
    border-bottom: 1px solid #cfe3c7;
    border-right: 1px solid #68b251;

    color: #ffffff;
    font-size: 14px;
    line-height: 47px;
    text-align: center;
    width: 170px;
}

.chat-button-container .chat-button img{
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

.chat-button-container .dataText{
    line-height: 47px;
}

/**
Loader
 */
svg {
    /*transform: rotate(-90deg);*/
}

svg circle {
    transition: stroke-dashoffset 0.1s linear;
    stroke: #FFF;
    stroke-width: 2px;
}

svg circle.fill {
    stroke: #399a19;
    stroke-dashoffset: 114px;
}

.no-top-border{
    border-top: none!important;
}

#mobile-gallery-zone{
    margin-bottom: 10px;
}
