@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
* {
  margin: 0;
  padding: 0;
}

body {
  font: 14px "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

a {
  transition: all 0.25s ease-in-out;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p, ul, ol {
  margin-bottom: 30px;
  line-height: 1.6em;
}

ul {
  list-style: square inside;
}

a {
  color: #3399cc;
}
a:hover, a:active, a:focus {
  color: #6699cc;
  text-decoration: none;
}

label {
  font-weight: 600;
}

hr {
  border-color: #ccc;
}

#page_header {
  background: #fff url("../images/page_header-bg.jpg") left top repeat;
  padding: 20px 0;
}

#categories {
  padding: 60px 0;
}

#about {
  padding: 60px 0 30px;
}

#page_bottom {
  margin-top: 5px;
  border-top: 1px dotted #ccc;
  padding: 30px 0;
}
#page_bottom .clearfix {
  margin-bottom: 30px;
}

#page_footer {
  padding: 25px 0 30px;
  border-top: 1px solid #ccc;
}

#features {
  border-bottom: 1px dotted #ccc;
  padding: 30px 0 80px;
}

#main {
  padding: 25px 0 50px;
}

@media screen and (max-width: 1199px) {
  #page_footer {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #categories {
    padding: 60px 0 30px;
  }

  #about {
    padding: 30px 0;
  }

  #features {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-toggle + .navbar-toggle{
  	color:#3399CC;
  	font-weight: 700;
  }
  #page_header {
    padding: 30px 0;
  }

  #categories {
    padding-bottom: 0;
  }

  #page_bottom {
    padding-bottom: 0;
  }
}
.thumbnail {
  border-radius: 0;
}

.modal-header .close {
  margin-top: -10px;
  margin-right: -5px;
}

.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 3px solid #6faed0;
}

.panel {
  background-color: #f5f5f5;
}

.panel-heading {
  background-color: #6faed0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.panel-body {
  padding: 20px 30px;
}

.btn {
  transition: all 0.25s ease-in-out;
}

.btn-primary {
  min-width: 150px;
  text-align: center;
  background-color: #6faed0;
  border-color: #6faed0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3399CC;
  border-color: #3399CC;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #3399CC;
}

.form-horizontal .control-label {
  text-align: left;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 30px;
  background-color: transparent;
  color: #3399CC;
}
.breadcrumb > li + li:before {
  content: "| ";
  color: #333;
  padding: 0;
}
.breadcrumb > li > a {
  color: #333;
}
.breadcrumb > li > a:hover, .breadcrumb > li > a:active, .breadcrumb > li > a:focus {
  text-decoration: underline;
  color: #333;
}

.pagination {
  margin: 0;
  font-size: 15px;
}
.pagination > li {
  display: inline-block;
}
.pagination > li.prev > a,
.pagination > li.prev > span, .pagination > li.next > a,
.pagination > li.next > span {
  display: block;
  position: relative;
  top: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  color: #ccc;
}
.pagination > li.prev > a:hover, .pagination > li.prev > a:active, .pagination > li.prev > a:focus, .pagination > li.next > a:hover, .pagination > li.next > a:active, .pagination > li.next > a:focus {
  background-color: #6faed0;
  border-color: #6faed0;
  color: #fff;
  text-decoration: none;
}
.pagination > li.prev {
  margin-right: 10px;
}
.pagination > li.next {
  margin-left: 10px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 0;
  border: none;
  color: #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: transparent;
}
.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus {
  color: #3399CC;
}
.pagination > li > span {
  color: #3399CC;
}

.left_bar-module .categories_menu:last-child {
  margin-bottom: 0;
}

.navbar-toggle {
  margin-left: 5px;
  float: left;
  margin-right: 0;
  border-right: 1px solid #ccc;
  border-radius: 0;
}
.navbar-toggle + .navbar-toggle {
  margin-left: 0;
  border-right: none;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
  background-color: #3399CC;
  border-radius: 5px;
}

.logo {
  display: block;
}

.bottom_categories-title {
  color: #3399cc;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.bottom_categories {
  list-style: none;
  margin: 0;
  line-height: 1.2em;
}
.bottom_categories.with_icons .bottom_categories-item_inside {
  position: relative;
  padding-left: 30px;
}

.bottom_categories-item + .bottom_categories-item {
  margin-top: 7px;
}

.bottom_categories-item_inside {
  color: #333;
  font-weight: 600;
  display: inline-block;
}
.bottom_categories-item_inside:hover {
  color: #3399cc;
  text-decoration: none;
}

.bottom_categories-item_inside_icon {
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 16px;
}

.footer_menu {
  display: table;
  margin: 35px 0 0 0;
}

.footer_menu-item {
  display: table-cell;
}
.footer_menu-item + .footer_menu-item {
  border-left: 1px solid #333;
}
.footer_menu-item:first-child .footer_menu-item_inside {
  padding-left: 0;
}
.footer_menu-item:last-child .footer_menu-item_inside {
  padding-right: 0;
}

.footer_menu-item_inside {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  display: block;
  padding: 0 15px;
  line-height: 1.2em;
}
.footer_menu-item_inside:hover {
  color: #3399cc;
  text-decoration: none;
}

.copyright {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 35px;
  text-align: right;
}

.feature {
  text-align: center;
}

.feature-list .clearfix {
  margin-bottom: 30px;
}

.feature-list_title {
  color: #666;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 80px;
  text-transform: uppercase;
}

.feature-img_wrapp {
  height: 100px;
  margin-bottom: 25px;
}

.feature-img, .category_icon-img {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.feature-title {
  font-size: 16px;
  text-transform: uppercase;
}
.feature-title strong {
  font-size: 19px;
  font-weight: 600;
  display: block;
}

.about-title {
  color: #666;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.about-text p:last-child,
.about-text ul:last-child,
.about-text ol:last-child {
  margin-bottom: 0;
}
.about-text .row {
  margin-bottom: 30px;
}
.about-text .row p:last-child,
.about-text .row ul:last-child,
.about-text .row ol:last-child {
  margin-bottom: 0;
}

.about-text_title {
  color: #3399cc;
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-text_list {
  list-style: none;
}
.about-text_list > li {
  position: relative;
  padding-left: 30px;
  background: url("../images/icons/list_marker.png") left top no-repeat;
}
.about-text_list > li + li {
  margin-top: 15px;
}

.category_icon-wrapp {
  display: block;
  color: #333;
}
.category_icon-wrapp:hover, .category_icon-wrapp:focus, .category_icon-wrapp:active {
  color: #3399cc;
  text-decoration: none;
}

.category_icon {
  text-align: center;
}

.category_icon-img_wrapp {
  height: 170px;
  margin-bottom: 25px;
}

.category_icon-title {
  font-size: 14px;
  text-transform: uppercase;
}

.main_slider-slide {
  background-color: #F4F4F4;
  text-align: center;
}

.main_menu-wrapp {
  border-bottom: 2px solid #ccc;
  position: relative;
}

.main_menu {
  text-align: justify;
  text-align-last: justify;
  width: 100%;
  margin: 0;
}

.main_menu-item {
  display: inline-block;
}
.main_menu-item:first-child .main_menu-item_inside {
  padding-left: 0;
}
.main_menu-item:last-child .main_menu-item_inside {
  padding-right: 0;
}
.main_menu-item.active .main_menu-item_inside {
  color: #3399cc;
}
.main_menu-item:hover .main_menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.main_menu-item_inside {
  display: block;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 14px;
  padding: 20px 15px;
  font-weight: 600;
}
.main_menu-item_inside a:hover, .main_menu-item_inside a:focus, .main_menu-item_inside a:active {
  text-decoration: none;
  color: #3399cc;
}

a.main_menu-item_inside:hover, a.main_menu-item_inside:focus, a.main_menu-item_inside:active {
  text-decoration: none;
  color: #3399cc;
}

.main_menu-dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 390px;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  padding: 30px 0;
  border-bottom: 2px solid #ccc;
  text-align: left;
  text-align-last: left;
}

.categories_menu-title {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #3399cc;
  text-transform: uppercase;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
.categories_menu-title:after {
  content: "";
  display: block;
  left: 0;
  bottom: -16px;
  height: 1px;
  width: 80%;
  background: linear-gradient(to right, #6faed0 70%, #ccc 30%);
  position: absolute;
}
.categories_menu-title:before {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.categories_menu-title.cat1:before {
  background-image: url("../images/icons/categories/1.png");
}
.categories_menu-title.cat2:before {
  background-image: url("../images/icons/categories/2.png");
}
.categories_menu-title.cat3:before {
  background-image: url("../images/icons/categories/3.png");
}

.categories_menu-item.active .categories_menu-item_inside {
  color: #3399CC;
  padding-left: 5px;
}

.categories_menu-item_inside {
  color: #333;
}
.categories_menu-item_inside:hover, .categories_menu-item_inside:active, .categories_menu-item_inside:focus {
  text-decoration: none;
  color: #3399CC;
  padding-left: 5px;
}

.top_menu {
  list-style: none;
  text-align: justify;
  text-align-last: justify;
  margin: 15px 0 30px;
}

.top_menu-item {
  display: inline-block;
}

.top_menu-item_inside {
  color: #333;
  transition: all 0.25s ease-in-out;
}
.top_menu-item_inside a {
  color: #333;
}
.top_menu-item_inside a:hover, .top_menu-item_inside a:focus, .top_menu-item_inside a:active {
  text-decoration: none;
  color: #3399CC;
}

a.top_menu-item_inside:hover, a.top_menu-item_inside:focus, a.top_menu-item_inside:active {
  text-decoration: none;
  color: #3399CC;
}

.top_menu-item_inside_icon {
  position: relative;
  top: 2px;
  font-size: 16px;
  margin-right: 10px;
}

.search_form {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.search_form-input {
  font-size: 12px;
  color: #999;
  height: 45px;
  border: 1px solid #999;
  padding: 0 60px 0 15px;
  width: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search_form-btn {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 60px;
  background-color: #6faed0;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  transition: all 0.25s ease-in-out;
}
.search_form-btn:hover {
  background-color: #3399CC;
}

.shopping_cart-wrapp {
  text-align: right;
}

.shopping_cart {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 40px;
  padding: 8px 15px 8px 60px;
  display: inline-block;
  position: relative;
  height: 45px;
}

.shopping_cart-icon {
  color: #3399CC;
  position: absolute;
  top: 50%;
  left: 20px;
  line-height: 1em;
  margin-top: -0.5em;
  font-size: 20px;
  display: inline-block;
}

.shopping_cart-count {
  position: absolute;
  font-size: 12px;
  top: -5px;
  line-height: 1em;
  right: -7px;
}

.shopping_cart-label {
  font-size: 12px;
  display: inline-block;
  width: 85px;
  line-height: 1em;
  color: #333;
  text-align: left;
}

.social {
  list-style: none;
  margin: 20px 0 20px;
}

.social-item {
  display: inline-block;
}
.social-item + .social-item {
  margin-left: 5px;
}

.left_bar-title {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product-list {
  margin-bottom: 60px;
}
.product-list > .clearfix {
  margin-bottom: 30px;
}

.product, .category {
  border: 2px solid #ccc;
  padding: 10px;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.product:hover, .category:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.product:hover .product-img_wrapp, .category:hover .product-img_wrapp {
  height: 129px;
}
.product:hover .product-short_desc, .category:hover .product-short_desc {
  padding-bottom: 51px;
}
.product:hover .product-click_order_btn, .category:hover .product-click_order_btn {
  visibility: visible;
  opacity: 1;
}

.product-img_wrapp {
  height: 180px;
  margin-bottom: 10px;
  transition: all 0.25s ease-in-out;
}

.product-img, .category-img {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.product-title, .category-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-short_desc {
  color: #666;
  line-height: 1.25em;
  margin-bottom: 15px;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.product-click_order_btn {
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  padding: 10px;
  text-align: center;
  line-height: 1em;
  display: block;
  border-radius: 5px;
  background-color: #6faed0;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  width: 100%;
}
.product-click_order_btn:hover, .product-click_order_btn:active, .product-click_order_btn:focus {
  background-color: #3399CC;
  color: #fff;
  text-decoration: none;
}

.product-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.product-price span {
  color: #666;
}

.product-rm_link, .category-more_link {
  padding: 5px 15px;
  color: #3399cc;
  border: 1px solid #3399cc;
  display: inline-block;
  font-size: 13px;
  line-height: 1em;
}
.product-rm_link:hover, .category-more_link:hover, .product-rm_link:active, .category-more_link:active, .product-rm_link:focus, .category-more_link:focus {
  color: #fff;
  background-color: #3399cc;
  text-decoration: none;
}

.category-list > .clearfix {
  margin-bottom: 30px;
}

.category {
  padding-bottom: 15px;
}

.category-img_wrapp {
  height: 220px;
  margin-bottom: 15px;
}

.category-title {
  margin-bottom: 15px;
  font-weight: 600;
}

.cart {
  width: 100%;
  margin-bottom: 40px;
}
.cart td,
.cart th {
  padding: 20px 10px;
}
.cart td:first-child,
.cart th:first-child {
  padding-left: 0;
}
.cart td:last-child,
.cart th:last-child {
  padding-right: 0;
}
.cart th {
  padding-top: 0;
}
.cart tr {
  border-bottom: 1px solid #ccc;
}

.cart-remove_btn_wrapp {
  width: 1px;
}

.cart-remove_btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #ff0000;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 25px;
  text-align: center;
}
.cart-remove_btn:hover, .cart-remove_btn:focus, .cart-remove_btn:active {
  color: #ff0000;
  border-color: #ff0000;
  text-decoration: none;
}

.cart-product_img {
  width: 120px;
}

.cart-product_title {
  text-transform: uppercase;
}

.cart-product_price,
.cart-product_count,
.cart-product_total {
  white-space: nowrap;
  text-align: right;
}

.cart-product_price,
.cart-product_total {
  width: 100px;
}

.cart-product_count {
  width: 175px;
}

.spinner-wrapp {
  width: 100px;
  display: inline-block;
  position: relative;
}

.spinner-btn {
  border: 1px solid #ccc;
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
  cursor: pointer;
  background-color: transparent;
}
.spinner-btn.minus {
  left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.spinner-btn.plus {
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.spinner-input {
  width: 40px;
  border: none;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 30px;
  margin: 0 30px;
}

.checkout textarea {
  resize: none;
  height: 100px;
}

.checkout-security_info {
  padding-left: 25px;
  background: url("../images/icons/lock.png") left top 3px no-repeat;
}

.checkout-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 30px;
}

.checkout-total {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}
.checkout-total span {
  color: #3399cc;
}

.checkout-panel {
  margin: 40px 0 30px;
}
.checkout-panel .form-inline {
  margin-bottom: 30px;
}

.checkout-panel_place {
  display: inline-block;
  margin-bottom: 30px;
}
.checkout-panel_place .form-control {
  width: 60px;
  display: inline-block;
  margin-top: 5px;
}
.checkout-panel_place .form-control + .form-control {
  margin-left: 10px;
}
.checkout-panel_place + .checkout-panel_place {
  margin-left: 30px;
}

.personal_info .control-label {
  text-align: right;
}
.personal_info .buttons button + button {
  margin-left: 15px;
}

.personal_info-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.personal_info-info {
  margin: 30px 0;
}
.zoom:after {
content:'';
display:block; 
width:33px; 
height:33px; 
position:absolute; 
top:0;
right:0;
background:url(http://bootstraptema.ru/plugins/2016/zoom/zoom.png);
}
.product_page-img_wrapp {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 30px;
  position: relative;
}
.product_page-img_wrapp:hover:after{
    opacity: 1;
}
.product_page-img_wrapp:after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: url("../images/icons/zoom-tool.png") center no-repeat;
    z-index: 1;
    opacity: 0.75;
    transition: all 0.25s ease-in-out;
}

.product_page-title {
  font-size: 14px;
  color: #3399cc;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
  line-height: 20px;
}

.product_page-price {
  float: right;
  font-size: 18px;
  color: #333;
}
.product_page-price span {
  color: #666;
}

.product_page-attributes {
  margin-bottom: 20px;
  list-style: none;
}

.product_page-btns {
  margin-bottom: 30px;
}

.product_page-desc {
  color: #666;
  margin-bottom: 30px;
}

.product_page-desc_title {
  font-weight: 700;
  color: #333;
}

.product_page-features {
  padding: 15px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin: 30px 0;
}

.product_page-features_item {
  position: relative;
  padding-left: 50px;
  color: #666;
}
.product_page-features_item strong {
  color: #333;
}
.product_page-features_item:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: -3px;
  background-repeat: no-repeat;
  background-position: center;
}
.product_page-features_item.warehouse:before {
  background-image: url("../images/icons/warehouse.png");
}
.product_page-features_item.track:before {
  background-image: url("../images/icons/track.png");
}
.product_page-features_item.lock:before {
  background-image: url("../images/icons/lock.png");
}

.product_page-reviews_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product_page-reviews_text {
  margin-bottom: 20px;
  color: #666;
}

.contact_form textarea {
  height: 132px;
  resize: none;
  margin-bottom: 30px;
}

.contact_form-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.map {
  height: 330px;
  margin-bottom: 45px;
}

.office_contacts {
  margin-bottom: 45px;
}
.office_contacts a {
  color: #333;
  font-size: 17px;
}
.office_contacts a:hover, .office_contacts a:focus, .office_contacts a:active {
  color: #333;
  text-decoration: underline;
}

.office_contacts-item {
  padding-left: 55px;
  position: relative;
}
.office_contacts-item:before {
  content: "";
  display: block;
  width: 30px;
  height: 33px;
  position: absolute;
  left: 15px;
  top: -3px;
  background-repeat: no-repeat;
  background-position: center;
}
.office_contacts-item.address:before {
  background-image: url("../images/icons/marker.png");
}
.office_contacts-item.phone:before {
  background-image: url("../images/icons/phone.png");
  background-size: 100% auto;
}
.office_contacts-item.email:before {
  background-image: url("../images/icons/mail.png");
  background-size: 100% auto;
}

.callback_line {
  background-color: #f5f5f5;
  margin: 20px -15px 20px;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.25em;
}

.callback_line-input_label {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 1.42857em;
}

.callback_line-input_wrapp {
  padding: 0;
}

.modal_cart-signature {
  font-weight: 600;
}

.modal_cart-product {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.modal_cart-product + .modal_cart-product {
  padding-top: 0;
}

.modal_cart-product_count {
  margin: 5px 0 10px;
}

.modal_cart-product_title {
  font-weight: 600;
}

.modal_cart-product_img,
.modal_cart-product_short_desc {
  margin: 0;
}

.payment_methods {
  margin-bottom: 30px;
}
/*.payment_methods img {
  filter: grayscale(0.95);
}
*/
.order {
  margin: 0 -30px 30px;
  padding: 0 30px;
}
.order + .order {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.order-title {
  color: #3399cc;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.order-step_title {
  font-weight: 700px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.order-step {
  padding-left: 100px;
}
.order-step p {
  margin-bottom: 10px;
}

.order-step_status {
  float: right;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  min-width: 150px;
  text-align: center;
}
.order-step_status.success {
  background-color: #6faed0;
  color: #fff;
  border-color: #6faed0;
}
.order-step_status.waiting {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.order-btns {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.order-btns_cansel {
  color: #999;
  margin-left: 30px;
  display: inline-block;
}

.order-general_info .row {
  margin-bottom: 10px;
}

.order-devilery_info strong,
.order-payment_info strong {
  font-weight: 600;
}
.order-devilery_info p,
.order-payment_info p {
  margin-bottom: 10px;
}
.order-devilery_info .order-step_status,
.order-payment_info .order-step_status {
  margin-top: -5px;
}
.order-devilery_info .row + .row,
.order-payment_info .row + .row {
  margin-top: 15px;
}

.order-items .cart {
  margin-bottom: 20px;
}
.order-items .cart-product_count {
  width: 100px;
}

.personal_info {
  margin-top: 30px;
  margin-bottom: 45px;
}

.personal_info-nick {
  margin-bottom: 5px;
}

.personal_info-pricelist {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 7px 10px 7px 45px;
  background: #6faed0 url("../images/icons/document.png") left 15px center no-repeat;
  width: 130px;
  line-height: 1.1em;
  text-align: left;
}
.personal_info-pricelist:hover, .personal_info-pricelist:active, .personal_info-pricelist:focus {
  background-color: #3399CC;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .footer_menu-item_inside {
    font-size: 12px;
    padding: 0 9px;
  }

  .copyright {
    font-size: 12px;
  }

  .bottom_categories-title {
    min-height: 2em;
  }

  .feature-title {
    font-size: 14px;
  }
  .feature-title strong {
    font-size: 16px;
  }

  .categories_menu-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    margin: 0 auto 30px;
  }

  .shopping_cart {
    padding: 8px 15px 8px 55px;
  }

  .top_menu {
    margin-top: 0;
  }

  .feature-list_title {
    margin-bottom: 40px;
  }

  .bottom_categories-title {
    min-height: auto;
  }

  .footer_menu {
    width: 100%;
    margin-top: 30px;
  }

  .footer_menu-item_inside {
    padding: 0 5px;
  }

  .copyright {
    text-align: center;
    margin-top: 30px;
  }

  .order-step {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    margin: 0 0 30px;
  }

  .top_menu {
    text-align: left;
    text-align-last: left;
  }

  .top_menu-item {
    display: block;
  }
  .top_menu-item + .top_menu-item {
    margin-top: 5px;
  }

  .main_menu {
    list-style: none;
    text-align: left;
    text-align-last: left;
  }

  .main_menu-item {
    display: block;
  }
  .main_menu-item:first-child .main_menu-item_inside {
    padding-top: 0;
  }
  .main_menu-item + .main_menu-item {
    border-top: 1px solid #ccc;
  }

  .main_menu-item_inside {
    padding: 10px 0;
  }

  .category_icon-wrapp {
    margin-bottom: 30px;
  }

  .category_icon-img_wrapp {
    margin-bottom: 15px;
  }

  .about-title {
    font-size: 20px;
    margin-bottom: 45px;
  }

  .about-text img {
    margin-bottom: 30px;
  }

  .feature-title {
    font-size: 12px;
  }
  .feature-title strong {
    font-size: 12px;
  }

  .bottom_categories {
    margin-bottom: 30px;
  }

  .footer_menu {
    display: block;
    text-align: center;
  }

  .footer_menu-item {
    display: inline-block;
  }
  .footer_menu-item + .footer_menu-item {
    border-left: none;
  }
  .footer_menu-item:first-child .footer_menu-item_inside {
    padding-left: 5px;
  }
  .footer_menu-item:last-child .footer_menu-item_inside {
    padding-right: 5px;
  }

  .footer_menu-item_inside {
    padding: 5px;
  }

  .copyright {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-bottom: -15px;
  }

  .shopping_cart {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 5;
  }

  .category,
  .product,
  .category {
    margin-bottom: 15px;
  }

  .product-list {
    margin-bottom: 45px;
  }

  .checkout-panel_place {
    display: block;
  }
  .checkout-panel_place + .checkout-panel_place {
    margin-left: 0;
  }

  .office_contacts-item + .office_contacts-item {
    margin-top: 15px;
  }

  .product_page-img_wrapp {
    margin-bottom: 15px;
  }

  .product_page-price {
    float: none;
    margin-top: 5px;
    display: block;
  }

  .product_page-features_item + .product_page-features_item {
    margin-top: 15px;
  }

  .panel-body {
    padding: 15px;
  }

  .btn-primary {
    min-width: 125px;
  }

  .modal_cart-product_img_wrapp {
    padding-right: 0;
  }

  .modal_cart-product_title {
    font-size: 13px;
  }

  .modal_cart-product_short_desc {
    font-size: 12px;
  }

  .callback_line-input_wrapp {
    margin-bottom: 10px;
  }

  .order {
    margin: 0 -15px 30px;
    padding: 0 15px;
  }

  .order-step {
    padding-left: 0;
  }

  .order-step_status {
    float: none;
    margin-bottom: 10px;
  }

  .order-btns {
    text-align: right;
  }

  .order-btns_more,
  .order-btns_reorder {
    display: inline-block;
    margin-bottom: 5px;
  }

  .navbar-collapse {
    padding-top: 5px;
  }
  .navbar-collapse .categories_menu {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  #categories-collapse {
    display: none !important;
  }
}
a:focus {
  outline: none;
}

/*# sourceMappingURL=general.css.map */

.error input{
	border: 1px solid #ed1c24 !important
}
.product-img_wrapp:hover{
	cursor: pointer;
}
.category-img_wrapp:hover{
	cursor: pointer;
}
.zoom:after {
content:'';
display:block; 
width:33px; 
height:33px; 
position:absolute; 
top:0;
right:0;
background:url(http://bootstraptema.ru/plugins/2016/zoom/zoom.png);
}
/*# sourceMappingURL=general.css.map */
