/* Enter Your Custom CSS Here */
div#sidebar-main-left {
    margin-top: 50px !important;
}
.col-md-9.product.paddingTop45.area-f-right {
    float: left !important;
}
.body-grid-view .intro-product {
    min-height: 125px !important;
}
.bg-footer .section-link {
    margin: 0 !important;
    width: auto !important;
}
.bg-footer .col-md-3 {
    display: inline-flex;
  	margin-top:70px;
  	margin-bottom:70px;

}
.bg-footer h3{
  margin-top: 0px;
  margin-bottom: 20px !important;
  font-family: Arial,san-serif;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
font-size: 13px;
letter-spacing: -0.01ex;
margin: 0px;
padding-bottom: 12px;
  
}

body.body-grid-view .btn_adtocart {
    display: none;
}

input#s {
    border: none;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}

input#searchsubmit {
    background-color: #F1779C;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
}

.about-company {
    margin-top: 0px !important;
 }


.bg-footer, .about-company p {
    color: #F1779C !important;
}

.section-link li {
    list-style: outside none none;
    padding-bottom: 15px !important;
}

.section-link li a, .section-link li a:visited, .text-profile .colorgreen {
    color: #7DC2DC !important;
}
.header-top {
    height: 50px !important;
    background: #F4F4F4 !important;
    -webkit-box-shadow: 0px 0px 0px #ffffff !important;
     margin-bottom: 10px !important;
     box-shadow: 0px 0px 0px #ffffff !important;
}

.logo img {
    max-height: none !important;
    max-width: 100% !important;
}

.sidebar-top, .sidebar-bottom {
    width: 100% !important;
    margin: 0 auto !important;
}

.blue-background{
  background-color: #7CC2DC !important;
}

.blue-header {
    padding-right: 20px !important;
    margin-top: -1px !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 50px;
   padding-left: 20px !important;
}

.logo-header {
    padding-right: 20px !important;
    height: 170px;
}

.login {
    margin-top: 14px !important;
    /* width: 30%; */
}

.button-post-ad {
    background: #F1779C !important;
}

.button-post-ad:hover {
    background: #E4356A !important;
}
.button-post-ad a, .main-content .button-post-ad a {
    color: #FFF !important;
}

.sf-menu a, .login a {
    color: #FFFFFF !important;
}

.banner {
    text-align: right !important;
}

.html_carousel .paginate a, .btn-primary, .intro-profle .btn.sembold {
    background: #F1779C !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
	font: 15px/12px 'LoraRegular', Arial, sans-serif;
}


/*  Login Logo */
.login h1 a {
    background-size: 276px !important;
    height: 95px !important;
    width: 339px !important;
}


.title-page .text, .name-step, .form-post .control-label, .post-step4 .fontsize17, .list-date {
    color: #F1779C !important;
}



.menu-left li i, .icon-view li span i {
    color: #BAD9E4 !important;
}

.customize_text {
    font-size: 17px !important;
    font-family: Arial !important;
    color: #7CC2DC !important;
}



.main-title{
	font: 40px/50px 'LoraRegular', Arial, sans-serif;
    letter-spacing: 0;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}



.post-to-classifieds {
    border: 1px solid #e0e4df;
    border-radius: 3px;
    min-height: 300px;
    padding: 5px;
    background-color: #fff !important;
}


.post-to-classifieds .form-post .controls input[type="text"], .post-to-classifieds .form-post .controls input[type="password"], .post-to-classifieds .category-all, .post-to-classifieds #carousel_browse_button, .accout-profile .form-group input, .accout-profile .form-group select {
    background: rgba(255, 255, 255, 0.89) !important;
}


.btn-primary {
    color: #fff !important;
}

.button, .added_to_cart {
    background: #F1779C !important;
    color: #eee !important;
    border-color: #F1779C !important;
}

.page-id-326 .post-step2 .login a{
  color:#3a89cc !important;
}



/* Second Nav */
 /*
.new_menu_class ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}
.new_menu_class li {
  font-family: auto;
  font-size: inherit;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
.new_menu_class a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.new_menu_class a:hover {
  background-color: #005f5f;
}
 
.new_menu_class a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .new_menu_class li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
 
  /* Option 1 - Display Inline */
   /* .new_menu_class li {
    display: inline-block;
    margin-right: -4px;
  }*/
 
  /* Options 2 - Float
  .new_menu_class li {
    float: left;
  }
  .new_menu_class ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .new_menu_class {
    background-color: #444;
  }
  
}
*/  /*
.top-margin-60{
  margin-top: 60px;
}

.second-nav-container{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

 */

h2 {
    font: 30px/36px 'LoraRegular', Arial, sans-serif !important;
    letter-spacing: 0;
    color: #000000;
}
.search input[type="text"] {
    max-width: 600px !important;
    height: 40px;
    border: 1px solid #bcc0bb;
    border-radius: 3px 0px 0px 3px;
    font-size: 14px;
    padding: 0px 10px;
    float: left;
    margin-right: -2px;
    width: 68%;
    border-right: none;
}

.title-page {    
    height: 20px !important;
    padding-top: 10px !important;
   box-shadow: none !important;

}

.post-step1 .name {
    max-width: 360px;
    overflow: hidden;
    padding-bottom: 3px;
    text-overflow: ellipsis;
    white-space: normal !important;
    float: left;
    color: #6E7470 !important;
}

.page-id-326 .post-step4 .name{
  color: #858685 !important;
}

 /*.name-product h2, .title-product, .menu-left-page li.active a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #F1799D !important;
    font-size: 31px !important;
}*/

body.body-grid-view .item-product-content-style {
    height: auto;
    background-color: #7DC2DC !important;
    border-radius: 5px !important;
}

.body-grid-view .item-product {
    border-radius: 5px 5px 5px 5px !important;
    padding: 0px 0px 0px 0px !important;
}

h5.title a, h5.title a:visited, .intro-product .title, .intro-product .title a, .intro-product .title a:visited {
    color: #FFFFFF !important;
    display: block;
    font-size: 15px !important;
    font-weight: 600 !important;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
    line-height: 22px;
    padding-top: 4px;
    margin: 0;
  text-overflow: initial !important;
}

.text-intro, .intro-product .name, .post-step4 .name, .form-post .control-label .sub-title {
    color: #FFFFFF !important;
}


.intro-product .price, .related-classified .price {
    color: #146A95 !important;
    font-size: 15px;
    font-weight: 700;
}

.controls.select-style {
    margin-top: 15px !important;
}

.controls.select-style {
    margin-top: 3px !important;
}

.dropdown-search {
    margin-top: 0px;
    display: none !important;
}

.icon-view {
    display: none !important;
}

.icon-account .quite-icon {
    width: 75px !important;
    border-left: 1px solid #FFFFFF;
    position: relative;
    display: inline-block;
    height: 21px;
    float: right;
    color: #ffffff;
    font-size: 14px !important;
    padding-left: 8px !important;
}

.quite-icon .icon {
    position: absolute;
    right: 0px;
    top: -1px !important;
}

.bg-breadcrumb.header-filter {
    height: 33px !important;
  margin-top:40px !important;
}
.breadcrumb {
    padding-top: 9px !important;
   
}

.price-product{
  background-color: #F1779C !important;
}

.price-arrow .fa-backward {
    color: #F1779C !important;

}

.text-intro{
  color: #7CC2DC !important;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-top: 30px !important;
}

.tabs-acount {
    height: 81px !important;
    border-bottom: 1px solid #dbdbdb;
}

.title-page .text, .name-step, .form-post .control-label, .post-step4 .fontsize17, .list-date {
    color: #F1779C !important;
    margin-top: 15px !important;
}

/*.intro-product.woocommerce .title a {
    color: #7CC2DC !important;
}*/
.body-list-view .intro-product .name {
    float: left;
    margin-bottom: 5px;
    color: #F1779C !important;
}

.body-list-view .intro-product {
    position: absolute;
    left: 130px;
    width: 78%;
    top: 0px;
    border-left: dotted thin;
    padding-left: 10px;
}

.item-product.col-md-4 {
    padding-right: 0px !important;
  margin-top: 15px !important;
}

.item-product-content-style {
    overflow: hidden;
    height: 128px;
    background-color: #ffffff !important;
}

.page-id-326 .border-top {
    border-top: none !important;
}

.name-step {
    float: left;
    padding: 0px 20px !important;
    color: #323432;
}

.fa-arrow-right:before {
    content: "\f061"
		display: none
}

.customize_text {
    font-size: 18px !important;
    font-family: Arial !important;
}

.home .text-intro, .intro-product .name, .post-step4 .name, .form-post .control-label .sub-title {
    color: #fff !important;
}



div#sidebar-main-left {
    background-color: #fff !important;
    padding-left: 15px;
    padding-bottom: 20px;
    min-height: 500px !important;
    border: #E4E4E4 thin solid !important;
    border-radius: 5px;
    margin-top: 100px;
}

.bg-footer {
    background: #2D2D2D !important;
  }

.about-company label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}



.about-company input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #F1779C;
    border: 1px solid #F1779C !important;
    color: #fff;
}
.intro-product .title > a {
    white-space: normal !important;
}




/* Media Queries */


@media all and (max-width: 670px) {
 .main-center.container.logo-header {
    height: auto !important;
    position: relative !important;
}
 .logo-header .col-md-4 {
    display: inline-block;
}
 .logo-header .col-md-8.banner {
    display: table-row;
}

#ajax-content .header-filter {
    height: auto !important;
 }
 #search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align:center;
}
.header-filter #search_form .col-md-9 {
    float: none !important;
    width: 100% !important;
    text-align:center;
    margin-top: 10px !important;
}
  .search-inner {
    margin-left: 8px !important;
}
  .btn.btn-primary.button-search.search-top {
    float: none !important;
}
  .about-company {
    width: 100%;
}
  .bg-footer .col-md-3 {
    width: 100%;
}
  .widget-container.ce_widget_categories {
    margin: 0 auto;
}
  .col-md-3 .body-grid-view.section-link {
    text-align: center;
    width: 100% !important;
}
  .col-md-3 .body-grid-view.section-link ul {
    width: auto;
}
  .main-center.container.blue-background.blue-header {
    height: 100px;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.blue-header .icon-account {
    margin-left: 0;
    margin-right: -5px;
}
.blue-header .button-post-ad {
    margin-top: 0;
    padding: 0 15px;
    margin-right: 10px;
}
  .widget-container.widget_search {
    margin: 0 auto;
}
.login .button-post-ad {
    display: inline-block;
    margin: -6px 58px 0 0px !important;
}
  
  .post-step1 button, .post-step4 button {
    float: right !important;
    position: initial !important;
}
  .page-id-326  .control-label.customize_text {
    min-width: 100% !important;
    width: 100% !important;
}
.page-id-326  input {
    width: 90%!important;
    min-width: 90%!important;
}
.page-id-326 .post-step2 #user_avatar_thumbnail > img {
    width: 90%;
}
.page-id-326 .post-step2 #recaptcha_image > img {
    height: auto !important;
    width: 100% !important;
}
.page-id-326 .post-step2 .thumbnail {
    width: 90% !important;
}
.page-id-326 .post-step2 .bg-button-file.button {
    margin: 10px 0 0 !important;
    width: 90% !important;
}
  .post-step2 .message {
    left: 0 !important;
    width: 90% !important;
}
  .chosen-container.chosen-container-single {
    width: 90% !important;
}
.category-all {
    margin: 0;
    width: 90%;
}
.post-step3 li {
    width: 76% !important;
} 
.controls.mce-tinymce-controls {
    width: 90%;
}
.search-category .icon {
    display: none;
}
  
}


  .post-step2 .message {
    left: 0 !important;
    width: 90% !important;
}

/*@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
 
 
  
  .header-title {
     display: none;
}
  
  
  
}*/

/* Landscape */
/* @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

  .header-title {
    display: none;
}
     
}*/


@media all and (min-width: 671px) and (max-width: 1000px) {
.col-md-3 {
    width: 49%;
}
  
.nav.nav-list.menu-left {
    margin: auto;
}
  .widget-container.ce_widget_categories {
    width: 100%;
}
  .body-grid-view.section-link {
    text-align: center;
    width: 100%!important;
}
  .body-grid-view.section-link > ul {
    width: 100%;
}
.logo-header .col-md-8.banner > img {
    width: 100%;
}
.logo-header .col-md-8.banner {
    float: left;
    width: 50%;
}
.logo-header .col-md-4 {
    float: left;
    width: 50%;
}
  
.blue-header .col-md-4 {
    float: left;
    width: 50%;
}
  
.bg-footer .menu {
    margin: 0 auto;
}
  .col-md-3:nth-child(3) h3 {
    text-align: center;
}
.widget-container.widget_search {
    margin: 0 auto;
    text-align: center;
}
  .login .button-post-ad {
    display: inline-block;
    margin: -6px 58px 0 0px !important;
}
  
  
  
}

.post-step2 .captcha .message {
    position: absolute !important;
    right: 99px !important;
    bottom: 5px !important;
}

.post-step2 .captcha span.icon {
    position: relative;
    right: 251px !important;
    top: -3px !important;
}
.col-md-9.product.paddingTop45.area-f-right {
    float: none;
}
.col-md-4.no-result {
    margin: 0;
    overflow: visible;
    height: auto;
    display: flex;
}
.no-result .intro-product {
    margin-bottom: 0;
    margin-top: 25px !important;
    min-height: initial !important;
}
.button-post-ad {
    margin-right: 8px !important;
    min-width: 135px;
}
.blue-header .col-md-4 {
    float: left;
    padding: 0;
    width: 41%;
}
.col-md-8.main-top-menu {
    display: inline-block;
    float: right;
    padding: 0;
    width: 59%;
}




/* Enter Your Custom CSS Here */
div#sidebar-main-left {
    margin-top: 50px !important;
}
.col-md-9.product.paddingTop45.area-f-right {
    float: left !important;
}
.body-grid-view .intro-product {
    min-height: 125px !important;
}
.bg-footer .section-link {
    margin: 0 !important;
    width: auto !important;
}
.bg-footer .col-md-3 {
    display: inline-flex;
  	margin-top:70px;
  	margin-bottom:70px;

}
.bg-footer h3{
  margin-top: 0px;
  margin-bottom: 20px !important;
  font-family: Arial,san-serif;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
font-size: 13px;
letter-spacing: -0.01ex;
margin: 0px;
padding-bottom: 12px;
  
}

body.body-grid-view .btn_adtocart {
    display: none;
}

input#s {
    border: none;
    border-radius: 5px;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}

input#searchsubmit {
    background-color: #F1779C;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
}

.about-company {
    margin-top: 0px !important;
 }


.bg-footer, .about-company p {
    color: #F1779C !important;
}

.section-link li {
    list-style: outside none none;
    padding-bottom: 15px !important;
}

.section-link li a, .section-link li a:visited, .text-profile .colorgreen {
    color: #7DC2DC !important;
}
.header-top {
    height: 50px !important;
    background: #F4F4F4 !important;
    -webkit-box-shadow: 0px 0px 0px #ffffff !important;
     margin-bottom: 10px !important;
     box-shadow: 0px 0px 0px #ffffff !important;
}

.logo img {
    max-height: none !important;
    max-width: 100% !important;
}

.sidebar-top, .sidebar-bottom {
    width: 100% !important;
    margin: 0 auto !important;
}

.blue-background{
  background-color: #7CC2DC !important;
}

.blue-header {
    padding-right: 20px !important;
    margin-top: -1px !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 50px;
   padding-left: 20px !important;
}

.logo-header {
    padding-right: 20px !important;
    height: 170px;
}

.login {
    margin-top: 14px !important;
    /* width: 30%; */
}

.button-post-ad {
    background: #F1779C !important;
}

.button-post-ad:hover {
    background: #E4356A !important;
}
.button-post-ad a, .main-content .button-post-ad a {
    color: #FFF !important;
}

.sf-menu a, .login a {
    color: #FFFFFF !important;
}

.banner {
    text-align: right !important;
}

.html_carousel .paginate a, .btn-primary, .intro-profle .btn.sembold {
    background: #F1779C !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
	font: 15px/12px 'LoraRegular', Arial, sans-serif;
}


/*  Login Logo */
.login h1 a {
    background-size: 276px !important;
    height: 95px !important;
    width: 339px !important;
}


.title-page .text, .name-step, .form-post .control-label, .post-step4 .fontsize17, .list-date {
    color: #F1779C !important;
}



.menu-left li i, .icon-view li span i {
    color: #BAD9E4 !important;
}

.customize_text {
    font-size: 17px !important;
    font-family: Arial !important;
    color: #7CC2DC !important;
}



.main-title{
	font: 40px/50px 'LoraRegular', Arial, sans-serif;
    letter-spacing: 0;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}



.post-to-classifieds {
    border: 1px solid #e0e4df;
    border-radius: 3px;
    min-height: 300px;
    padding: 5px;
    background-color: #fff !important;
}


.post-to-classifieds .form-post .controls input[type="text"], .post-to-classifieds .form-post .controls input[type="password"], .post-to-classifieds .category-all, .post-to-classifieds #carousel_browse_button, .accout-profile .form-group input, .accout-profile .form-group select {
    background: rgba(255, 255, 255, 0.89) !important;
}


.btn-primary {
    color: #fff !important;
}

.button, .added_to_cart {
    background: #F1779C !important;
    color: #eee !important;
    border-color: #F1779C !important;
}

.page-id-326 .post-step2 .login a{
  color:#3a89cc !important;
}



/* Second Nav */
 /*
.new_menu_class ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}
.new_menu_class li {
  font-family: auto;
  font-size: inherit;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
.new_menu_class a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.new_menu_class a:hover {
  background-color: #005f5f;
}
 
.new_menu_class a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .new_menu_class li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
 
  /* Option 1 - Display Inline */
   /* .new_menu_class li {
    display: inline-block;
    margin-right: -4px;
  }*/
 
  /* Options 2 - Float
  .new_menu_class li {
    float: left;
  }
  .new_menu_class ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .new_menu_class {
    background-color: #444;
  }
  
}
*/  /*
.top-margin-60{
  margin-top: 60px;
}

.second-nav-container{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

 */

h2 {
    font: 30px/36px 'LoraRegular', Arial, sans-serif !important;
    letter-spacing: 0;
    color: #000000;
}
.search input[type="text"] {
    max-width: 600px !important;
    height: 40px;
    border: 1px solid #bcc0bb;
    border-radius: 3px 0px 0px 3px;
    font-size: 14px;
    padding: 0px 10px;
    float: left;
    margin-right: -2px;
    width: 68%;
    border-right: none;
}

.title-page {    
    height: 20px !important;
    padding-top: 10px !important;
   box-shadow: none !important;

}

.post-step1 .name {
    max-width: 360px;
    overflow: hidden;
    padding-bottom: 3px;
    text-overflow: ellipsis;
    white-space: normal !important;
    float: left;
    color: #6E7470 !important;
}

.page-id-326 .post-step4 .name{
  color: #858685 !important;
}

 /*.name-product h2, .title-product, .menu-left-page li.active a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #F1799D !important;
    font-size: 31px !important;
}*/

body.body-grid-view .item-product-content-style {
    height: auto;
    background-color: #7DC2DC !important;
    border-radius: 5px !important;
}

.body-grid-view .item-product {
    border-radius: 5px 5px 5px 5px !important;
    padding: 0px 0px 0px 0px !important;
}

h5.title a, h5.title a:visited, .intro-product .title, .intro-product .title a, .intro-product .title a:visited {
    color: #FFFFFF !important;
    display: block;
    font-size: 15px !important;
    font-weight: 600 !important;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
    line-height: 22px;
    padding-top: 4px;
    margin: 0;
  text-overflow: initial !important;
}

.text-intro, .intro-product .name, .post-step4 .name, .form-post .control-label .sub-title {
    color: #FFFFFF !important;
}


.intro-product .price, .related-classified .price {
    color: #146A95 !important;
    font-size: 15px;
    font-weight: 700;
}

.controls.select-style {
    margin-top: 15px !important;
}

.controls.select-style {
    margin-top: 3px !important;
}

.dropdown-search {
    margin-top: 0px;
    display: none !important;
}

.icon-view {
    display: none !important;
}

.icon-account .quite-icon {
    width: 75px !important;
    border-left: 1px solid #FFFFFF;
    position: relative;
    display: inline-block;
    height: 21px;
    float: right;
    color: #ffffff;
    font-size: 14px !important;
    padding-left: 8px !important;
}

.quite-icon .icon {
    position: absolute;
    right: 0px;
    top: -1px !important;
}

.bg-breadcrumb.header-filter {
    height: 33px !important;
  margin-top:40px !important;
}
.breadcrumb {
    padding-top: 9px !important;
   
}

.price-product{
  background-color: #F1779C !important;
}

.price-arrow .fa-backward {
    color: #F1779C !important;

}

.text-intro{
  color: #7CC2DC !important;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-top: 30px !important;
}

.tabs-acount {
    height: 81px !important;
    border-bottom: 1px solid #dbdbdb;
}

.title-page .text, .name-step, .form-post .control-label, .post-step4 .fontsize17, .list-date {
    color: #F1779C !important;
    margin-top: 15px !important;
}

/*.intro-product.woocommerce .title a {
    color: #7CC2DC !important;
}*/
.body-list-view .intro-product .name {
    float: left;
    margin-bottom: 5px;
    color: #F1779C !important;
}

.body-list-view .intro-product {
    position: absolute;
    left: 130px;
    width: 78%;
    top: 0px;
    border-left: dotted thin;
    padding-left: 10px;
}

.item-product.col-md-4 {
    padding-right: 0px !important;
  margin-top: 15px !important;
}

.item-product-content-style {
    overflow: hidden;
    height: 128px;
    background-color: #ffffff !important;
}

.page-id-326 .border-top {
    border-top: none !important;
}

.name-step {
    float: left;
    padding: 0px 20px !important;
    color: #323432;
}

.fa-arrow-right:before {
    content: "\f061"
		display: none
}

.customize_text {
    font-size: 18px !important;
    font-family: Arial !important;
}

.home .text-intro, .intro-product .name, .post-step4 .name, .form-post .control-label .sub-title {
    color: #fff !important;
}



div#sidebar-main-left {
    background-color: #fff !important;
    padding-left: 15px;
    padding-bottom: 20px;
    min-height: 500px !important;
    border: #E4E4E4 thin solid !important;
    border-radius: 5px;
    margin-top: 100px;
}

.bg-footer {
    background: #2D2D2D !important;
  }

.about-company label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}



.about-company input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #F1779C;
    border: 1px solid #F1779C !important;
    color: #fff;
}
.intro-product .title > a {
    white-space: normal !important;
}




/* Media Queries */


@media all and (max-width: 670px) {
 .main-center.container.logo-header {
    height: auto !important;
    position: relative !important;
}
 .logo-header .col-md-4 {
    display: inline-block;
}
 .logo-header .col-md-8.banner {
    display: table-row;
}

#ajax-content .header-filter {
    height: auto !important;
 }
 #search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align:center;
}
.header-filter #search_form .col-md-9 {
    float: none !important;
    width: 100% !important;
    text-align:center;
    margin-top: 10px !important;
}
  .search-inner {
    margin-left: 8px !important;
}
  .btn.btn-primary.button-search.search-top {
    float: none !important;
}
  .about-company {
    width: 100%;
}
  .bg-footer .col-md-3 {
    width: 100%;
}
  .widget-container.ce_widget_categories {
    margin: 0 auto;
}
  .col-md-3 .body-grid-view.section-link {
    text-align: center;
    width: 100% !important;
}
  .col-md-3 .body-grid-view.section-link ul {
    width: auto;
}
  .main-center.container.blue-background.blue-header {
    height: 100px;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.blue-header .icon-account {
    margin-left: 0;
    margin-right: -5px;
}
.blue-header .button-post-ad {
    margin-top: 0;
    padding: 0 15px;
    margin-right: 10px;
}
  .widget-container.widget_search {
    margin: 0 auto;
}
.login .button-post-ad {
    display: inline-block;
    margin: -6px 58px 0 0px !important;
}
  
  .post-step1 button, .post-step4 button {
    float: right !important;
    position: initial !important;
}
  .page-id-326  .control-label.customize_text {
    min-width: 100% !important;
    width: 100% !important;
}
.page-id-326  input {
    width: 90%!important;
    min-width: 90%!important;
}
.page-id-326 .post-step2 #user_avatar_thumbnail > img {
    width: 90%;
}
.page-id-326 .post-step2 #recaptcha_image > img {
    height: auto !important;
    width: 100% !important;
}
.page-id-326 .post-step2 .thumbnail {
    width: 90% !important;
}
.page-id-326 .post-step2 .bg-button-file.button {
    margin: 10px 0 0 !important;
    width: 90% !important;
}
  .post-step2 .message {
    left: 0 !important;
    width: 90% !important;
}
  .chosen-container.chosen-container-single {
    width: 90% !important;
}
.category-all {
    margin: 0;
    width: 90%;
}
.post-step3 li {
    width: 76% !important;
} 
.controls.mce-tinymce-controls {
    width: 90%;
}
.search-category .icon {
    display: none;
}
  
}


  .post-step2 .message {
    left: 0 !important;
    width: 90% !important;
}

/*@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
 
 
  
  .header-title {
     display: none;
}
  
  
  
}*/

/* Landscape */
/* @media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

  .header-title {
    display: none;
}
     
}*/


@media all and (min-width: 671px) and (max-width: 1000px) {
.col-md-3 {
    width: 49%;
}
  
.nav.nav-list.menu-left {
    margin: auto;
}
  .widget-container.ce_widget_categories {
    width: 100%;
}
  .body-grid-view.section-link {
    text-align: center;
    width: 100%!important;
}
  .body-grid-view.section-link > ul {
    width: 100%;
}
.logo-header .col-md-8.banner > img {
    width: 100%;
}
.logo-header .col-md-8.banner {
    float: left;
    width: 50%;
}
.logo-header .col-md-4 {
    float: left;
    width: 50%;
}
  
.blue-header .col-md-4 {
    float: left;
    width: 50%;
}
  
.bg-footer .menu {
    margin: 0 auto;
}
  .col-md-3:nth-child(3) h3 {
    text-align: center;
}
.widget-container.widget_search {
    margin: 0 auto;
    text-align: center;
}
  .login .button-post-ad {
    display: inline-block;
    margin: -6px 58px 0 0px !important;
}
  
  
  
}

.post-step2 .captcha .message {
    position: absolute !important;
    right: 99px !important;
    bottom: 5px !important;
}

.post-step2 .captcha span.icon {
    position: relative;
    right: 251px !important;
    top: -3px !important;
}
.col-md-9.product.paddingTop45.area-f-right {
    float: none;
}
.col-md-4.no-result {
    margin: 0;
    overflow: visible;
    height: auto;
    display: flex;
}
.no-result .intro-product {
    margin-bottom: 0;
    margin-top: 25px !important;
    min-height: initial !important;
}
.button-post-ad {
    margin-right: 8px !important;
    min-width: 135px;
}
.blue-header .col-md-4 {
    float: left;
    padding: 0;
    width: 41%;
}
.col-md-8.main-top-menu {
    display: inline-block;
    float: right;
    padding: 0;
    width: 59%;
}


/*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.blue-header .col-md-4 {
    float: left;
    padding: 0;
    width: 9%;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -27px;
}


.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
    display: none;
}

.blue-header .icon-account {
    margin-left: 0;
    margin-right: -8px;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left;
    padding-left: 6px;
}

#search-form .chosen-container-single .chosen-single {
    width: 106%;
}

.header-filter .button-search {
    margin-right: 0px;
}

.header-filter .button-search {
    width: 105px;
    height: 40px;
}

.header-filter .button-search {
    margin-right: 0px;
    margin-top: 9px;
}

.button-post-ad a {
    color: #ffffff;
    font-size: 14px;
    font-family: "Open Sans";
    display: inline-block;
    line-height: 40px;
    outline: none;
}

.main-center.container.blue-background.blue-header {
    height: 56px;
    padding-left: 10px !important;
    padding-right: 15px !important;
}



/*.login {
    margin-top: 14px !important;
    width: 53%;
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 29px;
}

.navbar-text {
    margin-right: 1px;
}
*/



  
  
  
  
  

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	    /*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.blue-header .col-md-4 {
    float: left !important;
    padding: 0 !important;
    width: 9% ;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -5px !important;
}


.header-title {
    color: #ffffff !important;
    padding-top: 20px !important;
    font-size: 15px !important;
    font: 15px/12px 'LoraRegular', Arial, sans-serif !important;
    line-height: 17px !important;
    display: none !important;
}

.blue-header .icon-account {
    margin-left: 0 !important;
    margin-right: -8px !important;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left !important;
    padding-left: 6px !important;
}

#search-form .chosen-container-single .chosen-single {
    width: 106% !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
}

.header-filter .button-search {
    width: 105px !important;
    height: 40px !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
    margin-top: 9px !important;
}

.button-post-ad a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    display: inline-block !important;
    line-height: 40px !important;
    outline: none !important;
}

.main-center.container.blue-background.blue-header {
    height: 56px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
  .item-product.col-md-4 {
    width: 100% !important;
}
  
 .body-grid-view .item-product {
    
    max-width: 400px;
}
}
  
  
  
  
  
  
  
  
  
  
  

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  
	    /*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.blue-header .col-md-4 {
    float: left !important;
    padding: 0 !important;
    width: 9% ;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -5px !important;
}


.header-title {
    color: #ffffff !important;
    padding-top: 20px !important;
    font-size: 15px !important;
    font: 15px/12px 'LoraRegular', Arial, sans-serif !important;
    line-height: 17px !important;
    display: none !important;
}

.blue-header .icon-account {
    margin-left: 0 !important;
    margin-right: -8px !important;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left !important;
    padding-left: 6px !important;
}

#search-form .chosen-container-single .chosen-single {
    width: 106% !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
}

.header-filter .button-search {
    width: 105px !important;
    height: 40px !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
    margin-top: 9px !important;
}

.button-post-ad a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    display: inline-block !important;
    line-height: 40px !important;
    outline: none !important;
}

.main-center.container.blue-background.blue-header {
    height: 56px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
   .item-product.col-md-4 {
    width: 100% !important;
}
  
 .body-grid-view .item-product {
    
    max-width: 400px;
}
}


  
  
  
  
  
  

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	    /*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.blue-header .col-md-4 {
    float: left !important;
    padding: 0 !important;
    width: 9% ;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -5px !important;
}



.header-title {
    color: #ffffff !important;
    padding-top: 20px !important;
    font-size: 15px !important;
    font: 15px/12px 'LoraRegular', Arial, sans-serif !important;
    line-height: 17px !important;
    display: none !important;
}

.blue-header .icon-account {
    margin-left: 0 !important;
    margin-right: -8px !important;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left !important;
    padding-left: 6px !important;
}

#search-form .chosen-container-single .chosen-single {
    width: 106% !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
}

.header-filter .button-search {
    width: 105px !important;
    height: 40px !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
    margin-top: 9px !important;
}

.button-post-ad a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    display: inline-block !important;
    line-height: 40px !important;
    outline: none !important;
}

.main-center.container.blue-background.blue-header {
    height: 56px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
  .item-product.col-md-4 {
    width: 100% !important;
}
  
.body-grid-view .item-product {
    
    max-width: 400px;
}
	  
}
  
  
  
  
  
  
  

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  
	    /*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.blue-header .col-md-4 {
    float: left !important;
    padding: 0 !important;
    width: 9% ;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -5px !important;
}


.header-title {
    color: #ffffff !important;
    padding-top: 20px !important;
    font-size: 15px !important;
    font: 15px/12px 'LoraRegular', Arial, sans-serif !important;
    line-height: 17px !important;
    display: none !important;
}

.blue-header .icon-account {
    margin-left: 0 !important;
    margin-right: -8px !important;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left !important;
    padding-left: 6px !important;
}

#search-form .chosen-container-single .chosen-single {
    width: 106% !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
}

.header-filter .button-search {
    width: 105px !important;
    height: 40px !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
    margin-top: 9px !important;
}

.button-post-ad a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    display: inline-block !important;
    line-height: 40px !important;
    outline: none !important;
}

.main-center.container.blue-background.blue-header {
    height: 56px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
   .item-product.col-md-4 {
    width: 100% !important;
}
  
   .body-grid-view .item-product {
    
    max-width: 400px;
}

}


  
  
  
  
  
  
  
  

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  
    /*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.blue-header .col-md-4 {
    float: left !important;
    padding: 0 !important;
    width: 9% ;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -5px !important;
}



.header-title {
    color: #ffffff !important;
    padding-top: 20px !important;
    font-size: 15px !important;
    font: 15px/12px 'LoraRegular', Arial, sans-serif !important;
    line-height: 17px !important;
    display: none !important;
}

.blue-header .icon-account {
    margin-left: 0 !important;
    margin-right: -8px !important;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left !important;
    padding-left: 6px !important;
}

#search-form .chosen-container-single .chosen-single {
    width: 106% !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
}

.header-filter .button-search {
    width: 105px !important;
    height: 40px !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
    margin-top: 9px !important;
}

.button-post-ad a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    display: inline-block !important;
    line-height: 40px !important;
    outline: none !important;
}

.main-center.container.blue-background.blue-header {
    height: 56px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
  
   .item-product.col-md-4 {
    width: 100% !important;
}
  
 .body-grid-view .item-product {
    
    max-width: 400px;
}

}





/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  
    /*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.blue-header .col-md-4 {
    float: left !important;
    padding: 0 !important;
    width: 9% ;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -5px !important;
}


.header-title {
    color: #ffffff !important;
    padding-top: 20px !important;
    font-size: 15px !important;
    font: 15px/12px 'LoraRegular', Arial, sans-serif !important;
    line-height: 17px !important;
    display: none !important;
}

.blue-header .icon-account {
    margin-left: 0 !important;
    margin-right: -8px !important;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left !important;
    padding-left: 6px !important;
}

#search-form .chosen-container-single .chosen-single {
    width: 106% !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
}

.header-filter .button-search {
    width: 105px !important;
    height: 40px !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
    margin-top: 9px !important;
}

.button-post-ad a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    display: inline-block !important;
    line-height: 40px !important;
    outline: none !important;
}

.main-center.container.blue-background.blue-header {
    height: 56px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
   .item-product.col-md-4 {
    width: 100% !important;
}
  
 .body-grid-view .item-product {
    
    max-width: 400px;
}
}


  
  
  
  
  

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  
    /*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.blue-header .col-md-4 {
    float: left !important;
    padding: 0 !important;
    width: 9% ;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -5px !important;
}



.header-title {
    color: #ffffff !important;
    padding-top: 20px !important;
    font-size: 15px !important;
    font: 15px/12px 'LoraRegular', Arial, sans-serif !important;
    line-height: 17px !important;
    display: none !important;
}

.blue-header .icon-account {
    margin-left: 0 !important;
    margin-right: -8px !important;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left !important;
    padding-left: 6px !important;
}

#search-form .chosen-container-single .chosen-single {
    width: 106% !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
}

.header-filter .button-search {
    width: 105px !important;
    height: 40px !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
    margin-top: 9px !important;
}

.button-post-ad a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    display: inline-block !important;
    line-height: 40px !important;
    outline: none !important;
}

.main-center.container.blue-background.blue-header {
    height: 56px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}
  
  
   .item-product.col-md-4 {
    width: 100% !important;
}
  
  
 .body-grid-view .item-product {
    
    max-width: 400px;
}
}
  
  
  
  
  
  
  
  
  
  
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  
    /*.blue-header .col-md-8.main-top-menu {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}*/

.blue-header .col-md-8.main-top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.blue-header .col-md-4 {
    float: left !important;
    padding: 0 !important;
    width: 9% ;
}

/*.header-title {
    color: #ffffff;
    padding-top: 20px;
    font-size: 15px;
    font: 15px/12px 'LoraRegular', Arial, sans-serif;
    line-height: 17px;
}*/

.blue-header .button-post-ad {
    margin-top: -5px !important;
}


.header-title {
    color: #ffffff !important;
    padding-top: 20px !important;
    font-size: 15px !important;
    font: 15px/12px 'LoraRegular', Arial, sans-serif !important;
    line-height: 17px !important;
    display: none !important;
}

.blue-header .icon-account {
    margin-left: 0 !important;
    margin-right: -8px !important;
}


#search_form .col-md-3 {
    float: none !important;
    width: 100% !important;
    text-align: left;
}

search_form .col-md-3 {
    width: 31% !important;
    float: left !important;
    padding-left: 6px !important;
}

#search-form .chosen-container-single .chosen-single {
    width: 106% !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
}

.header-filter .button-search {
    width: 105px !important;
    height: 40px !important;
}

.header-filter .button-search {
    margin-right: 0px !important;
    margin-top: 9px !important;
}

.button-post-ad a {
    color: #ffffff !important;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    display: inline-block !important;
    line-height: 40px !important;
    outline: none !important;
}

.main-center.container.blue-background.blue-header {
    height: 56px !important;
    padding-left: 10px !important;
    padding-right: 15px !important;
}

   .item-product.col-md-4 {
    width: 100% !important;
}
  
  .body-grid-view .item-product {
    
    max-width: 400px;
}
  
  
}
