body {
	background: #FFF;
	color: #555;
	font-size: 12px;
	font-family: 'Roboto', sans-serif !important;
	font-display: swap;
	margin: 0;
	padding: 0;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
}

body a { color: #007bff; text-decoration: none; }
body a:hover { color: #007bff; text-decoration: none; }

body input[type="text"], 
body input[type="password"], 
body input[type="email"], 
body select, 
body textarea { 
	border-radius: 0px; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	color: #000; 
	font-family: 'Roboto', sans-serif; 
	height: 32px;
	letter-spacing: -0.6px; 
	width: 350px;
}

body input { font-family: 'Roboto', sans-serif; }
body .alert { border-radius: 0px; border-bottom-width: 3px; }

body .body > .container { min-height: 400px; }
.body {
    min-height: calc(100vh - 110px);
}
.container { min-width: 320px !important; max-width: 1000px; }
ul { list-style-type: none; margin: 0; padding: 0; }

h1 { color: #000; font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h1, h2, h3, h4, h5 { font-family: 'Roboto', sans-serif; font-weight: 300; }
hr { margin: 10px 0 0 0; }

.breadcrumbs {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 10px;
}

.breadcrumbs li { display: inline-block; }
.breadcrumbs li span.spacer:after {
    content: "/";
    color: #ccc;
    margin: 0 10px;
}

.breadcrumbs li a { color: #007bff; }
.breadcrumbs li a:hover { color: #007bff; text-decoration: underline; }
.breadcrumbs li .current-crumbs { color: #000; }


.head {
    background: #fff;
    min-width: 320px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.head .logo {
	font-size: 17px;
	margin-top: 10px;
	letter-spacing: 0px;
}

.head .logo a { 
	color: #007bff; 
	font-size: 16px; 
	font-family: "Roboto", sans-serif; 
	text-decoration: none; 
	text-transform: uppercase; 
}

.head .logo span { color: #000; }
.head .logo img { margin-top: -10px; height: 20px; }

.head .head-menu li {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	display: inline-block;
	margin: 0 0 0 -4px;
}

.head .head-menu a {
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
}

.head .head-menu a:hover { background: #fbfbfb; color: #007bff; }

.search-box { 
	background: #0176f3;
	padding: 20px 0; 
	text-align: center;
	min-width: 200px;
}
.search-box input[name="q"] { 
    border-color: transparent; 
    border-radius: 0px; 
    box-shadow: none; 
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    height: 50px; 
    margin: 2px 0 2px -4px; 
    width: 695px; 
}

.search-box [type="submit"] { 
	background: #dc3545; 
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 1px solid #dc3545;
	color: #fff;
	display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
	height: 60px;
    letter-spacing: 0;
	margin: 2px 0 2px -10px;
    text-transform: uppercase;
	width: 100px;
}

.search-box select {
	border-color: #f3f3f3;
    border-radius: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-family: "Roboto", sans-serif;
	font-size: 14px;
	height: 60px;
	margin: 2px 0;
}

.search-box p { 
	color: #333;
	font-family: 'Roboto', sans-serif; 
	font-size: 18px;
	line-height: 18px;
	text-shadow: 0 0 1px #FFF; 
	padding: 0; margin: 0; 
}

.search-box h1 { 
	color: #333; 
	font-family: 'Roboto', sans-serif;
	font-weight: bold; 
	font-size: 38px; 
	margin-top: 15px; 
	text-shadow: 0 0 1px #FFF; 
	line-height: 46px; 
	letter-spacing: -3px;
}

.search-box h1 strong { color: #007bff; }
.search-box h1 img { margin-top: -12px; }

.search-box p.bigger { font-size: 24px; line-height: 24px; }
.side { overflow: hidden; width: 190px; }
.search-box select.loc { width: 150px }
.search-box select.cat { width: 175px; }

.search-box .post-new {
	padding: 7px 10px 5px 10px;
	background: #007bff;
	display: inline-block;
	height: 26px;
	color: #FFF;
	border-radius: 3px;
}

.txt-header {
    color: #323232;
    border-bottom: 2px solid #f1f1f1;
    font-size: 15px; 
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 5px 0 10px; 
    line-height: 16px;
}

.list, .list-sub { width: auto; }
.list li, .list-sub li {
    line-height: 14px;
}

.list .list-sub { display: block !important; margin-left: 10px; }
.list li a, .list-sub li a {
    display: block;
    padding: 7px 5px;
}

.list li a i { color: #007bff; }
.list li a:hover {
    background: #f5f5f5;
}
.categories { margin-top: 10px; }

.main-btn {
	background: #007bff;
	border: 1px solid #007bff;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
	padding: 10px 25px;
}

.msgs { margin-top: 10px; }

.c-pagi { margin-top: 15px; }
.c-pagi a:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow:hidden;
}

.c-pagi a:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow:hidden;
}

.c-pagi a { 
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
	margin: 0 -3px;
	padding: 15px 25px;
}

.c-pagi a.active { 
	background: #007bff;
	color: #FFF;
}

.modal-new {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    opacity: 0.5;
    width: 100%;
}

.like-overlay {
    background: #FFF;
    display: none;
    left: 50%;
    margin-left: -250px;
    padding: 20px;
    position: absolute;
    top: 10%;
    width: 500px;
    z-index: 1;
}

.like-overlay h3 {
    font-family: 'Roboto', sans-serif;
}

.like-overlay h3 > span { color: #007bff; }

.like-overlay > p > span { color: #007bff; }

.like-overlay .fb-like-box { height: 250px; }

.like-overlay .close-this { color: red; }

.price-input input[type="text"] {
    height: 40px;
    width: 170px;
}

.price-submit input[type="submit"] {
    background: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
    color: #fff;
    padding: 15px;
    width: 184px;

}

.list.brand  {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
	html, body { max-width: 800px; }
    .head-menu .fb-like { display: none !important }
	.products { margin-left: 10px; max-width: 800px !important; float: none !important; }
	.products .product-item { width: 235px !important; }
	.side { margin-left: 20px; }
	.c-pagi { margin-left: 20px; }
	.products > h1 { margin-left: 20px; }

    .categories-list { width: 324px; }

    .sell-div { padding: 10px; width: 380px; }
    .login .pull-left {
        border-top: 1px solid #eee;
        padding-top: 20px 10px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .like-overlay { width: 300px; margin-left: -170px; }
    .img-cntrl { height: 320px !important; }
    .img-cntrl a { width: 200px !important; height: 320px !important; }
	html, body { max-width: 768px; }
    .head-menu .fb-like { display: none !important }
    .logo { margin-left: 5px; }
	.products { margin-left: 10px; max-width: 768px !important; float: none !important; }
	.products .product-item { width: 235px !important; }
	.side { margin-left: 20px; }
	.c-pagi { margin-left: 20px; }
	.products > h1 { margin-left: 20px; }

    .categories-list { width: 324px; }

    .sell-div { padding: 10px; width: 380px; }
    .login .pull-left {
        border-top: 1px solid #eee !important;
        padding: 20px 10px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .like-overlay { width: 280px; margin-left: -170px; }
    .img-cntrl { height: 330px !important; }
    .img-cntrl a { width: 215px !important; height: 330px !important; }
	html, body { max-width: 100%; }
    .head-menu .fb-like { display: none !important }
    .logo { margin-left: 5px; }

    .categories-list { max-width: 480px; }
    .categories-list .cat-item { width: 136px; }

    .sell-div { padding: 10px; width: 460px; }
    .sell-div h3 { margin-top: 0px !important; }
    .head-menu li span { display: none !important }
	.products { margin-left: 0px !important; width: 480px !important; float: none !important; }
	.products .product-item { float: none !important; margin-left: 0px !important; width: 100% !important; }
    .products .product-item .item-img { width: 480px !important }
    .products .product-item .item-img img { max-width: 300px !important }
	.side { margin-left: 20px; }
	.c-pagi { margin-left: 20px; }
	.products > h1 { margin-left: 20px; }
    .foot > * { margin-left: 10px }

    .search-box { padding: 0; }
    .search-box [name="q"] { border-color: #FFF !important; width: 340px !important; }
    .search-box [type="submit"] { background: transparent !important; border-color: transparent !important; color: #FFF !important; width: 75px !important }
    .search-box .cat { display: none; }
    .search-box .post-new { display: none; }
    .search-box .ad-search { margin: 43px !important; background: #FFF }
    
    .login .pull-left {
        border-top: 1px solid #eee !important;
        padding: 20px 10px !important;
        width: 100% !important;
    }
    
    body .side {
        background: #fff;
        margin: 0;
        top:102px;
        margin-top:0px !important;
        position: absolute;
        width: 480px;
        z-index: 999;
    }

    .side .list { 
        display: none; 
        width: 480px;
        padding: 10px;
        margin: 0px !important;
    }

    .side br { display: none; }
    .side .txt-header { 
        background: #fbfbfb;
        border-bottom: 1px solid #f1f1f1;
        font-size: 16px;
        cursor: pointer;
        margin: 0px;
        padding: 10px; 
    }

    .side li {
        border-bottom: 1px dashed #eee;
        font-size: 16px;
        padding: 5px;
    }

    .side li:hover {
        color: #555;
        text-decoration: underline;
    }

    .side .txt-header:hover { background: #f3f3f3 }
    .images {
        margin: 0px !important;
        padding: 0px !important;
        width: 480px !important;
    }

    .images .main-image {
        border: none !important;
        display: block !important;
        height: auto !important;
        margin: 0px !important;
        padding: 0px !important;
        text-align: left !important;
        vertical-align: none !important;
        min-height: 330px;
        width: 480px !important;
        max-height: none;
    }

    .images .main-image img {
        border: none !important;
        margin: 0px !important;
        padding: 0px !important;
        width: 480px !important;
        max-height: none;
    }

    .images .img-thumbs a { height: 50px !important; width: 70px !important }
    .images .img-thumbs a img { max-height: 70px !important; max-width: 70px !important; }
    .post-detail { margin-left: 5px; width: 475px !important; }
    .descs { width: 470px !important; }
    .descs h2 { margin-left: 5px; }
    .post-description { margin-left: 10px; }

    .categories-list { width: 480px; }
    .categories-list .cat-item { width: 136px; }

    .sell-div { padding: 10px; width: 460px; }
    .sell-div h3 { margin-top: 0px !important; }

    /* ADD POST */
    .post-container { 
        padding: 5px !important; 
    }

    .post-container .add-info { padding: 0px; width: 410px; }
    .post-container .head-post { width: 410px; }
    .post-container .post-add input[type="text"], 
        .post-container .post-add .field-item textarea { width: 385px; }

    .post-container .ad-img { width: 420px; }
    .post-container .post-add select { width: 400px !important; }
    .post-container .post-add .pull-left { float: none; width: 385px; }
    .post-container .post-add .price { margin: 0px; width: 385px; }
    .post-container .post-add .price #price { width: 360px; }
    .post-container .post-add .field-item .category-name { margin:0px; width:385px; }
    .post-container .post-add .field-item .category-dropdown { margin: 0px; width: 397px; }
    .post-container .post-add .field-item .category-dropdown .cat-item { padding: 6px; }
    .post-container .post-add .field-item .attributes { margin: 0px; width: 450px; }
    .post-container .post-add .attributes .half { width: 185px; }
    .post-container .imgs-items { width: 410px; }
    .post-container .imgs-items .uploaded-img { width: 124px; }
    .post-container .imgs-items .uploaded-img a { margin-left: 98px; }
    .post-container #phone { width: 395px; }
    .post-container .submit-btn { width:410px; }
    .post-container .submit-btn input[type="submit"] { width: 100%; }
    .rel-articles .rel-article {
        height: auto;
        max-height: 100%;
        margin-bottom: 50px;
        max-width: 100%;
        width: 100%;
    }

    .rel-articles .rel-article .rel-article-img {
        height: auto;
        max-height: 100%;
    }
}


@media screen and (max-width: 450px) {
    .like-overlay { width: 300px; margin-left: -170px; }
    .img-cntrl { height: 320px !important; }
    .img-cntrl a { width: 190px !important; height: 320px !important; }
	html, body { width: 100%; }
    .head-menu .fb-like { display: none !important }
    .logo { margin-left: 5px; }
    .head-menu li span { display: none !important }
	.products { margin-left: 0px !important; width: 450px !important; float: none !important; }
	.products .product-item { float: none !important; margin-left: 0px !important;  width: 100% !important; }
    .products .product-item .item-img { width: 450px !important }
    .products .product-item .item-img img { max-width: 300px !important }
	.side { margin-left: 20px; }
	.c-pagi { margin-left: 20px; }
	.products > h1 { margin-left: 20px; }
    .foot > * { margin-left: 10px }

    .search-box { padding: 0; }
    .search-box [name="q"] { border-color: #FFF !important; width: 340px !important; }
    .search-box [type="submit"] { background: transparent !important; border-color: transparent !important; color: #FFF !important; width: 75px !important }
    .search-box .cat { display: none; }
    .search-box .post-new { display: none; }
    .search-box .ad-search { margin: 43px !important; background: #FFF }
    .login .pull-left {
        border-top: 1px solid #eee !important;
        padding: 20px 10px !important;
        width: 100% !important;
    }
    
    body .side {
        background: #fff;
        margin: 0;
        top:102px;
        margin-top:0px !important;
        position: absolute;
        width: 450px;
        z-index: 999;
    }

    .side .list { 
        display: none; 
        width: 450px;
        padding: 10px;
        margin: 0px !important;
    }

    .side br { display: none; }
    .side .txt-header { 
        background: #fbfbfb;
        border-bottom: 1px solid #f1f1f1;
        cursor: pointer;
        padding: 10px; 
    }

    .side .txt-header:hover { background: #f3f3f3 }
    .images {
        margin: 0px !important;
        padding: 0px !important;
        width: 450px !important;
    }

    .images .main-image {
        border: none !important;
        display: block !important;
        height: auto !important;
        margin: 0px !important;
        padding: 0px !important;
        text-align: left !important;
        vertical-align: none !important;
        min-height: 320px;
        width: 450px !important;
        max-height: none !important;
    }

    .images .main-image img {
        border: none !important;
        margin: 0px !important;
        padding: 0px !important;
        width: 450px !important;
        max-height: none !important;
    }

    .images .img-thumbs a { height: 50px !important; width: 70px !important }
    .images .img-thumbs a img { max-height: 70px !important; max-width: 70px !important; }
    .post-detail { margin-left: 5px; width: 445px !important; }
    .descs { width: 440px !important; }
    .descs h2 { margin-left: 5px; }
    .post-description { margin-left: 10px; }

    .categories-list { width: 450px; }
    .categories-list .cat-item { width: 126px; }

    .sell-div { padding: 10px; width: 430px; }
    .sell-div h3 { margin-top: 0px !important }
    

    /* ADD POST */
    .post-container { 
        padding: 5px !important; 
    }

    .post-container .add-info { padding: 0px; width: 410px; }
    .post-container .head-post { width: 410px; }
    .post-container .post-add input[type="text"], 
        .post-container .post-add .field-item textarea { width: 385px; }

    .post-container .ad-img { width: 420px; }
    .post-container .post-add select { width: 400px !important; }
    .post-container .post-add .pull-left { float: none; width: 385px; }
    .post-container .post-add .price { margin: 0px; width: 385px; }
    .post-container .post-add .price #price { width: 360px; }
    .post-container .post-add .field-item .category-name { margin:0px; width:385px; }
    .post-container .post-add .field-item .category-dropdown { margin: 0px; width: 397px; }
    .post-container .post-add .field-item .category-dropdown .cat-item { padding: 6px; }
    .post-container .post-add .field-item .attributes { margin: 0px; width: 450px; }
    .post-container .post-add .attributes .half { width: 185px; }
    .post-container .imgs-items { width: 410px; }
    .post-container .imgs-items .uploaded-img { width: 124px; }
    .post-container .imgs-items .uploaded-img a { margin-left: 98px; }
    .post-container #phone { width: 395px; }
    .post-container .submit-btn { width:410px; }
    .post-container .submit-btn input[type="submit"] { width: 100%; }
}


@media screen and (max-width: 420px) {
    .like-overlay { width: 300px; margin-left: -170px; }
    .img-cntrl { height: 300px !important; }
    .img-cntrl a { width: 180px !important; height: 300px !important; }
    .img-cntrl a span { margin-top: 120px !important; }
	html, body { width: 100% }
    .head-menu .fb-like { display: none !important }
    .logo { margin-left: 5px; }
    .head-menu li span { display: none !important }
	.products { margin-left: 0px !important; margin-top: 70px !important; width: 420px !important; float: none !important; }
	.products .product-item { float: none !important; margin-left: 0px !important;  width: 100% !important; }
    .products .product-item .item-img { width: 420px !important }
    .products .product-item .item-img img { max-width: 300px !important }
	.side { margin-left: 20px; }
	.c-pagi { margin-left: 20px; }
	.products > h1 { margin-left: 20px; }
    .foot > * { margin-left: 10px }

    .search-box { padding: 0; }
    .search-box [name="q"] { border-color: #FFF !important; width: 78% !important; }
    .search-box [type="submit"] { background: transparent !important; border-color: transparent !important; color: #FFF !important; width: 75px !important }
    .search-box .cat { display: none; }
    .search-box .post-new { display: none; }
    .search-box .ad-search { margin: 43px !important; background: #FFF }
    
    .login .pull-left {
        border-top: 1px solid #eee !important;
        padding: 20px 10px !important;
        width: 100% !important;
    }
    
    body .side {
        background: #fff;
        margin: 0;
        top:102px;
        margin-top:0px !important;
        position: absolute;
        width: 420px;
        z-index: 999;
    }

    .side .list { 
        display: none; 
        width: 420px;
        padding: 10px;
        margin: 0px !important;
    }

    .side br { display: none; }
    .side .txt-header { 
        background: #fbfbfb;
        border-bottom: 1px solid #f1f1f1;
        cursor: pointer;
        padding: 10px; 
    }

    .side .txt-header:hover { background: #f3f3f3 }
    .images {
        margin: 0px !important;
        padding: 0px !important;
        width: 420px !important;
    }

    .images .main-image {
        border: none !important;
        display: block !important;
        height: auto !important;
        margin: 0px !important;
        padding: 0px !important;
        text-align: left !important;
        vertical-align: none !important;
        min-height: 300px;
        max-height: none !important;
        width: 420px !important;
    }

    .images .main-image img {
        border: none !important;
        margin: 0px !important;
        padding: 0px !important;
        width: 420px !important;
        max-height: none !important;
    }

    .images .img-thumbs a { height: 50px !important; width: 70px !important }
    .images .img-thumbs a img { max-height: 70px !important; max-width: 70px !important; }
    .post-detail { margin-left: 5px; width: 415px !important; }
    .descs { width: 410px !important; }
    .descs h2 { margin-left: 5px; }
    .post-description { margin-left: 10px; }

    .categories-list { width: 420px; }
    .categories-list .cat-item { width: 186px; }

    .sell-div { padding: 10px; width: 400px; }
    .sell-div h3 { margin-top: 0px !important; }

    /* ADD POST */
    .post-container { 
        padding: 5px !important; 
    }

    .post-container .add-info { padding: 0px; width: 410px; }
    .post-container .head-post { width: 400px; }
    .post-container .post-add input[type="text"], 
        .post-container .post-add .field-item textarea { width: 365px !important; }

    .post-container .ad-img { max-width: 400px; }
    .post-container .post-add select { max-width: 380px !important; }
    .post-container .post-add .pull-left { float: none; max-width: 385px; }
    .post-container .post-add .price { margin: 0px; max-width: 365px !important; }
    .post-container .post-add .price #price { max-width: 300px !important; }
    .post-container .post-add .field-item .category-name { margin:0px; max-width:355px; }
    .post-container .post-add .field-item .category-dropdown { margin: 0px; max-width: 397px; }
    .post-container .post-add .field-item .category-dropdown .cat-item { padding: 6px; }
    .post-container .post-add .field-item .attributes { margin: 0px; max-width: 400px; !important }
    .post-container .post-add .attributes .half { width: 150px !important; }
    .post-container .imgs-items { max-width: 380px; }
    .post-container .imgs-items .uploaded-img { max-width: 124px; }
    .post-container .imgs-items .uploaded-img a { margin-left: 98px; }
    .post-container #phone { max-width: 365px !important; }
    .post-container .submit-btn { max-width:380px !important; }
    .post-container .submit-btn input[type="submit"] { width: 100%; }
}


@media screen and (max-width: 360px) {
    .like-overlay { width: 300px; margin-left: -170px; }
    .img-cntrl { height: 270px !important; }
    .img-cntrl a { width: 170px !important; height: 260px !important; }
    .img-cntrl a span { margin-top: 120px !important; }
	html, body { width: 360px; overflow-x: hidden; }
    .products .row-fluid { max-width: 360px !important; }
    .head-menu .fb-like { display: none !important }
    .logo { margin-left: 5px; }
    .head-menu li span { display: none !important }
	.products { margin-left: 0px !important; width: 360px !important; float: none !important; }
	.products .product-item { float: none !important; margin-left: 0px !important;  width: 100% !important; }
    .products .product-item .item-img { width: 360px !important }
    .products .product-item .item-img img { max-width: 300px !important }
	.side { margin-left: 20px; }
	.c-pagi { margin-left: 20px; }
	.products > h1 { margin-left: 20px; }
    .foot > * { margin-left: 10px }
    .info-announce { max-width: 338px !important; }

    .search-box { padding: 0; }
    .search-box [name="q"]{ border-color: #FFF !important; width: 250px !important }
    .search-box [type="submit"] { background: transparent !important; border-color: transparent !important; color: #FFF !important; width: 75px !important }
    .search-box .cat { display: none; }
    .search-box .post-new { display: none; }
    .search-box .ad-search { margin: 43px !important; background: #FFF }
    
    .login .pull-left {
        border-top: 1px solid #eee !important;
        padding: 20px 10px !important;
        width: 100% !important;
    }
    
    body .side {
        background: #fff;
        margin: 0;
        top:102px;
        margin-top:0px !important;
        position: absolute;
        width: 360px;
        z-index: 999;
    }

    .side .list { 
        display: none; 
        width: 360px;
        padding: 10px;
        margin: 0px !important;
    }

    .side br { display: none; }
    .side .txt-header { 
        background: #fbfbfb;
        border-bottom: 1px solid #f1f1f1;
        cursor: pointer;
        padding: 10px; 
    }

    .side .txt-header:hover { background: #f3f3f3 }
    .images {
        margin: 0px !important;
        padding: 0px !important;
        width: 360px !important;
    }

    .images .main-image {
        border: none !important;
        display: block !important;
        height: auto !important;
        margin: 0px !important;
        padding: 0px !important;
        text-align: left !important;
        vertical-align: none !important;
        min-height: 270px;
        width: 360px !important;
        max-height: none !important;
    }

    .images .main-image img {
        border: none !important;
        margin: 0px !important;
        padding: 0px !important;
        width: 360px !important;
        max-height: none !important;
    }

    .images .img-thumbs a { height: 40px !important; width: 50px !important }
    .images .img-thumbs a img { max-height: 50px !important; max-width: 50px !important; }
    .post-detail { margin-left: 5px; width: 345px !important; }
    .descs { width: 350px !important; }
    .descs h2 { margin-left: 5px; }
    .post-description { margin-left: 10px; }

    .categories-list { width: 360px; }
    .categories-list .cat-item { width: 337px; }

    .sell-div { padding: 10px; width: 340px; }
    .sell-div h3 { margin-top: 0px !important; }

    /* ADD POST */
    .post-container { 
        padding: 5px !important; 
    }

    .post-container .add-info { padding: 0px; width: 350px; }
    .post-container .head-post { width: 350px; }
    .post-container .post-add input[type="text"], 
        .post-container .post-add .field-item textarea { width: 335px; }

    .post-container .ad-img { width: 350px; }
    .post-container .post-add select { width: 350px !important; }
    .post-container .post-add .pull-left { float: none; width: 335px; }
    .post-container .post-add .price { margin: 0px; width: 335px; }
    .post-container .post-add .price #price { width: 300px; }
    .post-container .post-add .field-item .category-name { margin:0px; width:335px; }
    .post-container .post-add .field-item .category-dropdown { margin: 0px; width: 337px; }
    .post-container .post-add .field-item .category-dropdown .cat-item { padding: 6px; }
    .post-container .post-add .field-item .attributes { margin: 0px; width: 350px; }
    .post-container .post-add .attributes .half { width: 159px; }
    .post-container .imgs-items { width: 350px; }
    .post-container .imgs-items .uploaded-img { width: 162px; }
    .post-container .imgs-items .uploaded-img a { margin-left: 137px; }
    .post-container #phone { width: 335px; }
    .post-container .submit-btn { width:350px; }
    .post-container .submit-btn input[type="submit"] { width: 100%; }
}


@media screen and (max-width: 393px) {
    .like-overlay { width: 250px; margin-left: -145px !important; }
	html, body { overflow-x: hidden; width: 100%; max-width: 393px; }
    .head-menu .fb-like { display: none !important }
    .logo { margin-left: 5px; }
    .head-menu li span { display: none !important }
	.products { margin-left: 0px !important; max-width: 393px !important; float: none !important; }
    .products .row-fluid { max-width: 393px !important; }
	.products .product-item { float: none !important; margin-left: 0px !important;  width: 100% !important; }
    .products .product-item .item-img { max-width: 393px !important }
    .products .product-item .item-img img { max-width: 383px !important }
	.side { margin-left: 20px; }
	.c-pagi { margin-left: 20px; }
	.products > h1 { margin-left: 20px; }
    .foot > * { margin-left: 10px }
    .info-announce { max-width: 370px !important; }

    .search-box { padding: 0; }
    .search-box [name="q"]{ border-color: #FFF !important; width: 270px !important; }
    .search-box [type="submit"] { background: transparent !important; border-color: transparent !important; color: #FFF !important; }
    .search-box .cat { display: none; }
    .search-box .post-new { display: none; }
    .search-box .ad-search { margin: 43px !important; background: #FFF }
    
    .login .pull-left {
        border-top: 1px solid #eee !important;
        padding: 20px 10px !important;
        width: 100% !important;
    }
    
    body .side {
        background: #fff;
        margin: 0;
        top:102px;
        margin-top:0px !important;
        position: absolute;
        max-width: 393px;
        z-index: 999;
    }

    .side .list { 
        display: none; 
        max-width: 393px;
        padding: 10px;
        margin: 0px !important;
    }

    .side br { display: none; }
    .side .txt-header { 
        background: #fbfbfb;
        border-bottom: 1px solid #f1f1f1;
        cursor: pointer;
        padding: 10px; 
    }

    .side .txt-header:hover { background: #f3f3f3 }
    .images {
        margin: 0px !important;
        padding: 0px !important;
        width: 320px !important;
    }

    .images .main-image {
        border: none !important;
        display: block !important;
        height: auto !important;
        margin: 0px !important;
        min-height: 270px;
        padding: 0px !important;
        text-align: left !important;
        vertical-align: none !important;
        width: 393px !important;
        max-height: none !important;
    }

    .images .main-image img {
        border: none !important;
        margin: 0px !important;
        padding: 0px !important;
        max-width: 393px !important;
        max-height: none !important;
    }

    .images .img-thumbs a { height: 40px !important; width: 50px !important }
    .images .img-thumbs a img { max-height: 50px !important; max-width: 50px !important; }
    .post-detail { margin-left: 5px; width: 388px !important; }
    .descs { width: 393px !important; }
    .descs h2 { margin-left: 5px; }
    .post-description { margin-left: 10px; }

    body .container { max-width: 100% !important; }
    .categories-list { max-width: 393px; }
    .categories-list .cat-item { width: 355px !important; }

    .sell-div { padding: 10px; width: 370px; }
    .sell-div h3 {  margin-top: 0px !important;  }

    /* ADD POST */
    .post-container { 
        padding: 5px !important; 
    }

    .post-container .add-info { padding: 0px; width: 383px; }
    .post-container .head-post { width: 383px; }
    .post-container .post-add input[type="text"], 
        .post-container .post-add .field-item textarea { width: 265px; }

    .post-container .ad-img { max-width: 393px; }
    .post-container .post-add select { width: 373px !important; }
    .post-container .post-add .pull-left { float: none; width: 365px; }
    .post-container .post-add .price { margin: 0px; width: 365px; }
    .post-container .post-add .price #price { width: 310px; }
    .post-container .post-add .field-item .category-name { margin:0px; width:365px; }
    .post-container .post-add .field-item .category-dropdown { margin: 0px; width: 377px; }
    .post-container .post-add .field-item .category-dropdown .cat-item { padding: 6px; }
    .post-container .post-add .field-item .attributes { margin: 0px; width: 370px; }
    .post-container .post-add .attributes .half { width: 134px; }
    .post-container .imgs-items { width: 370px; }
    .post-container .imgs-items .uploaded-img { width: 135px; }
    .post-container .imgs-items .uploaded-img a { margin-left: 109px; }
    .post-container #phone { width: 375px; }
    .post-container .submit-btn { width:309px; }
    .post-container .submit-btn input[type="submit"] { width: 100%; }

    .img-cntrl { height: 270px !important; }
    .img-cntrl a { width: 150px !important; height: 230px !important; }
    .img-cntrl a span { margin-top: 100px !important; }
}

@media screen and (max-width: 320px) {
    .ad-search { margin-top: 43px !important }
    .like-overlay { width: 250px; margin-left: -145px !important; }
	html, body { overflow-x: hidden; width: 320px; }
    .head-menu .fb-like { display: none !important }
    .logo { margin-left: 5px; }
    .head-menu li span { display: none !important }
	.products { margin-left: 0px !important; width: 320px !important; float: none !important; }
    .products .row-fluid { max-width: 320px !important; }
	.products .product-item { float: none !important; margin-left: 0px !important;  width: 100% !important; }
    .products .product-item .item-img { width: 320px !important }
    .products .product-item .item-img img { max-width: 300px !important }
	.side { margin-left: 20px; }
	.c-pagi { margin-left: 20px; }
	.products > h1 { margin-left: 20px; }
    .foot > * { margin-left: 10px }
    .info-announce { max-width: 290px !important; }

    .search-box { padding: 0; }
    .search-box [name="q"]{ border-color: #FFF !important; width: 210px !important; }
    .search-box [type="submit"] { background: transparent !important; border-color: transparent !important; color: #FFF !important; width: 75px !important; }
    .search-box .cat { display: none; }
    .search-box .post-new { display: none; }
    .search-box .ad-search { margin: 43px !important; background: #FFF }
    
    .login .pull-left {
        border-top: 1px solid #eee !important;
        padding: 20px 10px !important;
        width: 100% !important;
    }
    
    body .side {
        background: #fff;
        margin: 0;
        top:102px;
        margin-top:0px !important;
        position: absolute;
        width: 320px;
        z-index: 999;
    }

    .side .list { 
        display: none; 
        width: 320px;
        padding: 10px;
        margin: 0px !important;
    }

    .side br { display: none; }
    .side .txt-header { 
        background: #fbfbfb;
        border-bottom: 1px solid #f1f1f1;
        cursor: pointer;
        padding: 10px; 
    }

    .side .txt-header:hover { background: #f3f3f3 }
    .images {
        margin: 0px !important;
        padding: 0px !important;
        width: 320px !important;
    }

    .images .main-image {
        border: none !important;
        display: block !important;
        height: auto !important;
        margin: 0px !important;
        min-height: 270px;
        padding: 0px !important;
        text-align: left !important;
        vertical-align: none !important;
        width: 320px !important;
        max-height: none !important;
    }

    .images .main-image img {
        border: none !important;
        margin: 0px !important;
        padding: 0px !important;
        width: 320px !important;
        max-height: none !important;
    }

    .images .img-thumbs a { height: 40px !important; width: 50px !important }
    .images .img-thumbs a img { max-height: 50px !important; max-width: 50px !important; }
    .post-detail { margin-left: 5px; width: 315px !important; }
    .descs { width: 310px !important; }
    .descs h2 { margin-left: 5px; }
    .post-description { margin-left: 10px; }

    body .container { width: 100% !important }
    .categories-list { width: 320px; }
    .categories-list .cat-item { width: 295px !important; }

    .sell-div { padding: 10px; width: 300px; }
    .sell-div h3 {  margin-top: 0px !important;  }

    /* ADD POST */
    .post-container { 
        padding: 5px !important; 
    }

    .post-container .add-info { padding: 0px; width: 310px; }
    .post-container .head-post { width: 310px; }
    .post-container .post-add input[type="text"], 
        .post-container .post-add .field-item textarea { width: 285px; }

    .post-container .ad-img { width: 320px; }
    .post-container .post-add select { width: 300px !important; }
    .post-container .post-add .pull-left { float: none; width: 285px; }
    .post-container .post-add .price { margin: 0px; width: 285px; }
    .post-container .post-add .price #price { width: 260px; }
    .post-container .post-add .field-item .category-name { margin:0px; width:285px; }
    .post-container .post-add .field-item .category-dropdown { margin: 0px; width: 297px; }
    .post-container .post-add .field-item .category-dropdown .cat-item { padding: 6px; }
    .post-container .post-add .field-item .attributes { margin: 0px; width: 300px; }
    .post-container .post-add .attributes .half { width: 134px; }
    .post-container .imgs-items { width: 300px; }
    .post-container .imgs-items .uploaded-img { width: 135px; }
    .post-container .imgs-items .uploaded-img a { margin-left: 109px; }
    .post-container #phone { width: 295px; }
    .post-container .submit-btn { width:309px; }
    .post-container .submit-btn input[type="submit"] { width: 100%; }

    .img-cntrl { height: 270px !important; }
    .img-cntrl a { width: 150px !important; height: 230px !important; }
    .img-cntrl a span { margin-top: 100px !important; }
}

.rel-articles:after {
    clear: both;
}

.rel-article {
    border: 1px solid #eee;
    box-shadow: 0px 0px 3px #f1f1f1;
    float: left;
    height: 371px;
    margin-right: 5px;
    margin-top: 5px;
    max-width: 243px;
    max-height: 371px;
    padding: 10px 0;
    width: 245px;
}

.rel-article .rel-article-img {
    height: 180px;
    text-align: center;
    max-height: 180px;
    overflow: hidden;
}

.rel-article h3 {
    height: 40px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    white-space: nowrap;
}

.rel-article h3 a {
    color: #28a745;
}

.rel-article h3.rel-title a {
    color: #333;
}

.rel-article-rating {
    color: orange;
    padding: 10px;
}

.rel-article-rating em {
    color: #333;
    font-style: normal;
}

.rel-article-specs > li {
    border-top: 1px solid #eee;
    padding: 5px 10px;
}

.rel-article-specs ul li {
    display: inline-block;
}

.rel-article-specs ul li:first-child {
    text-overflow: ellipsis; 
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
}

.rel-article-specs ul li:last-child {
    text-overflow: ellipsis; 
    overflow: hidden;
    width: calc(100% - 90px);
    white-space: nowrap;
}


.rel-article-attr {
    padding: 0px 10px;
}

.rel-article-price {
    font-size: 23px;
    color: #007bff;
}

.rel-article-cat, .rel-article-cat .post-cat {
    color: #28a745;
}
