.container {
    padding-bottom: 10px;
}

.container-fluid {
    padding: 0;
}

hr {
    margin-top: 0;
    margin-bottom: 3px;
}

.b-hr {
    margin: 90px 0 70px;
}

.b-hr-mod {
    margin: 7px 0 90px;
}

.list-inline {
    margin-left: 0;
    margin-top:-10px;
}

.img-thumbnail {
    border-color: #eeeeee;
    padding: 2px;
}

.b-page {
    width: 100%;
}

.btn {
    -moz-transition: background ease 0.5s;
    -o-transition: background ease 0.5s;
    -webkit-transition: background ease 0.5s;
    -ms-transition: background ease 0.5s;
    transition: background ease 0.5s;
}

a {
    -moz-transition: color ease 0.5s;
    -o-transition: color ease 0.5s;
    -webkit-transition: color ease 0.5s;
    -ms-transition: color ease 0.5s;
    transition: color ease 0.5s;
}


/* header */

header .b-top-line {
    padding: 5px 0;
 }

header .b-top-line .container {
    padding-bottom: 0;
}

header .b-header-main {
    padding: 10px 0;
    height: 60px;
    position: relative;
    font-size: 16px;
    background-color: #fff;
    border-color: #e7e7e7;
    box-shadow: 0px 1px 11px 2px rgba(42, 42, 42, 0.1);
}

header .b-header-main .row {
    position: relative;
}

header .b-header-main .container {
    padding-bottom: 0;
}

header .b-header-menu {
    margin-top: 20px;
}

header .b-header-main .b-header-menu ul li {
    position: relative;
}

header .b-header-main .b-header-menu ul li a {
    margin-right: 5px;
}
.b-logo {  }

/* menu */

.b-top-line {
    background: #222;
    color: #fff;
}

.b-top-line a {
    color: inherit;
}

.b-top-line .nav {
    font-size: 11px;
}

.b-top-line .nav ul {
    margin: 0;
}

.b-top-line .nav .list-inline li {
    padding: 0;
}

.b-top-line .nav ul li .dropdown-toggle {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #fff;
}

.b-top-line .nav ul li:first-child .dropdown-toggle {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.b-top-line .b-top-info ul li span {
    border-right: 1px solid #fff;
}

.b-top-line .b-top-info ul li:first-child span {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.b-top-line .nav .dropdown-toggle {
    background: none;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
}

.b-top-line .nav .dropdown-toggle i {
    padding-left: 3px;
}

.b-top-line .nav .dropdown-menu {
    margin-top: 10px;
    text-transform: none;
}

.b-top-line .nav .dropdown-menu li a {
    padding: 3px 30px;
    margin: 10px 0;
    color: #444444;
}

.b-top-line .nav .dropdown-menu li a i {
    margin-right: 10px;
}

.b-top-line .nav .dropdown-menu li a:hover {
    background: none;
}

.b-top-line .b-top-info {
    margin-top: 2px;
}

.b-top-line .b-top-info ul li span {
    padding: 0 15px;
}

.b-top-line .b-top-info ul li span i {
    padding-right: 3px;
}
.b-header-menu ul li {
    padding-left: 0px;
}

.b-header-menu a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Microsoft YaHei", Arial,sans-serif;
    color: #333;
}

.b-header-menu a:hover {
    text-decoration: none;
}

.b-all-homes {
    background: #fff;
    position: absolute;
    width: 120px;
    margin-top: 15px;
    left: 0;
    opacity: 0;
    z-index: -1;
    border: 1px solid #d8d8d8;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.b-all-homes ul {
  padding: 0 0 0 10px;
}

.b-all-homes ul li {
    margin: 10px 0;
}

.b-all-homes ul li a {
    color: #444444;
}

header .b-header-main .b-header-menu ul li:hover .b-all-homes {
    opacity: 1;
    z-index: 1000;
}
/* header */


header .b-header-menu a:hover {
  color: #009944;
  padding-bottom:5px;
  border-bottom: 2px solid #009944;
}

/* header drop menu*/

.menu-wrapper {
    position: static;
}

.menu-wrapper .toggle-nav-btn {
    display: inline-block;
    position: absolute;
    color: #444444;
    width: 100%;
    text-align: right;
    margin-top: -40px;
}
@media screen and (max-width: 767px)
responsive.css:58
.menu-wrapper .toggle-nav-btn {
    display: block;
}

.btn-remove,
.btn-menu {
    color: #888888;
    padding: 0 15px;
    background: transparent;
    border: none;
}
.btn {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    padding: 10px 38px;
    display: inline-block;
}


/* elements */

/*------------------------------------------------------------------
 - RESPONSIVE CSS
 
 - header-nav
 - footer socials
 - blog-post

 - Project: iSmile - Phones Market HTML/CSS Template
 - Version: 1.1
 - Author: Andrey Sokoltsov
 - Profile: http://themeforest.net/user/andreysokoltsov
-------------------------------------------------------------------*/

/* header-nav */
@media screen and (max-width: 614px) {
  .b-top-line .b-top-info {
    float: left !important;
  }
  .b-top-line .b-top-info ul li span {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #cart-wrapper {
    text-align: center;
  }
  #cart-wrapper .b-cart {
    display: inline-block;
    float: none !important;
  }
  #cart-wrapper .b-cart .cart-products {
    right: -50%;
  }
  .menu-wrapper .b-header-menu ul li {
    margin-bottom: 5px;
  }
  .menu-wrapper .b-header-menu ul .search {
    display: block;
    margin-left: 0;
  }
  .menu-wrapper .b-header-menu ul .search #search-open {
    display: none;
  }
  .menu-wrapper .b-header-menu ul .search #search {
    display: block !important;
    position: static;
  }
  .menu-wrapper .b-header-menu ul .search #search input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
.b-header-main {
  width: 100%;
  opacity: 1;
  z-index: 1000;
  position: fixed !important;
  background-color: rgba(255,255,255,0.4) !important;
}
  .menu-wrapper {
    position: absolute;
    bottom: 0;
    padding: 0;
  }
  .menu-wrapper .toggle-nav-btn {
    display: block;
  }
  .menu-wrapper .b-header-menu {
    float: none !important;
    width: 100%;
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.4) !important;
    z-index: 10;
    margin-top: 10px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
  }
  .menu-wrapper .b-header-menu ul li {
    display: block;
    text-align: center;
    background-color: #f5f5f5;
    border-bottom: 5px solid #fff;
  }
  .menu-wrapper .b-header-menu ul li a {
    display: inline-block;
    padding: 10px 0;

  }
  .menu-wrapper .b-header-menu ul #all-menu-open i {
    display: none;
  }
}
/* end header-nav */
/* content-footer */
/* footer socials*/
@media screen and (max-width: 481px) {
  footer .footer-socials .b-socials a {
    width: 41px;
  }
}
/* end footer socials*/
/* home*/
@media screen and (max-width: 1199px) {
  .ds-custom .ds-element {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .b-prom-offers .prom-right .row div {
    margin-bottom: 22px;
  }
  .menu-wrapper .b-header-menu ul li {
    margin-bottom: 5px;
  }
  .b-header-menu .search #search {
    position: absolute;
    left: 35px;
    right: auto;
    top: -8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .b-prom-offers .prom-right .row div {
    margin-bottom: 13px;
  }

  .b-hot-deal {
    padding: 30px 0 15px;
  }
  .b-hot-deal .hot-deal-card {
    padding: 30px 15px 0px !important;
  }
  .b-hot-deal .ds-custom .ds-element {
    margin-bottom: 10px;
    float: none;
    display: inline-block;
    margin-right: 3px;
  }
  .b-hot-deal .ds-custom .ds-element:last-child {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .prom-right {
    margin-top: 15px;
  }

  .b-hot-deal {
    margin-top: 15px;
  }

  .ds-custom .ds-element {
    float: none;
    display: inline-block;
    margin: 0 5px 10px;
  }
  .ds-custom .ds-element:last-child {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .b-filter-smart {
    margin-bottom: 45px;
  }
  .b-filter-smart .filter-smart-item .smart-caption p {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px){
  .b-filter-smart .filter-smart-item .smart-caption {
    position: relative;
    margin: -65px auto 0;
  }
  .b-filter-smart .filter-smart-item .smart-caption p {
    padding: 28px 20px;
  }
}
@media screen and (max-width: 767px) {
  .b-filter-smart {
    margin-bottom: 25px;
  }
  .b-filter-smart .filter-smart-item .image {
    text-align: center;
  }
  .b-filter-smart .filter-smart-item .image .hold {
    display: inline-block;
  }
  .b-filter-smart .filter-smart-item .image .hold img {
    width: 100%;
  }
  .b-filter-smart .filter-smart-item .smart-caption {
    margin: -65px auto 0;
    position: relative;
    bottom: 0;
  }
  .b-filter-smart .filter-smart-item .smart-caption p {
    width: auto;
  }

  .b-say .b-says-holder .bx-wrapper .bx-controls {
    position: static;
  }

  .b-3offer-row {
    text-align: center;
  }
  .b-3offer-row a {
    margin-bottom: 15px;
  }
}
/* end home*/
/* shop */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .deal-prices {
    text-align: center;
  }
  .deal-prices > div {
    float: none !important;
    text-align: center;
  }
  .deal-prices > div:last-child {
    text-align: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .feature-block .feature-icon {
    float: none;
  }

  .feature-block .feature-info {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-block .feature-icon,
  .feature-block .feature-info {
    float: none;
    text-align: center;
    margin: 0;
  }
  .feature-block .feature-icon:after,
  .feature-block .feature-info:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-item-card .card-info .caption {
    min-height: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .b-brands-logos ul li {
    float: none !important;
    text-align: center;
  }
}
@media screen and (max-width: 455px) {
  .settings-block .settings-options .select-block {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px){
  .b-grid .col-xs-6 {
    width: 100%;
  }
  .by-brands .col-xs-6 {
    width: 100%;
  }
  .b-bestsellers .col-xs-6 {
    width: 100%;
  }
  .b-editor-choice .col-xs-6 {
    width: 100%;
  }
  .mywishlist-container .col-xs-6 {
    width: 100%;
  }
  .featured-holder .b-related .col-xs-6 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .detail-qty-color .colors {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .detail-main .bx-wrapper img {
    margin: 0 auto;
  }
  .pd2-descr-product .detail-title, .pd2-descr-product .detail-info {
    padding-left: 0;
  }
  .detail-qty-color .input-group {
    float: none;
    margin-bottom: 10px;
  }
  .detail-qty-color .colors {
    margin-left: 0;
  }
  .detail-qty-color .colors li {
    margin-bottom: 10px;
  }

  .detail-buttons .add-buttons,
  .detail-buttons .cart-add-buttons {
    float: none;
    margin-bottom: 10px;
  }
  .detail-buttons .cart-add-buttons {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-product-detail-2 .detail-qty-color .input-group {
    float: left;
    margin-bottom: 0;
  }
  .section-product-detail-2 .detail-qty-color .spinner input {
    width: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .section-product-detail-2 .thumbnails-items li {
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  .section-product-detail-2 .detail-buttons .add-buttons {
    margin: 5px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .prew-image {
    width: 125px;
    padding: 0;
  }
}
@media screen and (max-width: 490px) {
  .prew-image {
    margin-bottom: 30px;
  }
  .pi2-big-image {
    max-width: 190px !important;
  }
}
@media screen and (max-width: 479px) {
  .section-product-detail-2 .detail-title {
    margin-bottom: 10px;
  }
  .section-product-detail-2 .product-availability {
    float: none !important;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .tags-buttons .btn-tag {
    display: block;
    margin-bottom: 5px;
  }

  .b-cat-slider .custom-nav {
    margin: 10px 0;
    padding: 0 15px;
    text-align: center;
  }
  .b-cat-slider #brands-slide-category {
    margin: 0;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .price-block input {
    width: 83px;
    margin-bottom: 10px;
  }
  .price-block .btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-shopping-cart .b-cart-table .caption {
    margin-left: 0;
  }
}
/* end shop */
/* contact us */
@media screen and (max-width: 479px) {
  .b-contact-info .info-text {
    display: block;
    margin-left: 0;
  }
}
/* end contact us */
/* global */
/* sections */
/* blog-main */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .post-caption {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .post-image {
    width: 35%;
  }

  .post-caption {
    padding: 15px 0 15px;
  }
  .post-caption .caption {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 452px) {
  .post-image {
    width: 100%;
    margin-right: 0;
  }

  .post-caption {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 719px) {
  .section-blog-main .post-description {
    height: 50px;
    overflow: hidden;
  }
}
/* blog-post */

@media screen and (max-width: 767px) {
  .b-home-blog .b-posts-holder .b-post-preview {
    margin-bottom: 15px;
  }
  .comment-body {
    margin-top: 15px;
    margin-left: 0;
  }
  .comment-body:before {
    top: -2px;
    left: 44px;
    border-width: 0 18px 18px 18px;
    transform: rotate(-45deg);
  }
  .comment-body:after {
    top: 0;
    left: 44px;
    border-width: 0 18px 18px 18px;
    transform: rotate(-45deg);
  }

  .comment-item .userpic {
    padding-left: 35px;
  }
}
@media screen and (max-width: 735px) {
  .b-posts-switcher .switch-previous,
  .b-posts-switcher .switch-next {
    width: 45%;
  }
  .b-posts-switcher .switch-previous .switch-link button,
  .b-posts-switcher .switch-next .switch-link button {
    display: none;
  }
  .b-posts-switcher .switch-previous .switch-link span,
  .b-posts-switcher .switch-next .switch-link span {
    width: 100%;
    padding: 0;
  }
}
/* main-slider*/
@media screen and (max-width: 661px) {
  .main-slider .slider-discount {
    font-size: 35px !important;
  }
  .main-slider .slide-tex-1 {
    font-size: 26px !important;
  }
  .main-slider .sp-layer .btn {
    position: relative;
    top: 55px;
  }
  .main-slider .s3-discount span {
    font-size: 26px !important;
  }
  .main-slider .ls-text {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .main-slider .sp-layer  {
    width: 50%;
  }
  .main-slider .sp-layer img {
    max-width: 100%;
  }
}
/* end main-slider*/

/* 404 block*/
@media screen and (max-width: 1199px) {
  .empty-b > div {
    width: 82px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .empty-b > div svg {
    height: auto;
  }
}