/* --- header (шапка и общие стили) --- */
#header-contacts {
    height: auto;
}

.navbar-header {
    padding-left: 0;
}

strong, b {
	font-weight: 700;
}

ol, ul {
    list-style-position: inside;
}

.pav-megamenu .navbar-nav > li > a {
    text-align: center;
}

/* цвет наведения пунктов верхнего меню */
.pav-megamenu .navbar-nav > li > a:hover,
.pav-megamenu .navbar-nav > li > a:focus,
.pav-megamenu .navbar-nav > li > a:active,
.pav-megamenu .dropdown:hover > a,
#mainmenutop ul.nav.navbar-nav.megamenu > li:nth-of-type(7) > a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
}

#mainmenutop ul.nav.navbar-nav.megamenu > li:nth-of-type(7) > a {
    color: #fff !important;
    background: none !important;
}

#pav-verticalmenu .navbar-nav > li > a .menu-icon,
#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
	background-position: left center !important;
}

#pav-verticalmenu .box-content .navbar-default .navbar-collapse {
    max-height: none;
}

.page-preview {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.page-preview img {
    display: block;
    width: 100%;
    height: auto;
}

.page-content {
    margin: 20px 0;
}

.price {
    display: none !important;
}

/* цвет сетки сопутствующих/связанных товаров */
#related .product-cols {
    border-color: #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

#related .product-cols:nth-of-type(4n),
#related .product-cols:nth-of-type(4n+5) {
    border-right: none;
}

#related .product-cols:last-of-type:not(:nth-of-type(4n)),
#related .product-cols:nth-of-type(3n+5) {
    border-right: 1px solid #e9e9e9;
}

.quantity-adder {
    display: none;
}

#image-additional-carousel .item a {
    width: 25%;
    height: auto;
    margin-right: -4px;
    padding: 2px;
}

#image-additional-carousel .item a img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
    
    #header-main .logo img {
        width: auto;
        height: auto;
    }
    
    .pav-megamenu .navbar-default {
        background-size: cover !important;
    }
    
    .pav-megamenu .navbar-nav > li > a {
        padding: 14px 15px 13px;
    }
}

@media screen and (max-width: 992px) {
	
	#header-main .inner {
    		margin-top: 40px;
	}

	.pav-megamenu .navbar-default {
		background: none;
	}

	.producttabs .nav-tabs > li > a {
	    padding-left: 30px;
	    padding-right: 30px;
	}

	#menu-offcanvas .menu-offcanvas-inner {
         background: #16519C;
      }
     #menu-offcanvas .menu-offcanvas-inner ul {
         list-style: none;
     }
    
     #menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
         margin: 3px 0;
     }
    
     .offcanvas-menu {
         position: fixed;
         overflow-y: scroll;
         height: 100vh;
     }
    
     .offcanvas-menu-open {
         overflow: hidden;
     }
    
     .button-close-menu {
         top: 9px;
         right: 9px;
     }
    
     .caret {
         border-top-color: #fff;
     }
	
	.newsletter_block .input-group {
        padding-top: 20px;
    }
    
    .newsletter_block .box-heading,
    .newsletter_block .button_mini,
    .newsletter_block .input-group,
    .newsletter_block .inputNew {
        width: 100%;
    }
    
    .newsletter_block .button_mini {
        margin-left: 0;
        margin-top: 5px;
    }
    
    .newsletter_block .inputNew.inputNew,
    .newsletter_block .button_mini.button_mini {
        border-radius: 5px;
    }
}

@media screen and (max-width: 768px) {
    
    body {
        background: none;
    }
    
    #content {
        min-height: 200px;
    }
    
    #content img {
        max-width: 100%;
        height: auto !important;
    }
    
    #header-main .inner {
        padding: 0 9px;
    }
    
    .pav-megamenu .navbar-default {
        background: none !important;
    }
    
    #header-contacts table,
    #header-contacts tbody,
    #header-contacts tr,
    #header-contacts td {
        display: block;
    }
    
    #header-contacts td {
        margin-bottom: 15px;
    }
    
    #header-contacts td:last-child {
        margin-bottom: 0;
    }

    .logo.inner + .pull-right {
        width: 100%;
    }
    
    #widget-tips {
        display: none;
    }
    
    .reassurances-center {
        margin-bottom: 9px;
    }
    .reassurances-center .fa {
        margin-top: 9px;
        font-size: 30px;
    }
    .reassurances-center .description h4 {
        margin: 5px 0;
        font-size: 16px;
        line-height: normal;
    }
    
    #powered table,
    #powered tbody,
    #powered tr,
    #powered td {
        display: block;
    }
    #powered td {
        margin-bottom: 15px;
    }
    #powered td:last-child {
        margin-bottom: 0;
    }

    #powered .copyright {
        float: none !important;
    }
    
    #powered .col-sm-5 p {
        margin: 10px 0 15px;
    }

    .product-filter .display {
        height: 33px;
    }
    
    #catalogue-sort {
        float: left !important;
    }
    #catalogue-sort li.disabled {
        display: block;
        margin-top: 10px;
        padding: 0;
    }
    #catalogue-sort li.disabled + li {
        padding-left: 0;
    }

    .product-info .image-container,
    .product-info .product-view {
        padding-left: 0;
        padding-right: 0;
    }

    .product-info .product-view {
        margin-top: 25px;
    }

    #image-additional-carousel .item a {
        width: 50%;
    }

    .product-related .box-heading span {
        display: block;
    }
    
    .pagination {
        padding: 9px 0;
    }
    
    .cart-wrapper table,
    .cart-wrapper tbody,
    .cart-wrapper tr,
    .cart-wrapper td {
        display: block;
    }
    
    .cart-input-count {
        display: inline-block;
    }

    .news-short .news-short-image-wrapper,
    .news-short .news-short-info {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    
    .news-short .news-short-image-wrapper {
        height: 200px;
    }
    
    .news-short .news-short-info {
        margin-top: 10px;
    }
    
    .news-short .news-short-title {
        font-size: 18px;
        line-height: normal;
    }
    
    #pzv-btn-wrapper {
        display: none !important;
    }
}



