.rel {
  position: relative;
}
/* hover overley block */
.overlay {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #96b417;
}
/* remove padding from col */
.box-style {
  /* border: 5px solid transparent; */
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.default_img_background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contain_img_background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.default_box-shadow {
  box-shadow: 0px 0px 15px 1px #999999;
}
.lite_box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.text-bold {
  font-weight: bold;
}
.header-style {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
/* Pages media import
==============================*/
@media (min-width: 1200px) {
     .header__contacts {
        width: 180px;
     }
     .header__contacts ul{
        width: 155px;
        position: relative;
     }
     .header__contacts ul li:last-child{
        display: block;
        opacity: 0;
        position: absolute;
        top: 85px;
        left: 0px;
        background: #fafafa;
        line-height: initial;
        transition: 0.5s;
        transform: translateY(-20px);
    }
    .header__contacts ul:hover li:last-child{
        opacity: 1;
        transform: translateY(0px);
    }
    .header__contacts a{margin-left: 0;}
}

@media (min-width: 320px) and (max-width: 767px) {
  .footer__copyright .dvacom {
    width: 215px;
    padding-right: 90px;
  }
  .footer__copyright .dvacom:after {
    right: -90px;
  }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0072bc;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-collapse {
    background-color: #fafafa;
  }
  .navbar-collapse .navbar-nav__item {
    height: auto;
  }
  .navbar-collapse .navbar-nav__item a {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding: 0;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    color: #0072bc;
    background-color: transparent;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .navbar-collapse {
    margin-top: 130px;
  }
  .navbar-collapse .navbar-nav__item {
    padding: 1rem;
  }
  .navbar-collapse .navbar-nav__item a {
    font-size: 24px;
  }
  .navbar-collapse .navbar-nav__item a:hover {
    color: #0072bc;
  }
  .navbar-collapse .navbar-nav__item a:active {
    color: #0072bc;
  }
  .navbar-collapse .navbar-nav__item a:focus {
    color: #0072bc;
  }
  .navbar-collapse .navbar-nav__item a:visited {
    color: #0072bc;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    top: 46%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navbar-toggle .icon-bar {
    width: 30px;
    height: 6px;
    border-radius: 0px;
  }
  .header__phone {
    display: none;
  }
  .jq-selectbox__select {
    width: 300px;
  }
}
@media (max-width: 549px) {
  .header {
    height: 100px;
  }
  .header__logo a {
    height: 50px;
    width: 60%;
  }
  .header__contacts {
    display: none;
  }
  .navbar-default {
    height: 50px;
  }
  .navbar-default .navbar-collapse {
    border-color: #fafafa;
  }
  .navbar-collapse {
    margin-top: 50px;
    padding: 3rem;
  }
  .navbar-collapse .navbar-nav__item {
    padding: 1rem 1rem 1rem 3rem;
  }
  .navbar-collapse .navbar-nav__item a {
    text-transform: uppercase;
    font-size: 18px;
  }
  .navbar-collapse .navbar-nav__item a:hover {
    color: #454545;
  }
  .navbar-collapse .navbar-nav__item a:active {
    color: #454545;
  }
  .navbar-collapse .navbar-nav__item a:focus {
    color: #454545;
  }
  .navbar-collapse .navbar-nav__item a:visited {
    color: #454545;
  }
  .header__backet .nav li {
    height: 50px;
    padding-top: 0.5rem;
  }
  .header__phone {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 100px;
    height: 50px;
    width: auto;
    line-height: 50px;
    font-size: 2rem;
  }
  .header__phone i {
    color: #999999;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navbar-toggle .icon-bar {
    width: 28px;
    height: 4px;
  }
  .header__logo {
    width: 100%;
  }
  .header__menu {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__copyright .dvacom {
    width: 30%;
    padding-right: 0;
  }
  .navbar-toggle {
    top: 46%;
    left: 50%;
  }
  .jq-selectbox__select {
    width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-default .navbar-nav li {
    height: 130px;
    padding-top: 4.5rem;
  }
  .navbar-default .navbar-nav li a {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 18px;*/
    font-weight: normal;
    padding: 0rem 1rem;
  }
  .navbar-default .navbar-nav li a:hover {
    color: #0072bc;
  }
  .navbar-default .navbar-nav li a:active {
    color: #0072bc;
  }
  .navbar-default .navbar-nav li a:focus {
    color: #0072bc;
  }
  .navbar-default .navbar-nav li a:visited {
    color: #0072bc;
  }
  .navbar-default .navbar-nav li a:hover {
    cursor: pointer;
  }
  .navbar-default .navbar-nav li a i {
    font-size: 2rem;
    padding: 0 .8rem;
  }
  .navbar-default .navbar-nav li a span {
    border-left: 1px dashed #0072bc;
    padding-left: .8rem;
  }
  .navbar-default .navbar-nav li a.backet {
    padding: 0;
  }
  .navbar-default .navbar-nav li .dropdown-menu {
    background-color: #99dd44;
  }
  .navbar-default .navbar-nav li .dropdown-menu li {
    height: 62px;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a {
    line-height: 62px;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a:hover {
    background-color: #88cc11;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a:active {
    background-color: #88cc11;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a:focus {
    background-color: #88cc11;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a:visited {
    background-color: #88cc11;
  }
  .navbar-default .navbar-collapse {
    background-color: transparent;
    padding-right: 0px;
    padding-left: 0px;
  }


}
@media (min-width: 320px) and (max-width: 1199px) {
  .header__contacts {
    line-height: 0px;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .header__contacts ul li {
    display: list-item;
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .footer {
    height: auto;
  }
  .footer__info {
    padding-bottom: 3rem;
    border-bottom: 1px solid #1a7fc1;
  }
  .footer__logo a {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .footer__contacts {
    padding-top: 1rem;
  }
  .footer__contacts p {
    text-align: center;
  }
  .footer__description {
    padding-top: 2rem;
  }
  .footer__copyright .copyright {
    float: none;
    text-align: center;
  }
  .footer__copyright .dvacom {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav li {
    height: 130px;
    padding-top: 4.5rem;
  }
  .navbar-default .navbar-nav li a {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0.6rem;
  }
  .navbar-default .navbar-nav li a:hover {
    color: #0072bc;
  }
  .navbar-default .navbar-nav li a:active {
    color: #0072bc;
  }
  .navbar-default .navbar-nav li a:focus {
    color: #0072bc;
  }
  .navbar-default .navbar-nav li a:visited {
    color: #0072bc;
  }
  .navbar-default .navbar-nav li a:hover {
    cursor: pointer;
  }
  .navbar-default .navbar-nav li a i {
    font-size: 2rem;
    padding: 0 .8rem;
  }
  .navbar-default .navbar-nav li a span {
    border-left: 1px dashed #0072bc;
    padding-left: .8rem;
  }
  .navbar-default .navbar-nav li a.backet {
    padding: 0;
  }
  .navbar-default .navbar-nav li .dropdown-menu {
    background-color: #99dd44;
  }
  .navbar-default .navbar-nav li .dropdown-menu li {
    height: 62px;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a {
    line-height: 62px;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a:hover {
    background-color: #88cc11;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a:active {
    background-color: #88cc11;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a:focus {
    background-color: #88cc11;
  }
  .navbar-default .navbar-nav li .dropdown-menu li a:visited {
    background-color: #88cc11;
  }
  .navbar-default .navbar-collapse {
    background-color: transparent;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* Media Queries */
/* max 768 */
@media (max-width: 767px) {
  .categories__item a:after {
    background-position: 130px 0;
  }
  .news__wrapper{
    height: 700px;
  }

}
@media (max-width: 550px) {
  .slider {
    display: none;
  }
  .content {
    width: 100%;
  }
  .categories__item {
    height: 120px;
  }
  .categories__item a {
    height: 120px;
  }
  .categories__item a:after {
    height: 120px;
  }
  .categories__item .categories__info {
    font-size: 14px;
  }

  .news__wrapper{
    height: 490px;
  }
  .news__wrapper a.news__name{
    font-size: 16px;
    padding: 8px 10px 14px 10px;
  }
  .news__wrapper .news__description{
    font-size: 12px;
    height: 70px;
    overflow: hidden;
  }
  .news__wrapper .date{
    font-size: 12px;
  }
  .modal-body{
    padding: 0;
  }
  #basket_modal .modal-content .status{
    width: 100%;
  }
  #basket_modal .modal-content{
    background-size: cover;
  }
}
@media (min-width: 551px) and (max-width: 991px) {
  .slider {
    height: 250px;
  }
  .slider .item__img {
    height: 200px;
  }
  .carousel-inner {
    height: 230px;
    padding-bottom: 30px;
  }
  .carousel-inner:after {
    bottom: 3%;
  }
  .categories__item {
    height: 100px;
  }
  .categories__item a {
    height: 100px;
  }
  .categories__item a:after {
    height: 100px;
  }
  .categories__item .categories__info {
    font-size: 14px;
  }
}
/* min 767 to max 992 */
@media (min-width: 768px) and (max-width: 991px) {
  .categories__item a:after {
    background-position: 100px 0;
  }
}
/* max 992 */
/* max 992 */
@media (min-width: 992px) {
  .categories__item a:after {
    background-position: 140px 0;
  }
}
/* min 991 to 1200 */
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner:after {
    bottom: 1%;
  }
  .jq-selectbox__select {
    width: 352px;
  }
}
/* max 1200 */
/* min 1200 */
@media (min-width: 1200px) {
  .carousel-inner:after {
    bottom: 0%;
  }
}
/* min 551px max 991 */
@media (min-width: 551px) and (max-width: 992px) {
  .sort__item {
    position: relative;
  }
  .sort__item.box-style {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sort__item .btn-sort {
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 15%;
  }
  .sort__item .btn-sort .btn_name {
    display: none;
  }
  .sort__item .btn-visible {
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 20%;
  }
  .product__wrapper {
    height: 410px;
  }
}
/* max 550px */
@media (max-width: 550px) {
  .sort__item-grid {
    display: none;
  }
  .sort__item-visible {
    display: none;
  }
  .sort__item-sort {
    width: 100%;
  }
  .sort__item-sort .box-style {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .sort__item-sort .btn-sort.box-style {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .sort__item-sort .select-box.box-style {
    width: 50%;
    padding-right: 2rem;
    padding-left: 0;
  }
  .product__item {
    width: 100%;
  }
  .sider__menu-filter {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product__item.product__item-list .product__wrapper {
    height: 270px;
  }
  .product__item.product__item-list .product__wrapper .product__img {
    display: inline-block;
    float: left;
    width: 30%;
    height: 250px;
    background-size: contain;
  }
  .product__item.product__item-list .product__wrapper a.product__name {
    font-size: 16px;
  }
  .product__item.product__item-list .product__wrapper .product__description {
    font-size: 14px;
  }
}
/* min 991 to 1200 */
@media (min-width: 992px) and (max-width: 1199px) {
  .sort__item {
    height: 65px;
  }
  .sort__item .btn-group {
    width: 90%;
  }
  .sort__item .btn-group .btn-grid {
    font-size: 14px;
  }
  .product__wrapper {
    height: 410px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product__item.product__item-list .product__wrapper {
    height: 300px;
  }
  .product__item.product__item-list .product__wrapper .product__img {
    display: inline-block;
    float: left;
    width: 30%;
    height: 250px;
    background-size: contain;
  }
  .product__item.product__item-list .product__wrapper a.product__name {
    font-size: 14px;
  }
  .product__item.product__item-list .product__wrapper .product__description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product__item.product__item-list .product__wrapper {
    height: auto;
  }
  .product__item.product__item-list .product__wrapper .product__img {
    display: inline-block;
    float: left;
    width: 100%;
    height: 250px;
    background-size: contain;
  }
  .product__item.product__item-list .product__wrapper a.product__name {
    width: 100%;
    font-size: 18px;
  }
  .product__item.product__item-list .product__wrapper .product__description {
    width: 100%;
    font-size: 16px;
  }
  .product__item.product__item-list .product__wrapper .btn-product {
    display: inline-block;
    width: 40%;
    margin-left: 30%;
    margin-bottom: 1rem;
  }
  .product__item.product__item-list .product__wrapper .bt-product {
    display: inline-block;
    width: 40%;
    margin-left: 30%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product__characteristics .nav-tabs > li {
    width: 30%;
    margin-left: 1rem;
  }
  .product__characteristics .nav-tabs > li > a {
    padding: 2rem 2rem;
  }
  .product__description .product__price {
    padding-top: 10px;
  }
  .product__description .discount__price {
    width: 100%;
  }
  .product__description .current__price {
    width: 100%;
  }
  .product-cart__wrapper .product__cart {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product__characteristics .nav-tabs > li {
    width: 32%;
    margin-left: .5rem;
  }
  .product__characteristics .characteristic__review .btn-review {
    width: 60%;
  }
  .product__characteristics .nav-tabs > li > a {
    text-align: center;
    padding: 2rem 1rem;
    font-size: 14px;
  }
  .product__description p {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .product__characteristics .nav-tabs > li {
    width: 100%;
    margin-left: 0;
  }
  .product__description {
    height: auto;
    padding: .5rem 2rem;
  }
  .product__characteristics {
    padding-top: .5rem;
  }
  .product__description .product__price {
    padding: 20px 0;
  }
  .product__characteristics .nav-tabs > li {
    margin-bottom: 1rem;
  }
  .product__form .product__bay {
    height: 60px;
  }
  .product__characteristics .characteristic__review .btn-review {
    width: 80%;
  }
  .product__characteristics .characteristic__review .review .user__icon {
    font-size: 4rem;
    top: -1.5rem;
  }
  .product__characteristics .characteristic__review .review {
    position: relative;
    padding: 2rem 2rem 2rem 2rem;
  }
  .characteristic__review > form {
    margin-bottom: 2rem;
  }
  .box-style-xs {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .basket__wrapper form .btn.btn-add-basket {
    margin-top: 1rem;
  }
  .basket__products .description {
    font-size: 16px;
  }
  .basket__products .price {
    text-align: center;
    font-size: 18px;
  }
  .basket__products .basket__product {
    height: 250px;
  }
  .basket__products .count {
    height: 60px;
    line-height: 60px;
  }
  .basket__products .price {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .basket__products .del-product {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: 20px;
    line-height: 20px;
  }
  .basket__products .count button {
    width: 15%;
  }
  .basket__products .count input {
    width: 40%;
  }

  .footer__facebook-widget {
      padding-top: 2rem;
      text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .basket__products .description {
    padding-left: 1rem;
    font-size: 16px;
  }
  .basket__products .price {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 0px;
  }
  .basket__products .count {
    padding-left: 0px;
    padding-right: 0px;
  }
  .basket__products .count input {
    width: 40%;
  }
}

@media (min-width: 320px) and (max-width: 395px) {
    .news__wrapper {
      height: 370px;
    }
    .footer__facebook-widget iframe{
    width: 100%;
    }
}