.img-local {
    object-fit: cover;
    height: 180px;
    width: 300px;
    display: inline;
}

.mbCl,
footer .cl .lnk:hover {
    color: #e97546;
}

.mbCl2 {
    color: #49b975;
}

.logo {
    width: 140px !important;
    height: 62px !important;
    object-fit: cover;
}


.mbCl3,
header .right a.actv,
header .right a.actv svg {
    color: #ef404f;
}

.mbBg,
.pace .pace-progress,
body #show-loan i,
.im-body #uniform-undefined.frm-category,
.frm-answer .frm-area .frm-buttons button,
#search-sort .user-type a.active,
#search-sort .list-grid a.active,
.paginate ul li span,
#listing .data .connect-after a:hover,
.paginate ul li a:hover,
.blg-btn.blg-btn-primary,
.bpr-prof .bpr-btn,
.post-edit .price-wrap .selection a.active {
    background: #e97546 !important;
    color: #fff !important;
}

.mbBg2,
.im-button-green {
    background: #49b975 !important;
    color: #fff !important;
}

.mbBg3,
.mobile-box a i,
#photos .qq-upload-button,
.tabbernav li.tabberactive a,
.frm-title-right a.frm-new-topic,
.im-user-account-count {
    background: #28ce51 !important;
    color: #fff !important;
}

.mbBg4,
.mobile-box a i,
#photos .qq-upload-button,
.tabbernav li.tabberactive a,
.frm-title-right a.frm-new-topic,
.im-user-account-count {
    background: royalblue !important;
    color: #fff !important;
}

.mbBgAf:after {
    background: #e97546 !important;
}

.mbBgActive.active {
    background: #e97546 !important;
}

.mbBg2Active.active {
    background: #49b975 !important;
}

.mbBg3Active.active {
    background: #ef404f !important;
}

.mbBr,
header .right a.publish:hover {
    border-color: #e97546 !important;
}

.mbBr2 {
    border-color: #49b975 !important;
}

.mbBr3,
.user-top-menu > .umenu li.active a {
    border-color: #ef404f !important;
}

#atr-search .atr-input-box input[type="checkbox"]:checked + label:before,
#atr-search .atr-input-box input[type="radio"]:checked + label:before,
#atr-form .atr-input-box input[type="checkbox"]:checked + label:before,
#atr-form .atr-input-box input[type="radio"]:checked + label:before,
.bpr-box-check input[type="checkbox"]:checked + label:before,
#gdpr-check.styled
.input-box-check
input[type="checkbox"]:checked
+ label:before,
.pol-input-box input[type="checkbox"]:checked + label:before,
.pol-values:not(.pol-nm-star)
.pol-input-box
input[type="radio"]:checked
+ label:before {
    border-color: #e97546 !important;
    background: #e97546 !important;
}

.mbBr2Top {
    border-top-color: #49b975 !important;
}

.mbBr3Top,
body #fi_user_new_list {
    border-top-color: #ef404f !important;
}

.vp {
    position: absolute;
    padding: 2.5px;
    border-radius: 4px;
    background: #fff;
    bottom: 15px;
    right: 10px;
    z-index: 1;
}

.vip_icon {
    background-image: url("../images/vipicon.png");
    width: 14px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.premium_icon {
    background-image: url("../images/premiumicon.png");
    width: 14px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top_right_alert {
    position: absolute;
    margin-top: 60px;
    margin-right: 15px;
    top: 0;
    right: 0;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 5px 8px 10px gray;
    background: #fff;
    color: black;
    border: 0.5px solid #dddddd;
}

.fa_icon_success {
    color: seagreen;
}

.fa_icon_delete {
    color: tomato;
}


.loc-picker .region-tab:empty:after {
    content: "Select country first to get list of regions";
}

.loc-picker .city-tab:empty:after {
    content: "Select region first to get list of regions";
}

.cat-picker .wrapper:after {
    content: "Select main category first to get list of subcategories";
}

a.fi_img-link.fi-no-image > img {
    content: url("{{asset('front')}}/oc-content/themes/gamma/images/no-image.png");
}


.fa-pen-to-square {

    font-size: 18px;
    margin-right: 5px;
    color: rgb(246, 141, 43);
}

.fa-trash-alt {

    font-size: 18px;
    color: #e21d1d;
}


#preview-images {
    display: inline-flex;
    flex-wrap: wrap;
}

#preview-images img {
    width: 120px !important;
    height: 100px !important;
}

#preview-images .image {
    position: relative;
}

#preview-images .image span {
    position: absolute;
    top: 10px;
    left: 15px
}

.fa-square-xmark {

    font-size: 20px;
    color: rgba(231, 231, 231, 0.863);
}


#add_mob {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 2px;
    border-radius: 60px;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 11px;
    background: #49B975 !important;
    color: #fff !important;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .add_ads {
        display: block;
    }

    .w-200 {
        width: 100%;
        max-height: 250px;
        position: relative;
    }


}


@media only screen and (min-width: 769px) {
    .add_ads {

        display: none;

    }

    .w-200 {
        width: 100%;
        max-height: 400px;
        position: relative;
    }


}


@media screen and (min-width: 770px) {
    .tab-bar-container {
        display: none;
    }
}


@media only screen and (max-width: 768px) {

    /*  Mobile  Fixed Tab Bar */
    .pc-footer {
        display: none;
    }

    .icon-plus {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3ClinearGradient id='s685kxuuta' x1='-107.787%25' x2='103.635%25' y1='-137.718%25' y2='143.955%25'%3E%3Cstop offset='0%25' stop-color='%23e97546'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg transform='translate%28-340 -213%29 translate%280 192%29 translate%28340 21%29'%3E%3Ccircle cx='10' cy='10' r='10' fill='url%28%23s685kxuuta%29'/%3E%3Cpath fill='white' stroke='white' stroke-width='.714' d='M14.497 9.46H10.36V5.503c0-.2-.161-.36-.36-.36-.199 0-.36.16-.36.36V9.46H5.503c-.199 0-.36.161-.36.36 0 .2.161.36.36.36H9.64v4.317c0 .2.161.36.36.36.199 0 .36-.16.36-.36V10.18h4.137c.199 0 .36-.16.36-.36 0-.199-.161-.36-.36-.36z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff !important;
        border-radius: 50%
    }

    .icon-reset {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #b1b5c7;
        background-position: center;
        background-size: 7px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19px' height='18px' viewBox='0 0 19 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3E%3Ctitle%3Eicon-close%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='index' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='filter-future' sketch:type='MSArtboardGroup' transform='translate%28-337.000000%2C -125.000000%29' fill='%23FFFFFF'%3E%3Cpath d='M345.181981%2C133.838835 L337.757359%2C141.263456 L339.171573%2C142.67767 L346.596194%2C135.253048 L354.020815%2C142.67767 L355.435029%2C141.263456 L348.010408%2C133.838835 L355.435029%2C126.414214 L354.020815%2C125 L346.596194%2C132.424621 L339.171573%2C125 L337.757359%2C126.414214 L345.181981%2C133.838835 L345.181981%2C133.838835 Z' id='icon-close' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    }


    .tab-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 0 calc(env(safe-area-inset-bottom) + 15px);
        z-index: 99;
        background-color: #fff;
        transition: transform 0.2s linear
    }


    .tab-bar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-around
    }

    .tab-bar ul li {
        position: relative;
        width: 20%;
        text-align: center
    }

    .tab-bar__link {
        display: block;
        font-size: 8px;
        color: #8d94ad;
        letter-spacing: 0.44px
    }

    .tab-bar__link-icon {
        display: inline-block;
        width: 20px;
        height: 20px
    }

    .tab-bar__link-icon--rounded {
        border-radius: 50%;
        overflow: hidden
    }

    .tab-bar__link svg {
        fill: #8d94ad
    }

    .tab-bar__link--active {
        color: #e97546
    }

    .tab-bar__link--active svg {
        fill: #e97546
    }

    .tab-bar__link--centered {
        position: absolute;
        display: block;
        left: 50%;
        top: -44px;
        transform: translate(-50%)
    }

    .tab-bar__link--centered i {
        width: 45px;
        height: 45px
    }

    .tab-bar__link--centered i::before,
    .tab-bar__link--centered i::after {
        width: 22px;
        height: 2px
    }

    .tab-bar__link-text {
        display: block;
        margin-top: 5px;
        text-transform: uppercase
    }

    .is-hidden-bar {
        transform: translateY(145%)
    }

    .wrap_ebd0 {
        margin-bottom: 55px;
    }

}

.wrap_b3a8 {
    margin-bottom: 30px !important;
}


.premium-prod-footer {
    background: #FFEDA5 !important;
}


.premium-mark {
    background: #e97546 !important;
}


/*HEADER NAVBAR STYLE*/


a {
    color: #095ca2;
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #2d2d2d;
    text-decoration: underline
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset {
    margin: 0;
}

h1, h2, h3, pre, code, address, caption, cite, code, table, font {
    font-size: 1em;
    font-style: normal;
    font-weight: 400
}

h1, h2, h3 {
    font-family: Arial, sans-serif;
    margin: 0 0 .2em;
    line-height: 1.1em
}

h1 {
    font-size: 20px;
    font-weight: 400
}

h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6
}

h3 {
    font-size: 1em;
    font-weight: 700;
    line-height: 18px
}

input, textarea, select {
    font-size: 1em;
    font-family: Arial, sans-serif;
    border: 1px solid #868686;
    padding: 2px;
    color: #1f1f1f
}

input[type=submit], input[type=button], .submit {
    background: #3e5184;
    border: 0px solid #1f58a3;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    font-weight: bold;
}

.searchsubmit:hover {
    background: #6e87cc;
}

a.submit {
    color: #fff;
    text-decoration: none
}

body {
    color: #181a1e;
    background-color: #fbf6e5;
    font-family: Arial, sans-serif;
    font-style: normal;
}

.pagebg {
    padding: 0;
    margin: 0
}

.sitecolor, a.sitecolor, .sitecolor a {
    color: #e44323 !important;
}

.sitebgcolor {
    background-color: #e44323;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 1000px) {
    .container {
        width: 1000px;
    }
}

#header_out {
    min-height: 85px;
    background: #e97546;
    background2: #1abc9c;
}

#header {
    position: relative;
    padding: 20px 10px;
    padding-top: 30px;
}

.main {
    width: 75%;
    float: left;
    padding: 10px;
    min-height: 400px;
}

.main100 {
    width: 100%;
    float: none;
}

.mainright {
    float: right;
}

#rightside {
    width: 25%;
    float: left;
    padding: 10px;
    min-height: 400px;
}

#leftside {
    width: 25%;
    float: left;
    padding: 10px;
    min-height: 400px;
}

#footersayt_out {
    margin-top: 5px;
    background: #607d8b;
}

#footersayt {
    position: relative;
    padding: 20px;
    min-height: 90px;
    overflow: hidden;
    color: #fff;
}

#footersayt a {
    color: #fff;
    font-weight: 700;
    margin-right: 15px
}

#footersayt a:hover {
    color: #f4a137;
    font-weight: 700;
    margin-right: 15px
}

#rightside img, #rightside iframe, #rightside embed, #leftside img, #leftside iframe, #leftside embed {
    max-width: 100%;
}

#tc_main {
    position: absolute;
    top: 3px;
    right: 10px;
    max-width: 70%;
}

#tc_main a {
    color: #fff;
    margin-left: 20px;
}

#tc_but {
    background: #eeeeee;
    border-radius: 2px;
    padding: 6px;
    cursor: pointer;
    height: 35px;
    width: 45px;
    display: none;
    float: right;
    overflow: hidden;
}

#tc_submenu {
    background: transparent;
    border: 0px solid #ccc;
}

@media (max-width: 767px) {
    .main, .main100, .mainright, #rightside, #rightside {
        width: 100%;
        float: none;
    }
}

#loading, .loading {
    position: fixed;
    left: 44%;
    top: 25%;
    z-index: 1000;
    display: inline;
    background: #fff url('images/loading.gif') no-repeat center center;
    width: 50px;
    padding: 25px;
    border: 1px solid gray;
    border-radius: 6px;
}

/*******************/
#divtopmenu {
    background: #fff;
    border-bottom: 1px solid #e0e3e5;
}

.logoimg {
    margin-right: 60px;
    margin-top: 0px;
    float: left;
}

.logoimg img {
    max-width: 220px;
}

.thumb {
    width: 250px;
    height: 300px;
}

.thumb_big {
    width: 300px;
    height: 360px;
}

.estimatetime {
    font-weight: normal;
}

.obkamp {
    width: 48%;
    max-width: 470px;
    height: 228px;
    box-sizing: border-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    background: #f4f4f4;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.obkamp img {
    width: 100%;
    height: 200px;
    border: 0 none;
    margin: 0;
    padding: 0
}

.obkamp .oname {
    position: absolute;
    left: 0px;
    height: 26px;
    overflow: hidden;
    width: 100%;
    bottom: 0px;
    background: #000;
    color: #fff;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.obkamp a {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none
}

.obkamp a:hover {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none
}

.obkamp.nhover {
    border: 1px solid #e30613;
}

.nhover .oname {
    background: #e30613;
}

.kamphead {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    overflow: hidden;
    /* max-width: 1130px; */
    margin: 0px auto;
    margin-bottom: 20px;
}

.kamphead .kamtitle {
    background: #f3f3f3;
    color: #626262;
    font-weight: bold;
    padding: 5px 10px;
}

img.imgkamp {
    display: block;
    height: 120px;
    max-width: 400px;
    float: left;
    margin-right: 15px;
}

.kampcontent {
    clear: both;
    max-height: 120px;
    overflow: hidden;
    background: #fff;
}

.kampinfo {
    padding: 5px 10px;
}

.kamptools {
    background: #f3f3f3;
    padding: 5px 10px;
    clear: both;
    border-top: 1px solid #f3f3f3;
}

.kamtitle .estimatetime {
    font-weight: bold;
}

.kamtitle .fa {
    color: gray;
}

.kamtitle a {
    color: #25557e;
}

.prodwrap {
    padding: 5px 0px;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 10px;
}

.bgwhite, .prodwrap.bgwhite {
    background: #fff !important;
}

.indexmain .htitle {
    margin-left: 5px;
    margin-bottom: 15px;
}

.amorelink {
    clear: both;
    margin-left: 10px;
    margin-bottom: 10px;
}

.prod {
    height: 245px;
    width: 23%;
    max-width: 260px;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: top;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 0px solid #e9e9e9;
    border-radius: 7px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}

.holderimg {
    height: 170px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.prod img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0px;
}

.xcol5 .holderimg {
    height: 209px;
}

.xcol5 .prod {
    height: 300px;
    width: 18%;
    max-width: 200px;
    margin-left: 1%;
    margin-right: 1%;
}

.prod .prodname {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    margin: 8px 0 0;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.4;
}

.prod.prodbig, .prodbig {
    height: 305px;
}

.prod .prodful {
    height: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #969494;
    width: 100%;
    padding: 0 10px;
    margin: 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    display: block;
}

.prod .sprice {
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    top: 0;
    right: 0;
    color: #ffffff;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    padding: 5px 10px 5px 15px;
    background-color: #e97546;
}

.prod .sprice i {
    color: gray;
    font-weight: normal;
    font-style: normal;
    text-decoration: line-through;
    margin-left: 10px;
}

.prod a {
    color: #4d4d4d;
    font-weight: 400;
    text-decoration: none;
    display: block;
    height: 100%;
    max-height: 70px;
}

.prod a:hover {
}

.prod.nhover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .2);
}

.solde {
    position: absolute;
    right: 0px;
    top: 60%;
    display: inline-block;
    z-index: 100;
    background: #de6464;
    color: #fff;
    padding: 2px 8px;
}

/* Myslider */
.owl-item .prod {
    width: 97% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-prev {
    position: absolute;
    left: -18px;
    top: 35%;
    display: block;
    width: 38px;
    height: 38px;
    z-index: 100;
    background: transparent url('images/slidearrows.png') no-repeat 0 -38px !important;
    font-size: 0px !important;
}

.owl-carousel .owl-next {
    position: absolute;
    right: -18px;
    top: 35%;
    display: block;
    width: 38px;
    height: 38px;
    z-index: 100;
    background: transparent url('images/slidearrows.png') no-repeat 0 0px !important;
    font-size: 0px !important;
}

.owl-controls {
    height: 0px;
    overflow: hidden;
}

.slick-track .prod {
    width: 18% !important;
}

.slick-slide, .prod.slick-slide {
    width: 18%;
    max-width: 200px;
    height: 390px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.breadcrumb {
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
    display: inline-block;
    background: transparent;
    border-radius: 2px;
}

.breadcrumb a {
    color: #354874;
}

.breadcrumb2 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #787878
}

.breadcrumb2 a {
    color: #525050
}

.breadcrumb2 .sep {
    color: #ff7f50
}

#galbb a {
    width: 23%;
    height: 81px;
    margin-right: 2%;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#galbb a:hover {
    border: 1px solid #e44323;
}

#galbb img {
    height: 100%;
}

/*  Carusel */
#myCarousel {
    overflow: hidden;
}

.carousel-control {
    width: 5%;
}

.carousel {
    margin-bottom: 15px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img, .carousel-inner .item img {
    width: 100%;
    max-height: 300px;
}

.carousel-inner {
    max-height: 300px;
}

.carousel-inner > .item.active.left, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active, .carousel-inner > .next.left, .carousel-inner > .prev.right, .carousel-inner > .active.left, .carousel-inner > .active.right, .carousel-control.left {
    float: none !important;
}

.catimg_2 {
    background-image: url('images/category/2.png');
}

.catimg_364 {
    background-image: url('images/category/364.png');
}

.catimg_365 {
    background-image: url('images/category/365.png');
}

.catimg_367 {
    background-image: url('images/category/367.png');
}

.catimg_1601 {
    background-image: url('images/category/1601.png');
}

.catimg_1602 {
    background-image: url('images/category/1602.png');
}

.catimg_1606 {
    background-image: url('images/category/1606.png');
}

.catimg_1799 {
    background-image: url('images/category/1799.png');
}

.catimg_1800 {
    background-image: url('images/category/1800.png');
}

.catimg_1801 {
    background-image: url('images/category/1801.png');
}

/* .carousel-indicators li { background: red; } */
#usertopinfo {
}

#topbuttons {
    float: right;
    margin-right: 10px;
}

#topbuttons .divbut {
    float: left;
    margin-left: 25px;
}

/******/
.margarea {
    margin-bottom: 20px;
}

.productprice {
    font-size: 2em;
    color: #e44323;
    font-weight: bold;
}

.productprice i {
    color: gray;
    font-size: 0.7em;
    font-weight: normal;
    font-style: normal;
    text-decoration: line-through;
    margin-left: 10px;
}

.h1title {
    color: #333;
    padding: 0px;
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 10px;
}

.h1title a {
    color: #333 !important;
}

.htitle, .htitle .h3inn {
    border-left: 2px solid #ff8500;
    font-size: 19px;
    font-weight: bold;
    color: #1c407a;
    margin-left: 10px;
    text-indent: 10px;
}

.htitle {
    margin-bottom: 10px;
    line-height: 2;
}

.htitle a {
    color: #1c407a;
    text-decoration: none;
}

.htitle a:hover {
    color: #f4a137;
    text-decoration: none;
}

.htitle .h3inn {
    display: inline-block;
    margin-bottom: -1px;
    border-bottom: 1px solid #f4a137;
}

.hsublinks {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}

.hsublinks a {
    color: #666;
    font-weight: normal;
    margin-right: 20px;
    font-size: 15px;
}

.kamptime {
    float: right;
}

.quickorder_button, #sebetproduct_button {
    margin-right: 15px;
}

a#sebetproduct {
    color: #fff;
    font-size: 1.8em;
    padding: 1px 20px;
    margin-bottom: 10px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-style: italic;
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.75);
    text-shadow: -2px 2px 2px rgba(226, 102, 27, 1);
    background: #f9ab49;
    background: -moz-linear-gradient(top, #f9ab49 0%, #f46e21 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9ab49), color-stop(100%, #f46e21));
    background: -webkit-linear-gradient(top, #f9ab49 0%, #f46e21 100%);
    background: -o-linear-gradient(top, #f9ab49 0%, #f46e21 100%);
    background: -ms-linear-gradient(top, #f9ab49 0%, #f46e21 100%);
    background: linear-gradient(to bottom, #f9ab49 0%, #f46e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ab49', endColorstr='#f46e21', GradientType=0);
}

a:hover#sebetproduct {
    background: #f46e21;
    background: -moz-linear-gradient(top, #f46e21 1%, #f9ab49 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f46e21), color-stop(100%, #f9ab49));
    background: -webkit-linear-gradient(top, #f46e21 1%, #f9ab49 100%);
    background: -o-linear-gradient(top, #f46e21 1%, #f9ab49 100%);
    background: -ms-linear-gradient(top, #f46e21 1%, #f9ab49 100%);
    background: linear-gradient(to bottom, #f46e21 1%, #f9ab49 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f46e21', endColorstr='#f9ab49', GradientType=0);
}

#productform select, #productform input {
    width: 130px;
    min-width: 130px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #a8b0b3;
    background: #f2f5f6;
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(37%, #e3eaed), color-stop(100%, #c8d7dc));
    background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
    background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
    background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
    background: linear-gradient(to bottom, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f6', endColorstr='#c8d7dc', GradientType=0);
}

#menuopen {
    padding: 6px;
    cursor: pointer;
    height: 40px;
    width: 35px;
    margin-right: 10px;
    background: transparent url('menu_toggle.png') center center no-repeat;
    display: none;
    float: left;
    /* position: absolute; top: 10px; right: 10px; */
}

#menucloser {
    color: #fff;
    float: right;
    display: none;
    margin: 5px 10vw;
}

.cloudzoom-lens {
    cursor: move;
    z-index: 10
}

.cloudzoom-lens, .cloudzoom-zoom {
    border: 1px solid #ccc
}

.cloudzoom-zoom {
    box-sizing: border-box
}

.cloudzoom-zoom-inside {
    border: 0;
    box-shadow: none
}

.cloudzoom-caption {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    display: none;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 4px;
    text-align: left
}

.cloudzoom-ajax-loader {
    background-image: url('images/loading.gif');
    height: 32px;
    width: 32px
}

a.arrow-prev {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: -5px;
    top: 153px;
    z-index: 100;
    background: transparent url('slidearrows.png') no-repeat 0 -38px;
}

a.arrow-next {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -5px;
    top: 153px;
    z-index: 100;
    background: transparent url('slidearrows.png') no-repeat 0 0px;
}

#moreload {
    background: #17c0eb;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    max-width: 300px;
    margin: 5px auto;
    cursor: pointer
}

#moreload:hover {
    background: #fd9523
}

.nomargin {
    margin-right: 0 !important;
}

.prodwrap {
    margin-left: -10px;
    margin-right: -10px;
}

#teldiv {
    display: inline-block;
    float: right;
    margin-left: 5%;
    overflow: hidden;
}

a.telbutton, a:hover.telbutton {
    padding: 5px 20px;
    border-radius: 7px;
    display: inline-block;
    color: #334673;
    font-size: 20px;
    white-space: nowrap;
}

a.telbutton .fa {
    color: #ff8944;
    font-size: 35px;
    vertical-align: middle;
}

article a.telbutton {
    margin-top: 10px;
    border: 1px solid #ff8500;
}

.gi-2x {
    font-size: 1.5em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

.mylogbutton {
    margin: 0 10px;
    margin-left: 5%;
    max-width: 140px;
    vertical-align: top;
}

.mylogbutton .dropdown-toggle {
    max-width: 130px;
    overflow: hidden;
}

.mylogbutton .btn {
    padding: 8px 10px;
}

.buttonupload {
    background: #1abc9c;
    color: #fff;
}

#header .addbtn {
    background-color: #2dbd09;
    color: #fff;
    padding: 9px 11px;
    border-radius: 4px;
    vertical-align: top;
    text-decoration: none;
    transition: .6s all;
    display: inline-block;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 5px;
}


#header .addbtn:hover {
    background-color: #239207;
    color: #ffffff;
}

#header .regBtn {
    background-color: #2dbd09;
    color: #fff;
    padding: 9px 11px;
    border-radius: 4px;
    vertical-align: top;
    text-decoration: none;
    transition: .6s all;
    display: inline-block;
    text-align: center;
}


#header .regBtn:hover {
    background-color: #239207;
    color: #ffffff;
}


#header .userBtn {
    background-color: #097ebd;
    color: #fff;
    padding: 9px 11px;
    border-radius: 4px;
    vertical-align: top;
    text-decoration: none;
    transition: .6s all;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}


#header .userBtn:hover {
    background-color: #097ebd;
    color: #ffffff;
}

.dropdown-position {
    margin-right: 10px !important;
}

#menumobil {
    display: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    text-indent: 40px;
    cursor: pointer;
    background: #de122b url('menu_ico.png') 15px 50% no-repeat;
}

.satilib_div {
    color: navy;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 1px;
    width: 95%;
}

.spanaxir, .spanaxir a {
    display: block;
    color: #666 !important;
    margin-top: 10px;
    margin-bottom: -20px;
}

#topbanner iframe, .topbanner iframe {
    vertical-align: top;
}

#topbanner, .topbanner {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
}

#topbanner embed, #topbanner img, .topbanner embed, .topbanner img {
    display: block;
}

.mobilshow {
    display: none;
}

#catpopup {
    width: 0px;
    display: none !important;
}

.indexmainbody #menumobil {
    display: none;
}

.noindexbody #catpopup {
    display: block;
}

.noindexbody #topmenu {
    /* display: none; */
}

.noindexbody .menu_horizontal {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.noindexbody #catpopup {
    width: auto;
    display: block !important;
    padding: 5px 15px !important;
    color: #fff;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: transparent url('menu_ico.png') 15px 50% no-repeat;
}

.noindexbody #topmenu li {
    display: none;
}

.noindexbody #topmenu li.active {
    display: inline-block;
}

.noindexbody ul#topmenu li .fa {
    font-size: 20px;
    padding: 7px 0;
    width: 36px;
    margin-right: 7px;
}

.noindexbody #topmenu li {
    margin: 7px 0px;
}

.catpopup_div {
    margin: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.catpopup_div li {
    width: 50%;
    color: #333;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    padding: 5px 5px;
    white-space: nowrap;
}

.catpopup_div li#catpopup {
    display: none !important;
}

.catpopup_div li .fa {
    font-size: 22px;
    margin-right: 7px;
    vertical-align: middle;
    padding: 7px 0;
    width: 30px;
    text-align: center;
}

.left_rek_banner {
    top: 0px;
    left: 50%;
    width: 160px;
    height: 600px;
    margin-left: -675px;
    z-index: 1000;
    background-color: transparent;
    position: fixed;
    display: block;
    overflow: hidden;
}

.right_rek_banner {
    top: 0px;
    right: 50%;
    width: 160px;
    height: 600px;
    margin-right: -675px;
    z-index: 1000;
    background-color: transparent;
    position: fixed;
    display: block;
    overflow: hidden;
}

.left_rek_banner a, .right_rek_banner a {
    display: block
}

#toplinks {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #afafaf;
    font-size: 1.2em;
}

#toplinks a {
    color: #5b5b5b;
    margin-left: 4px;
    margin-right: 4px;
}

#toplinks a:hover {
    color: #479acc;
}

#diller {
    margin-right: 30px;
    background: #f6f6f6;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;
}

#searchdiv {
    float: left;
    width: 300px;
    overflow: hidden;
}

#searchform {
    padding: 0px;
    margin: 0px;
    background: white;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 5px;
}

#inputsearch {
    border: 1px solid #e4e4e4;
    width: 100%;
    padding: 6px 10px;
    background: #f9f9f9;
    color: #9d9d9d;
}

#submitsearch {
    background: #ff8500 url('searchsubm.png') no-repeat center center;
    border: 0 none;
    border-radius: 0px;
    width: 40px;
    height: 100%;
    position: absolute;
    margin: 0px;
    top: 0px;
    right: 0px;
}

#submitsearch:hover {
    background-color: #f69226;
}

#inputsearch:focus {
    border: 1px solid coral;
}

/* ---------- */
ul#topmenu {
    margin: 0;
    padding: 5px 0px;
    list-style: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

ul#topmenu li {
    position: relative;
    float: left;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin: 12px 0;
    width: 20%;
    vertical-align: top;
    font-weight: bold;
    display: inline-block;
    transition: .5s all;
}

ul#topmenu li ul {
    z-index: 10;
    max-height: 200px;
    overflow: auto;
    border-radius: 6px;
}

ul#topmenu li li {
    margin: 5px 0px;
    z-index: 2;
    float: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid transparent;
}

#ul#topmenu ul::-webkit-scrollbar {
    width: 10px;
}

ul.catpopup_div li ul {
    display: none;
}

ul#topmenu li .img {
    background-size: contain;
    height: 40px;
    background-repeat: no-repeat;
    background-position: top;
}

ul#topmenu li ul {
    display: none;
    background: #fdfffe;
    border: 1px solid #ccc;
}

ul#topmenu li a {
    color: #0c4763;
    font-size: 15px;
    display: block;
    text-decoration: none;
    padding: 0 15px;
    white-space: nowrap;
}

ul#topmenu li:hover ul, ul#topmenu li.hover ul {
    display: block;
    position: absolute;
}

ul#topmenu li:hover li, ul#topmenu li.hover li {
    float: none;
}

ul#topmenu li a:hover, ul#topmenu li.active {
    color: #794400;
    text-decoration: none;
}

ul#topmenu li li a:hover {
    /*border-bottom: 1px solid #f4a137; */
}

#home_icon {
    float: left;
}

.arowhover a {
}

ul#topmenu li.homeico2 {
    background: transparent url('images/homeico.png') 20px center no-repeat !important;
    text-indent: 40px;
}

ul#topmenu li.homeico2 a:hover {
    background: transparent url('images/homeico.png') 20px center no-repeat !important;
}

ul#topmenu li:hover .fa {
    background: #e97546;
    color: white;
}

ul#topmenu li .fa {
    margin-right: 10px;
    color: #e97546;
    vertical-align: middle;
    border: 1px solid;
    padding: 7px 0;
    width: 46px;
    border-radius: 50%;
    text-align: center;
    transition: .3s ease-in;
}

/* */
ul li .ico3 {
    background: transparent url('https://data.az/iconscat_elans.png?112') no-repeat center -1710px;
    display: inline-block;
    height: 42px;
    width: 35px;
    border: 0px solid #ccc;
    margin-right: 5px;
    color: #2e1eb1;
    vertical-align: middle;
    border-radius: 0%;
    text-align: center;
}

ul li .ico3.ico_diger {
    background-position: center -1710px;
}

ul li .ico3.ico_elektronika {
    background-position: center -1269px;
}

ul li .ico3.ico_xidmet {
    background-position: center -1076px;
}

ul li .ico3.ico_ustalar {
    background-position: center -589px;
}

ul li .ico3.ico_evbag {
    background-position: center -274px;
}

ul li .ico3.ico_emlak {
    background-position: center -2649px;
}

ul li .ico3.ico_neqliyyat {
    background-position: center -2706px;
}

ul li .ico3.ico_mebel {
    background-position: center -2935px;
}

ul li .ico3.ico_shexsi {
    background-position: center -2993px;
}

ul li .ico3.ico_hobbi {
    background-position: center -3052px;
}

ul li .ico3.ico_biznes {
    background-position: center -2012px;
}

ul li .ico3.ico_heyvan {
    background-position: center -2596px;
}

ul li .ico3.ico_usaq {
    background-position: center -2072px;
}

ul li .ico3.ico_hisse {
    background-position: center -2758px;
}

ul li .ico3.ico_turizm {
    background-position: center -760px;
}

ul li .ico3.ico_kurslar {
    background-position: center -2372px;
}

ul li .ico3.ico_magaza {
    background-position: center -2480px;
}

ul li .ico3.ico_menu3 {
    background-position: center -2871px;
}

ul li .ico3.ico_menu4 {
    background-position: center -2813px;
}

/* xbet js kod fixed*/
#xbetfoot > div {
    left: 5% !important;
    max-width: 90%;
}

@media (min-width: 1000px) {
    #xbetfoot > div .f65400 {
        left: 25% !important;
        max-width: 750px !important;
    }
}

@media (max-width: 750px) {
    ul#topmenu li .fa {
        font-size: 20px;
        padding: 7px 0px;
        width: 36px;
        margin-right: 7px;
    }

    #catpopup {
        width: auto;
        display: block !important;
        padding: 5px 15px !important;
        color: #fff;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: transparent url('menu_ico.png') 15px 50% no-repeat;
    }

    .menu_horizontal {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: auto;
        white-space: nowrap;
        webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    #topbanner, .topbanner {
        overflow: hidden;
        position: static;
        height: auto !important;
        width: 100%;
        max-height: 210px;
    }

    #menumobil {
        display: block !important;
    }

    .clearleftmobil {
        clear: left;
    }

    .catidmobil, .searchcols.catidmobil {
        width: 100% !important;
    }

    .logoimg {
        margin-right: 0;
        float: none;
    }

    .addtable tr, .addtable td, .addtable td .phoneout {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 7px;
    }

    .addtable .input_add2, .addtable textarea {
        width: 100% !important;
    }

    .logoimg img {
        width: 45%;
    }

    #searchdiv {
        margin-top: 10px;
        float: none;
        width: 100%;
    }

    #header {
        position: relative;
        padding: 10px 10px;
        padding-top: 17px;
    }

    #topbuttons {
        margin-top: 10px;
        float: none;
        margin-right: 0px;
    }

    #topbuttons .divbut {
        float: left;
        margin-left: 0px;
        margin-right: 2%;
    }

    #searchform {
        width: 100%;
        float: none;
    }

    article {
        margin-left: -10px;
        margin-right: -10px;
    }

    #teldiv {
        float: none;
        margin-left: -15px;
        margin-bottom: -25px;
        margin-top: 5px;
    }

    article a.telbutton {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mmblock {
        display: block !important;
    }

    .mmhide {
        display: none !important;
    }

    .searchcols {
        width: 48% !important;
        display: block !important;
        margin-bottom: 20px;
    }

    .divbut .btn-lg {
        padding: 5px !important;
        margin-left: 1%;
        margin-right: 1%;
        overflow: hidden;
    }

    .divbut_sebet, .divbut.divbut_sebet {
        float: right !important;
    }

    .divbut .sebet_text {
        font-size: 0px;
    }

    .kampcontent, .kamptools .btn-group {
        display: none;
    }

    .halfdiv .fb-comments, .noimg, .openimg, .simple_header {
        display: none !important;
    }

    .obkamp, .halfarea, .albomarea, .productarea {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .prod, .xcol4 .prod, .xcol5 .prod {
        width: 48% !important;
        max-width: 48% !important;
        display: block;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }

    .lasthide .nobj:nth-child(5) {
        display: none !important;
    }

    .holderimg {
        height: 130px;
    }

    .prod {
        height: 205px;
    }

    img, embed, iframe, video, audio {
        max-width: 100%;
        width: 100% \9
    }

    .productarea {
        padding-left: 0px;
    }

    #picsopen {
        overflow: auto !important;
        margin-bottom: 15px;
        clear: both;
        background: #ececec;
        padding: 10px 10px 0
    }

    #picsopen div {
        white-space: nowrap;
        margin-left: -15px;
    }

    .slidimg {
        margin-right: 10px;
        width: auto;
        min-width: 70px;
        zoom: normal;
        height: 150px;
    }

    .slidimg.nomargin {
        margin-right: 10px !important;
    }

    .halfdiv, .searcharea {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #tc_main {
        position: relative !important;
        float: right;
    }

    #tc_submenu {
        display: none;
        width: 180px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ccc;
        padding: 5px;
        position: absolute;
        top: 100%;
        right: 0px;
        float: right;
        z-index: 1000;
    }

    #tc_submenu a {
        display: block;
    }

    #tc_main a {
        color: #000 !important;
        margin-left: 10px;
    }

    #divtopmenuXX {
        z-index: 1000;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    #divtopmenuXX .container {
        background-color: white;
        width: 75%;
        left: -75%;
        position: absolute;
        height: 100%;
        padding: 0;
    }

    #divtopmenu .container ul#topmenu li a {
        padding: 0 5px;
    }

    #divtopmenu .container ul#topmenu li .img {
        display: inline;
        padding: 7px 22px;
        margin-right: 7px;
    }

    #divtopmenu .container ul#topmenu li {
        display: block;
    }

    ul#topmenu {
        clear: both !important;
        float: none !important;
        padding: 0px 0px;
        /* display: none; margin-left: -5px; */
    }

    ul#topmenu li {
        text-align: left;
        height: auto;
        border-right: 0 none;
        border-top: 0 none;
        width: auto;
        /* width: 100%; overflow: hidden;  float: none !important; height: auto; position: static !important;  */
    }

    ul#topmenu li li {
        padding: 5px 10px !important;
        line-height: 30px !important;
    }

    ul#topmenu li ul, ul#topmenu li:hover ul, ul#topmenu li.hover ul, ul#topmenu li:hover ul, ul#topmenu li.hover ul {
        display: block;
        position: static;
        text-indent: 10px;
    }

    ul#topmenu li a {
        padding: 0px 10px;
    }

    ul#topmenu li a:hover, ul#topmenu li a.hover, ul#topmenu li a {
        border-right: 0 none;
        border-bottom: 0 none;
    }

    ul#topmenu li:hover a, ul#topmenu li.hover a {
        border: 0 none !important;
    }

    ul#topmenu li:hover li, ul#topmenu li.hover li {
        border: 0 none;
    }

    ul#topmenu li.homeico, ul#topmenu li.homeico a:hover {
        background-color: transparent !important;
        background-position: 5px center !important;
    }
}


/*SLIDER IMAGE*/


.obyekt {
    margin-bottom: 15px;
}

.blok_title {
    display: block;
    background: #333333;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 8px;
    margin: -10px;
    margin-bottom: 5px;
}

.blok_title img {
    float: left;
    margin-right: 6px;
    margin-top: 1px;
}


.userblok {
    background: #f3f3f3;
}

.userblok .blok_title {
    color: #333;
    background: none;
}

.userblok ul li {
    font-size: 15px;
    font-weight: bold;
    padding: 2px 1px;
    border-bottom: 1px solid #fff;
}

.userblok ul li:last-child {
    border: 0 none;
}

.userblok ul li:hover {
    background-color: #cfe1f1;
}

.userblok ul a {
    color: #325f88;
}

.userblok ul a:hover {
    text-decoration: none;
}

.userblok ul li a {
}

a#scrollToTop {
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 50%;
    margin-right: -600px;
    background: url('scrolltop.png') no-repeat;
    z-index: 1000;
}

a#scrollToTop:hover {
    text-decoration: none;
}

.site_color {
    color: #0784a4;
}

.qiymet {
    color: #da161e;
    font-size: 16px;
    font-weight: bold;
}

.marginright {
    margin-right: 0px;
}

/*
.item { background: #ebebeb; width: 153px; margin-right: 4px; margin-bottom: 8px; float: left; }
.item  img{ border:0px; width: 153px; height: 140px; }
.item  span{ display: block; padding: 0px 3px; }
*/

.imgs {
    border: 0px;
    width: 153px;
    height: 140px;
}


.hspace {
    height: 5px;
}

.b_table {
    border-bottom: 1px dashed #6a6c6e;
    padding: 8px 0px;
}

.b_title {
    color: #2d2d2d;
    font-size: 1.4em;
    margin-bottom: 2px;
}

.b_price {
    color: #da161e;
    font-size: 1.4em;
    margin-bottom: 2px;
}

.b_a a {
    color: #da161e;
    margin-left: 5px;
}

.b_a a:hover {
    color: #da161e;
    text-decoration: underline;
}

#full_img img {
    border: 0px;
    width: 310px;
    margin-bottom: 3px;
}

#full_info tr {
    height: 30px;
}

#full_info th {
    color: #2d2d2d;
    font-weight: bold;
    width: 100px;
    text-align: left;
}

#full_info .fbg {
    background: #d9d9d9;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
}


#home_icon {
    float: left;
}

.arowhover a {
}


/* ------- lenta ---------- */
.lenta {
    color: #454545;
}

.lenta a {
    color: #095CA2;
    font-size: 16px;
    font-weight: bold;
    margin-right: 14px;
    background: url("images/lentarrow.png") no-repeat scroll 100% 25px transparent;
    line-height: 30px;
    padding: 17px 20px 17px 0;
    text-decoration: none;
}

.pricecolor {
    color: coral;
    font-size: 1.3em;
    font-weight: bold;
}

.infotable {
    background: #fff;
    border-collapse: collapse;
    width: 97%;
    margin-bottom: 17px;
    color: #444444;
}

.infotable th {
    background: #f0f0f0;
    color: #2a2a2a;
    padding: 5px 3px;
    text-align: center;
    text-indent: 4px;
    font-size: 1.3em;
    border-radius: 4px;
}

.infotable td { /* border-bottom: 1px dashed #c3c3c3; */
    padding: 6px 2px;
}

.halfarea {
    display: block;
    box-sizing: border-box;
}

.halfarea img {
    width: 100% \9;
    max-width: 100%;
}

.albomarea {
    float: left;
    width: 30%;
    max-width: 300px;
    min-height: 100%;
    height: 100% !important;
}

.productarea {
    width: 70%;
    float: left;
    padding-left: 4%;
}

.openimg {
    max-width: 100%;
    margin-bottom: 10px;
    border: 1px solid #c5c5c5;
    text-align: center;
    overflow: hidden;
    display: block;
}

/* .openimg img{ width: 100% \9; max-width: 100%; height: auto; padding: 0px; margin: 0px;  } */

.pagination {
    display: block;
    text-align: center;
    clear: both;
}

.pagination b, .pagination a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 2px 10px;
    background: gray;
    color: #fff;
    margin: 2px 1px;
    text-decoration: none;
}

.pagination a {
    text-decoration: none;
    color: #fff;
    background: #333;
}

.pagination a:hover {
    background: #468fdc;
    color: #fff;
}

ul.ulsubcats {
    margin: 0px auto;
    color: #565656;
    list-style: none outside none;
}

ul.ulsubcats li {
    float: left;
    padding-bottom: 3px;
    vertical-align: top;
    text-indent: 8px;
}

.lisize li {
    width: 100%;
    line-height: 1.6;
}

.lisize2 li {
    width: 50%;
    line-height: 1.6;
}

.lisize3 li {
    width: 33%;
}

.lisize li a, .lisize2 li a {
    font-size: 14px;
}

.lihead {
    background-image: none !important;
    font-size: 18px;
    padding-bottom: 6px !important;
    line-height: 1.2 !important;
}

.table_catlist {
    margin: 0px auto;
    margin-top: 0px;
    width: 100%;
    color: #565656;
}

.table_catlist th {
    font-size: 18px;
    text-align: left;
}

.table_catlist td {
    padding-bottom: 0px;
    vertical-align: top;
    text-indent: 7px;
}

.open_idshow {
    color: gray;
    margin-right: 5px;
    margin-bottom: 10px;
}

.open_idshow a {
    color: #181a1e;
}

.addnote {
    background: #f6f6f6;
    padding: 6px 30px;
    color: #144771;
    margin: 10px;
    border-radius: 8px;
}

.addnote ol {
    padding-left: 18px;
}

.ntitle {
    color: #095CA2;
    font-size: 1.2em;
    font-weight: bold;
}

.fieldset {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 10px;
}

.fieldset legend {
    color: #095CA2;
    font-size: 1.2em;
}

.linkcolor {
    color: coral;
    font-weight: bold;
}

span.elantip {
    color: coral;
    font-size: 14px;
    margin-left: 30px;
}


/* ------ */

.infotable {
    background: #fff;
    border-collapse: collapse;
    width: 98%;
    margin-bottom: 17px;
    color: #444
}

#openhalf p b, .infotd, .infotd2 {
    width: 46%;
    float: left
}

.infotable th {
    background: #f0f0f0;
    color: #2a2a2a;
    padding: 5px 3px;
    text-indent: 4px;
    font-size: 1.3em;
    border-radius: 4px
}

.infotable td {
    padding: 6px 2px
}

.infocontact {
    background: #f9f9f9;
    color: #2a2a2a;
    padding: 5px 15px;
    clear: both;
    margin: 10px 0;
    font-size: 1.2em;
    line-height: 1.8
}

.infocontact b {
    display: none
}

#tel_fromsite, #teldivid22 i {
    display: block
}

.infocontact strong {
    font-size: 20px;
    font-weight: 400
}

.infocontact .glyphicon {
    font-size: 20px;
    clear: both;
    float: left;
    color: #0099cc;
    margin-right: 12px;
    margin-top: 2px
}

#teldivid i, #teldivid22 i {
    font-style: normal;
    margin-top: -6px;
    border-bottom: 1px dotted #accaee
}

#teldivid {
    display: inline-block;
    border-radius: 4px;
    line-height: 1.6
}

#teldivid.active {
    font-weight: 700;
    color: navy
}

#tel_fromsite {
    color: #e43667;
    clear: both;
    line-height: 1.4
}

#loadingsmall {
    display: inline;
    margin: 0
}

#teldivid i {
    color: gray;
    display: inline;
    font-size: 14px;
    margin-left: 10px
}

.telzona {
    background: #f5fafd;
    border: 1px solid #008cc3;
    padding: 8px 5px;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 15px
}

.telzona .glyphicon {
    font-size: 28px;
    clear: both;
    float: left;
    margin: 5px 12px
}

#openhalf p, .infotd {
    margin-bottom: 2px;
    font-weight: 400;
    clear: both;
    padding: 5px 0px;
    border-bottom: 1px solid #f7f8f7;
}

#openhalf p:last-child, .infotd {
    border-bottom: 0px none;
}

.telzona, .telzona .glyphicon, .telzona a {
    color: #008cc3
}

.infoth {
    background: #f9f9f9;
    color: #2a2a2a;
    padding: 5px 3px;
    text-indent: 4px;
    font-size: 1.3em;
    font-weight: 400;
    border-radius: 3px;
    clear: both
}

.infotd {
    padding: 6px 1%
}

.linkcolor, .ntitle, .ulvip a {
    font-weight: 700
}

#openhalf p b {
    height: 31px;
    display: block;
    clear: both
}

#openhalf p .pricecolor22 {
    width: 46%;
    float: left;
    display: block;
    margin-bottom: 5px
}

.infotd2 {
    padding: 6px 1%
}

.infop100, .infotd.infop100 {
    clear: both;
    padding-bottom: 3px !important;
    margin-bottom: 2px;
    width: 98% !important;
    max-height: 500px;
    overflow: auto;
    overflow-y: scroll;
}

.infop100 a, .fullteshow a {
    color: #000;
}

.openimg, .ulinfo li, .ulvip, .ulvip a, .ulvip li, .usrimg, ul.ulsubcats li {
    overflow: hidden
}

.linkteshow a {
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 5px;
    background: #f9f9f9;
    padding: 2px 10px;
    border-radius: 6px;
    color: #434a54
}

.linkteshow a:before {
    content: '\2022';
    color: #e0003f;
    font-size: 16px;
    margin-right: 3px;
    text-decoration: none !important
}

/* ------------- */

.searcharea, .catarea {
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    clear: both;
}

.titlecat {
    color: #434a54;
    font-size: 16px;
    margin-bottom: 10px;
}

.searchcols {
    position: relative;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 15px;
    color: #666;
    display: inline-block;
    float: left
}

.searchcols:last-child {
    margin-right: 0
}

.inputwidth2 {
    width: 45% !important;
    max-width: 100px !important;
    margin-right: 2%
}

.searchcols span {
    position: absolute;
    bottom: 100%;
    font-size: 13px
}

.searchcols .searchsubmit {
    max-width: 45%;
    float: left;
    font-weight: 400 !important
}

.searchcols input, .searchcols select {
    border-radius: 3px;
    max-width: 99%;
    height: 35px;
    line-height: 1.33;
    padding: 5px 6px;
    font-size: 14px;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    width: 100%
}

.searchcols input[type=checkbox] {
    width: auto !important
}

.searchcols:after, .searchcols:before {
    content: " ";
    display: table
}

.searchcols:after {
    clear: both
}

/* --- */
.halfdiv {
    width: 49%;
    font-size: 14px;
    float: left;
    display: inline-block;
    zoom: 1;
    box-sizing: border-box
}

.halfdiv iframe, .halfdiv img {
    width: 100% \9;
    max-width: 100%
}

.openproduct {
    padding-right: 10px
}

.openimg {
    width: 99%;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    display: block;
    padding: 0;
    line-height: .7;
    font-size: 100%;
}

article, .obyekt_article, .article {
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px; /*     border: 1px solid #d9d9d9; */
    box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.2);
}

article h1, .article h1 {
    color: #334673;
}

.slidimg {
    zoom: 1;
    box-sizing: border-box;
    width: 32%;
    height: 100px;
    border: 1px solid #e5e5e5;
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block
}

/* */

.addtable {
    width: 95%;
    margin: 10px;
    color: #565656
}

.addtable input, .addtable select, .addtable textarea, .topchange_button {
    border-color: #9e9e9e;
    background: #fff;
    max-width: 99%;
    padding: 5px;
    border-radius: 2px
}

.addtable .input_add2, .addtable textarea {
    width: 400px !important;
    max-width: 99%
}

.addtable .phoneout {
    width: 30%;
    float: left;
    margin-right: 2%
}

.addtable .phoneout span {
    display: block;
    float: left;
    width: 10%;
    overflow: hidden
}

.addtable .phone {
    width: 80%
}

.topchange_button {
    background: #f8f6f6
}

.addtable input.error, .addtable select.error, .addtable textarea.error {
    background: #fcf1ee !important;
    border: 1px solid #d73633 !important
}

.addtable td {
    padding-bottom: 5px;
    border-bottom: 0 solid #f5f5f5
}

.addtable tr td:last-child {
    padding-bottom: 10px
}

.addtable tr:last-child td {
    border-bottom: 0 none !important
}


.ssrcha {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 1.3
}

.ssrcha a {
    color: #646565 !important;
    margin-right: 10px;
    background: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    margin-bottom: 5px;
    display: inline-block;
}


/* NEWS - START */
.newsdiv {
    margin: 15px auto;
    width: 100%;
    max-width: 1000px;
}

.newsdiv .breadcrumb {
    margin-bottom: 10px;
    color: #ccc;
    font-size: 16px;
    width: 100%;
}

.newsdiv .breadcrumb a {
    margin-left: 5px;
    margin-right: 5px;
}

.newsdiv .news_outer {
    clear: both;
    margin-left: -10px;
    margin-right: -10px;
}

.newsdiv .news_opencatdiv {
    background: #fff;
    padding: 5px 0px;
    margin-top: 5px;
    color: #666;
}

.newsdiv article {
    padding-left: 15px;
    padding-right: 15px
}

.newsdiv article a, .newsdiv article a:hover {
    color: #181a1e !important;
    font-weight: normal;
}

.newsdiv h1 {
    display: block !important;
    clear: both;
    color: #424242 !important;
    margin-bottom: 15px;
}

.newsdiv .h1news {
    margin-bottom: 15px
}

.newsart {
    position: relative;
    z-index: 0;
    overflow: hidden;
    float: left;
    height: 355px;
    background: #fff;
    font-size: 20px;
    border: 0 solid #CCC;
    margin-bottom: 20px;
}

.newsart .imgholder, .newsart img {
    height: 180px;
    min-width: 270px;
    width: 100%;
    display: block
}

.newsart .imgholder {
    overflow: hidden;
    margin-bottom: 5px
}

.newsart a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.newsart a:hover {
    text-decoration: underline
}

.newsart h3 {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    max-height: 65px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 15px;
}

.newsart .artful {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #333;
    height: 96px;
    overflow: hidden;
    color: #7d7c7c;
}

.newsart .dttime {
    display: block;
    color: #acb2b2;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: #FFF;
    padding-left: 5px
}

.newsart {
    width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%
}


@media (max-width: 750px) {
    .newsart {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%
    }

}

/* company */
.campdiv {
    margin-left: 1%;
    margin-right: 1%;
    height: 150px;
    width: 48%;
    float: left;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.campdiv .camp_avatar {
    width: 150px;
    max-width: 25%;
    float: left;
    margin-right: 15px;
}

.campdiv .camp_full {
    overflow: hidden;
}

.campdiv a p {
    clear: both;
    color: #333;
    text-decoration: none !important;
    max-height: 100px;
    overflow: hidden;
}

.campdiv .camp_avatar img {
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    background-size: contain;
}

.mod_company h2 {
    text-indent: 10px;
}

.campdiv .ctotal, .campdiv a.ctotal {
    color: #5576c5;
    font-size: 13px; /*background: #b2c3e1; padding: 3px 10px; border-radius: 4px; */
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
    line-height: 1.5;
}

.campdiv .cshort {
    height: 50px;
    overflow: hidden;
    color: gray;
}

.campdiv .ctshort {
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}

.campdiv .glyphicon {
    font-size: 17px;
    color: #5576c5;
    vertical-align: text-top;
    margin-right: 5px;
}

.camp_article .glyphicon {
    font-size: 17px;
    color: #5576c5;
    vertical-align: text-top;
    margin-right: 5px;
}

.camp_h1 {
    color: #334673;
    font-size: 22px;
}

.camp_article {
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.2);
}

.camp_article.openelan {
    background: #feffe4 !important;
}

.campvipicon {
    color: #fff;
    background: #f58d33;
    position: absolute;
    border-radius: 5px;
    top: 4%;
    left: -20%;
    font-size: 14px;
    padding: 0px 23%;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.camp-cover {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .campdiv {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}


.ulvip {
    padding: 0;
    clear: both;
    margin: 10px 0px;
}

.ulvip li {
    position: relative;
    border-radius: 3px;
    display: block;
    float: left;
    width: 45%;
    max-width: 220px;
    margin-right: 3%;
    border: 1px solid #da0a45;
    background: #fcfcfc;
    color: #222
}

.ulvip a {
    color: #365899;
    display: block;
    padding: .5em 10px
}

.ulvip a:hover {
    background: #fcf4f4;
    text-decoration: none
}


.myimages {
    background: url('myimages.png?22');
}

.lang_az, .lang_ru, .lang_en {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.lang_az {
    background-position: 0 -391px;
}

.lang_ru {
    background-position: 0 -407px;
}

.lang_en {
    background-position: 0 -64px;
}

.flag_EUR, .flag_GBP, .flag_GEL, .flag_RUR, .flag_USD, .flag_YTL {
    width: 16px;
    height: 16px
}

.del20, .flag_EUR, .flag_GBP, .flag_GEL, .flag_RUR, .flag_USD, .flag_YTL, .top20, .vip20 {
    display: block;
    float: left;
    margin-right: 3px
}

.flag_USD {
    background-position: 0 -64px
}

.flag_GBP {
    background-position: 0 -32px
}

.flag_EUR {
    background-position: 0 -16px
}

.flag_GEL {
    background-position: 0 -96px
}

.flag_RUR {
    background-position: 0 -48px
}

.flag_YTL {
    background-position: 0 -80px
}

.del20, .edit20, .top20, .vip20 {
    width: 24px;
    height: 24px
}

.vip20 {
    background-position: 0 -146px
}

.top20 {
    background-position: 0 -169px
}

.del20 {
    background-position: 0 -192px
}

.edit20 {
    background-position: 0 -215px;
    display: block;
    float: left;
    margin-right: 3px
}

.bloklisticon, .vipicon {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 3px
}

.vipicon {
    background-position: 0 -238px
}

.bloklisticon {
    background-position: 0 -502px
}

.plusadd {
    background-position: 0 -264px;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    position: relative;
    top: 7px;
    margin-right: 5px
}

.contose a, .contose a:hover {
    color: #181a1e;
}

.contose {
    user-select: none;
}

.usernn {
    user-select: none;
}

/* Vip Elanlar */
.vipholder {
    background: #fbfbd3;
    margin-bottom: 15px;
}

.vipebg {
    background: #ffeca5 !important;
}

.viptitle {
    padding: 10px;
}

.viptitle a {
    color: #d03c06;
    font-weight: bold;
}

.vipe {
    position: absolute;
    z-index: 10;
    right: 5px;
    bottom: 5px;
    width: 25px;
    height: 25px;
}

.prod a {
    color: #000000 !important;
}

.vipindex {
    padding: 20px;
}

.vipindex a {
    color: #d03c06 !important;
}

.vipholder .prod, .vipebg {
    background-image: url('images/vipicon4.png') !important;
    background-position: 97% 97% !important;
    background-repeat: no-repeat !important;
}

/* tel popup */
.telpopup {
    position: fixed;
    bottom: 10px;
    z-index: 100005;
    left: 0px;
    right: 100%;
    width: 100%;
    color: #fff !important;
}

.telpopup .telpopup_buttons {
    margin: 0px auto;
    text-align: center;
}

.telpopup .telpopup_buttons a {
    display: inline-block;
    width: 180px;
    padding: 2px 15px;
    background: #1b9c1b;
    color: #fff !important;
    cursor: pointer;
    margin-bottom: -5px;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.telpopup .glyphicon {
    color: #fff !important;
    display: inline-block;
    width: 20px;
    height: 20px;
}

/* newslist */
.newslist {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
}

.newslist a {
    color: #000000;
}

@media (max-width: 750px) {
    .mobilehide {
        display: none;
    }

    .newsart {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%
    }
}


.halfdiv .fb-comments,
.noimg,
.openimg,
.simple_header {
    display: none !important;
}

.obkamp,
.halfarea,
.albomarea,
.productarea {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
}

.prod,
.xcol4 .prod,
.xcol5 .prod {
    width: 48% !important;
    max-width: 48% !important;
    display: block;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.lasthide .nobj:nth-child(5) {
    display: none !important;
}

.holderimg {
    height: 130px;
}

.prod {
    height: 205px;
}

img,
embed,
iframe,
video,
audio {
    max-width: 100%;
    width: 100% \9
}

.productarea {
    padding-left: 0px;
}

#picsopen {
    overflow: auto !important;
    margin-bottom: 15px;
    clear: both;
    background: #ececec;
    padding: 10px 10px 0
}

#picsopen div {
    white-space: nowrap;
    margin-left: -15px;
}

.slidimg {
    margin-right: 10px;
    width: auto;
    min-width: 70px;
    zoom: normal;
    height: 150px;
}

.slidimg.nomargin {
    margin-right: 10px !important;
}

.halfdiv,
.searcharea {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Home page mobile layout */
.spr-home-shell,
.spr-home-shell * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.spr-home-shell h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 2px black, -1px -1px 2px grey;
}

.spr-home-shell h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.spr-home-hero h2 {
    margin: 0 !important;
    padding: 0 !important;
}

.spr-home-shell h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.spr-home-shell h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.spr-home-shell input {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
}

.spr-home-shell button {
    font-family: 'Roboto', sans-serif !important;
}

.spr-home-tile-label {
    font-family: 'Roboto', sans-serif !important;
}

.spr-home-shell p {
    font-family: 'Roboto', sans-serif !important;
    margin: 0 !important;
}

.spr-home-shell {
    max-width: 100% !important;
    min-height: 700px !important;
    background-color: #f7f7f7 !important;
    display: flow-root !important;
    position: relative !important;
    overflow: visible !important;
    clear: both !important;
    float: none !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.spr-home-shell > * {
    position: relative !important;
    z-index: 2 !important;
    clear: both !important;
    float: none !important;
}

.spr-home-topbar {
    height: 56px !important;
    background-color: #e97546 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}

.spr-global-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    z-index: 1000 !important;
}

body#body-home {
    padding-top: 0 !important;
}

body > section.content {
    padding-top: 56px !important;
    padding-bottom: 96px !important;
}

body > .inside {
    margin-top: 56px !important;
}

body .spr-home-shell {
    padding-top: 0 !important;
}

.spr-home-brand {
    height: 100% !important;
    width: 130px !important;
    color: white !important;
    margin-left: 16px !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.spr-home-brand a,
.spr-home-brand a:hover,
.spr-home-brand a:focus,
.spr-home-brand a:active {
    color: inherit !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.spr-home-brand h2 {
    margin: 0 !important;
    color: inherit !important;
}

.spr-home-actions {
    height: 100% !important;
    width: auto !important;
    color: white !important;
    margin-right: 16px !important;
    display: flex !important;
    gap: 14px !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.spr-home-actions a,
.spr-home-actions a:hover,
.spr-home-actions a:focus,
.spr-home-actions a:active,
.spr-home-actions i,
.spr-home-actions svg {
    color: #fff !important;
    fill: #fff !important;
}

.spr-home-actions i {
    font-size: 24px !important;
}

.spr-user-menu-wrap {
    position: relative !important;
}

.spr-user-menu-toggle {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.spr-user-menu-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 190px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 999;
    overflow: hidden;
}

.spr-user-menu-wrap:hover .spr-user-menu-dropdown,
.spr-user-menu-wrap:focus-within .spr-user-menu-dropdown {
    display: block;
}

.spr-user-menu-dropdown a {
    display: block;
    padding: 10px 14px;
    color: #252525 !important;
    fill: #252525 !important;
    font-size: 14px;
    text-decoration: none;
}

.spr-user-menu-dropdown a:hover {
    background: #fff1ea;
    color: #e97546 !important;
    fill: #e97546 !important;
}

.spr-home-hero {
    margin-top: 0 !important;
    color: white !important;
    min-height: 160px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: linear-gradient(
        to bottom,
        #e97546 0%,
        #e97546 28%,
        #f3a488 68%,
        #fbe1d5 100%
    ) !important;
    padding: 28px 0 16px !important;
    box-sizing: border-box !important;
}

.spr-home-hero-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 35px auto 0 !important;
    padding: 0 16px !important;
    text-align: center !important;
    color: #ffffff !important;
    font-family: Montserrat, sans-serif !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    float: none !important;
    clear: both !important;
}

.spr-home-search-wrap {
    height: 40px !important;
    width: 90% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 18px !important;
}

.spr-home-shell input {
    height: 34px !important;
    width: 80% !important;
    border-top-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important;
    padding: 0px 10px 0px 20px !important;
    border: none !important;
    outline: none !important;
    font-size: 16px !important;
}

.spr-home-shell button {
    height: 34px !important;
    width: 34px !important;
    background-color: #ff784278 !important;
    color: white !important;
    border: none !important;
    font-size: 18px !important;
}

.spr-home-section {
    background-color: white !important;
    min-height: 150px !important;
    height: auto !important;
    display: flow-root !important;
    width: 96% !important;
    margin: 10px auto !important;
    border-radius: 10px !important;
    position: relative !important;
    overflow: visible !important;
    clear: both !important;
    float: none !important;
    flex: none !important;
}

.spr-home-section-head {
    display: flex !important;
    justify-content: space-between !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    margin-bottom: 10px !important;
    flex: 0 0 auto !important;
}

.spr-home-tile-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding-bottom: 5px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
    scrollbar-color: #ccc #f5f5f5 !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    flex: 0 0 auto !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
}

.spr-home-tile-row::-webkit-scrollbar {
    height: 6px;
}

.spr-home-tile-row::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.spr-home-tile-row::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.spr-home-tile-row::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.spr-home-tile-row::-webkit-scrollbar {
    display: none;
}

.spr-home-tile {
    flex: 0 0 auto !important;
    height: 100px !important;
    width: 100px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin: 0 4px !important;
    border-radius: 10px !important;
    border: 2px solid #f7f7f7 !important;
    background-color: #f7f7f7 !important;
    transition: 0.5s !important;
    text-decoration: none !important;
    color: inherit !important;
}

.spr-home-tile:hover {
    border: 2px solid #e97546 !important;
    transition: 0.5s !important;
    text-decoration: none !important;
}

.spr-home-tile:first-child {
    margin-left: 10px !important;
}

.spr-home-tile:last-child {
    margin-right: 10px !important;
}

.spr-home-tile-media {
    height: 70px !important;
    width: 70px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.spr-home-tile-media img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    display: block !important;
}

.spr-home-tile-label {
    height: 20px !important;
    width: 100% !important;
    color: black !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 14px !important;
    padding: 0 5px !important;
    text-align: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    line-height: 1.15 !important;
}

.spr-home-accent-orange:hover {
    border: 2px solid #f59e0b;
}

.spr-home-accent-green:hover {
    border: 2px solid #22c55e;
}

.spr-home-accent-red:hover {
    border: 2px solid #ef4444;
}

.spr-home-list-head {
    display: block !important;
    padding-left: 16px !important;
    width: 96% !important;
    margin: 6px auto 0 !important;
    clear: both !important;
    float: none !important;
    text-align: center !important;
}

.spr-home-list-head h3 {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.spr-home-cta button {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    position: fixed !important;
    color: white !important;
    border: none !important;
    font-size: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 20px !important;
    z-index: 9997 !important;
}

.spr-home-cta button:active {
    background-color: white !important;
    color: #e97546 !important;
}

.spr-home-grid {
    min-height: 300px !important;
    margin: 6px auto 16px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
    padding-top: 4px !important;
    width: 96% !important;
    clear: both !important;
    float: none !important;
    position: relative !important;
}

.spr-home-grid-box {
    background-color: rgb(108, 156, 223);
    height: 220px;
    width: 48%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.spr-home-card {
    width: 48% !important;
    height: 260px !important;
    margin: 0 0 8px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 14px !important;
    background-color: white !important;
    transition: 0.5s !important;
    overflow: hidden !important;
    text-decoration: none !important;
    color: inherit !important;
    position: relative !important;
}

.spr-home-grid > .spr-home-card:only-child {
    margin-right: auto !important;
}

#latest-products-list {
    justify-content: flex-start !important;
    gap: 10px !important;
}

#latest-products-list .spr-home-card {
    margin: 0 !important;
}

.spr-home-card:hover {
    transition: 0.5s !important;
    box-shadow: 0px 0px 10px grey !important;
    text-decoration: none !important;
    color: inherit !important;
}

.spr-home-card-link {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
}

.spr-home-card-link:hover,
.spr-home-card-link:focus,
.spr-home-card-link:active {
    text-decoration: none !important;
    color: inherit !important;
}

.spr-home-card-media {
    height: 156px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    flex: 0 0 auto !important;
    position: relative !important;
}

.spr-home-card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 12px !important;
    display: block !important;
}

.spr-featured-icon {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.spr-featured-icon i {
    font-size: 13px !important;
}

.spr-featured-icon .fa-crown {
    color: #e97546 !important;
}

.spr-featured-icon .fa-gem {
    color: #1d4ed8 !important;
}

.spr-home-featured-intro {
    margin: -6px 0 12px 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
}

.spr-home-favorite-form {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    z-index: 3 !important;
    margin: 0 !important;
}

.spr-home-favorite {
    padding: 5px !important;
    border-radius: 25% !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    cursor: pointer !important;
}

.spr-home-favorite i {
    font-size: 16px !important;
    line-height: 1 !important;
}

.spr-home-favorite.is_favorite i {
    color: #d21f2e !important;
}

.spr-home-favorite.is_favorite i:before {
    font-weight: 900 !important;
}

.spr-home-favorite:not(.is_favorite) i:before {
    font-weight: 400 !important;
}

.spr-home-card-body {
    height: 100px !important;
    padding: 5px !important;
    border-radius: 14px !important;
    display: block !important;
    box-sizing: border-box !important;
}

.spr-home-card-title {
    height: 50px !important;
    padding-top: 4px !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    color: #1f2937 !important;
    overflow: hidden !important;
}

.spr-home-card-meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: grey !important;
    margin: 8px 0 0 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.spr-home-card-date {
    font-size: 14px !important;
}

.spr-home-card-price {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

.spr-home-shell a,
.spr-home-shell a:hover,
.spr-home-shell a:focus,
.spr-home-shell a:active {
    text-decoration: none !important;
}

.spr-home-shell .spr-home-card-title,
.spr-home-shell .spr-home-card-price,
.spr-home-shell .spr-home-card-meta,
.spr-home-shell .spr-home-card-date,
.spr-home-shell .spr-home-tile-label {
    color: inherit;
}

@media (min-width: 880px) {
    .spr-home-section {
        width: 880px !important;
    }

    .spr-home-shell input {
        width: 840px !important;
    }

    .spr-home-grid {
        justify-content: flex-start !important;
        max-width: 1140px !important;
        margin: 10px auto !important;
    }

    .spr-home-card {
        width: 180px !important;
        margin: 4px !important;
    }

    .spr-home-list-head {
        text-align: center !important;
    }
}


uma {
    text-decoration: none;
    color: inherit;
}

.spr-home-tile {
    color: inherit;
}

.spr-home-tile.spr-home-link {
    cursor: pointer;
}

.spr-home-tile-media img {
    object-fit: contain;
    background: transparent;
}

.spr-home-tile-label {
    white-space: normal;
    line-height: 1.15;
    min-height: 34px;
    padding-top: 4px;
}

.spr-home-search-wrap form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spr-home-search-wrap input {
    width: calc(100% - 34px);
}

.spr-home-list-head {
    margin-top: 8px;
}

.spr-home-grid {
    width: 96%;
}

.spr-home-card {
    overflow: hidden;
}

.spr-home-card-price, .spr-home-card-title, .spr-home-card-meta span {
    font-family: 'Roboto', sans-serif;
}

.spr-home-card-price {
    color: #111827;
    font-size: 18px;
}

.spr-home-card-title {
    font-size: 15px;
    color: #1f2937;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.spr-home-card-meta {
    font-size: 13px;
    margin-top: 8px;
}

.spr-home-empty {
    width: calc(100% - 20px);
    max-width: 640px;
    margin: 12px auto 24px;
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 12px;
    padding: 14px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    color: #4b5563;
}

@media (min-width: 880px) {
    .spr-home-shell {
        max-width: 880px;
        margin: 0 auto;
    }
}

.post-edit fieldset {
    width: 100%;
    margin: 0 0 18px;
}

.post-edit h1 {
    text-align: center !important;
}

body > .inside.post-edit {
    margin-bottom: 96px !important;
}

body > section.content.post-edit-page {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 96px !important;
    overflow-x: clip;
}

@media screen and (min-width: 770px) {
    body > section.content {
        padding-bottom: 24px !important;
    }
}

.post-edit-page .inside.post-edit {
    width: 100%;
    max-width: 720px;
    box-sizing: border-box;
}

.post-edit-page.post-edit {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    float: none !important;
    clear: both !important;
}

.post-edit fieldset > .in,
.post-edit .loc-picker.picker-v2.ctr-more,
.post-edit .title-desc-box,
.post-edit .title-desc-box .row,
.post-edit .title-desc-box .tabber,
.post-edit .title-desc-box .tabbertab,
.post-edit .buttons-block .inside {
    width: 100%;
}

.post-edit .title-desc-box .row,
.post-edit .title-desc-box .tabber,
.post-edit .title-desc-box .tabbertab {
    margin: 0 !important;
    padding: 0 !important;
}

.post-edit .title-desc-box .row,
.post-edit .buttons-block .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.post-edit .title-desc-box .row > [class*="col-"],
.post-edit .buttons-block .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.post-edit input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not(#price),
.post-edit select,
.post-edit button.btn,
.post-edit .title-desc-box .title input {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
}

.post-edit input[type="file"] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.post-edit textarea,
.post-edit .description textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.post-edit select.col-sm-4,
.post-edit #selectPrefix,
.post-edit #selectCurrency {
    width: 100% !important;
}

.post-edit .form-check-inline {
    margin-right: 18px;
}

.post-edit .form-check-inline .form-check-input {
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
    margin-right: 6px !important;
}

.post-edit .buttons-block button {
    width: calc(100% - 24px) !important;
    min-width: 0 !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.post-edit-page.post-edit form {
    width: 100% !important;
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    clear: both !important;
}

.post-edit-page.post-edit fieldset,
.post-edit-page.post-edit .buttons-block {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

section[data-page="shop-add"],
section[data-page="shop-edit"] {
    width: 100% !important;
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

section[data-page="shop-add"] form,
section[data-page="shop-edit"] form {
    width: 100% !important;
    margin: 0 auto !important;
}
