.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    border-bottom: none;
}


.navbar-nav > li > a {
    color: #333;
}


.iv-navbar {
    margin-bottom: 20px;
    padding: 5px 0;
    background-color: white;
    border-bottom: 1px solid lightgrey;
}

.iv-navbar-burger-btn-icon-close {
    display: none;
}

.iv-navbar-menu-block {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    height: 100%;
    width: 80%;
    z-index: 1090;
    background-color: white;
    border: 1px solid lightgrey;
}

.iv-navbar-categories-list {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
}

.iv-navbar-categories-item {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid lightgrey;
}

.iv-navbar-categories-item a {
    display: block;
}

.iv-navbar-categories-item_a_img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.iv-navbar-categories-item-icon {
    position: absolute;
    right: 0;
    top: 15px;
}

.iv-navbar-categories-item_sublist {
    display: none;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.iv-navbar-categories-item_sublist li {
    padding: 5px 20px;
}

.iv-navbar-menu-phone {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.iv-navabar-callcenter-p {
    margin-bottom: 20px;
    font-size:14px;
    line-height: 16px;
    text-align: center;
}

.iv-navabar-social-link:hover {
    text-decoration: none;
}

.iv-navbar-flex {
    display: flex;
    justify-content: space-between;
}

.iv-index-heading {
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}


.iv-navbar-fixed-bottom {
    padding-top: 8px;
    height: 56px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: #222;
}

.iv-navbar-bottom-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}

.iv-navbar-bottom-item {

}

.iv-navbar-bottom-item a {
    color: white;
}

.iv-navbar-bottom-item a:hover {
    text-decoration: none;
}

.iv-navbar-bottom-svg {
    text-align: center;
    line-height: 14px;
}

/*------------------------------*/

.iv-navbar-footer-list {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}

.iv-navbar-footer-item a {
    color: white;
}

.iv-navbar-footer-item a:hover {
    text-decoration: none;
}

.iv-navbar-footer-svg {
    text-align: center;
    line-height: 14px;
}

/*-----------------------------*/

.svg-slider-arrow-left,
.svg-slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #444444;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
}

.svg-slider-arrow-left {
    left: 20px;
}

.svg-slider-arrow-right {
    right: 20px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}


.carousel-indicators li {
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border: none;
}


.carousel-indicators .active {
    width: 8px;
    height: 8px;
    background-color: #000;
}

/*-----------------------------*/

.iv-index-categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.iv-index-categories-item {
    width: 24%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #F7F7F7;
}

.iv-index-categories-item:not(:nth-child(4n)) {
    margin-right: 1%;
}

.iv-index-categories-img {
    width: 70%;
    /*height: 150px;*/
    /*object-fit: cover;*/
    /*object-position: center;*/
    margin-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
    transition: transform 0.5s;
}

.iv-index-categories-item:hover .iv-index-categories-img{
    transform: scale(1.03);
}

.iv-index-categories-img-block {
    text-align: center;
    padding-top: 10px;
}

.iv-index-categories-name {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    color: #282828;
    text-align: center;
}

.korzinacountverh {
    position: absolute;
    top: 4px;
    left: 14px;
    color: white;
    font-weight: 700;
    font-size: 10px;
    background: grey;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
}

.iv-footer {
    background-color: #dba686;
}

.iv-footer-logo-phone-block {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.iv-footer-logo {
    width:150px;
    margin-bottom: 10px;
}

.iv-footer-link-phone {
    margin-right: 10px;
}

.iv-footer-span-phone {
    font-size: 16px;
    color: white;
}

.iv-footer-phoneicon {
    margin-bottom:-5px;
    height: 20px;
    width: 20px;
}

.iv-footer-social-links {
    margin-top: 10px;
    text-align:center;
}

.iv-footer-menu-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.iv-footer-menu {
    padding: 0;
    list-style: none;
}

.iv-footer-menu li {
    font-size: 16px;
    margin-bottom: 10px;
}

.iv-footer-menu li a {
    color: white;
}

.iv-footer-grafik-block-wrapper {
    display: flex;
    color: white;
    font-size: 16px;
}

.iv-footer-grafik-icon {
    margin-right: 10px;
}

.iv-products-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.iv-products-list_item {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    border: 1px solid #ededed;
    width: 32%;
}

.iv-products-list_item:not(:nth-child(3n)) {
    margin-right: 2%;
}

.iv-products-list_item-img {
    width: 100%;
    margin-bottom: 10px;
}

.iv-products-list_item-name {
    line-height: 16px;
    margin-bottom: 10px;
}

.iv-products-list_item-price_and_btn_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.iv-products-list_item-price {
    font-size: 22px;
    line-height: 22px;
}

.iv-products-list_item-strike-price {
    color: #f84147;
    font-size: 14px;
}

.iv-products-list_item-currency{
    font-size: 16px;
}

.iv-filter-flex-open {
    display: flex;
}

.iv-filter-open-btn {
    width: 100px;
}

.iv-filter-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    padding: 10px 15px;
    z-index: 1031;
    background-color: white;
    overflow: auto;
    border: 1px solid #ededed;
}

.iv-filter-name-and-close {
    display:flex;
    justify-content: space-between;
}

.iv-filter-name {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.iv-filter-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.iv-filter-list_item {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.iv-filter-list_item-name {
    font-size: 16px;
    cursor: pointer;
}

.iv-filter-list_item-name-icon {
    position: absolute;
    right: 0;
    top: 15px;
}

.iv-filter-list_item-content {
    display: none;
}

/*--------Product---------*/
.carousel-thumbnail-images-list {
    display: flex;
    flex-wrap: wrap;
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.carousel-thumbnail-image-item {
    width: 19%;
    margin-right: 1%;
}


.iv-product-name-price-block {
    display: flex;
    align-items: flex-end;
}
.iv-product-name {
    font-size: 26px;
    margin-bottom: 5px;
}

.iv-product-price {
    min-width: 100px;
    margin-left: 20px;
}

.product-skidka {
    font-size: 16px;
    color: #E63438;
}

.product-price {
    font-size: 26px;
    font-weight: 700;
}

.iv-kod-tovara {
    color: grey;
    font-size: 14px;
    margin-bottom: 0;
}

.iv-kod-tovara-num {
    color: #000;
}

.iv-color {
    color: grey;
    font-size: 14px;
}

.iv-color-name {
    color: #000;
    font-size: 14px;
}

.iv-product-buy-btn {
    padding: 10px 15px;
    background-color: #50B242;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 5px;
}

.iv-product-buy-btn:hover {
    background-color: #3a932a;
}

.iv-inproduct-delivery-list {
    margin: 40px 0 20px;
    padding: 0;
    list-style-type: none;
}

.iv-inproduct-delivery-item {
    margin-bottom: 10px;
}

.iv-inproduct-delivery-item-heading {
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 10px;
}

.iv-inproduct-delivery-item-heading:hover {
    text-decoration: none;
}

.iv-inproduct-delivery-item-heading_name {
    font-size: 16px;
}

.iv-inproduct-delivery-item-heading_arrow {
    margin-top: 5px;
}

.transform_arrow_down {
    transform: rotate(90deg);
}

.iv-inproduct-delivery-item-content {
    display: none;
    padding: 15px;
}

.iv-inproduct-delivery-item-content_block {
    display: flex;
    justify-content: space-between;
}

.iv-related-products {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.iv-related-products-item {
    width: 18%;
    margin-right: 2%;
    flex-grow: 0;
    flex-shrink: 0;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}

.iv-related-products-img {
    width: 100%;
}

.iv-related-products-caption {
    padding: 10px;
}

.iv-related-products-price-block {
    margin-top: 10px;
}

.iv-related-products-price {
    font-size: 24px;
}

/*------------Shopping cart-------------*/
.iv-shopping-cart-products {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iv-shopping-cart-product {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid white;
}

.iv-shopping-cart-product-img {
    width: 100px;
    border-radius: 5px;
}

.iv-shopping-cart-product-block_name {
    margin-left: 15px;
}

.iv-shopping-cart-product-name {
    font-size: 15px;
}

.iv-shopping-cart-product-block_plus_minus {
    margin-top: 10px;
}

.iv-shopping-cart-product-minus {
    border: 1px solid #a3a3a3;
    padding: 3px 3px 3px 6px;
    border-radius: 5px;
    margin-right: 5px;
    background-color: white;
}

.iv-shopping-cart-product-plus {
    border: 1px solid #a3a3a3;
    padding: 3px 6px;
    border-radius: 5px;
    margin-left: 2px;
    background-color: white;
}

.iv-shopping-cart-product-minus:hover,
.iv-shopping-cart-product-plus:hover{
    text-decoration: none;
}


.iv-shopping-cart-product-price-block {
    margin-left: auto;
    min-width: 60px;
    text-align: right;
}

.iv-shopping-cart-product-delete {
    border: 1px solid #a3a3a3;
    padding: 5px;
    border-radius: 5px;
    background-color: white;
}

.iv-shopping-cart-product-price{
    margin-top: 20px;
    font-size: 12px;
}

.iv-shopping-cart-product-price-itog {
    margin-top: 10px;
    font-size: 16px;
}






@media (max-width: 767px) {

    .iv-index-categories-list {
        justify-content: space-between;
    }

    .iv-index-categories-list .iv-index-categories-item {
        width: 49%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .iv-index-categories-img {
        margin-bottom: 5px;
    }

    .iv-footer-logo-phone-block {
        display: block;
        text-align: center;
    }

    .iv-footer-span-phone {
        font-size: 20px;
    }

    .iv-footer-phoneicon {
        margin-bottom:-5px;
        height: 25px;
        width: 25px;
    }

    .iv-footer-menu-wrapper {
        display: block;
    }

    .iv-footer-menu {
        margin-bottom: 40px;
    }

    .iv-products-list .iv-products-list_item {
        width: 48%;
        margin-right: 0;
    }

    .iv-products-list .iv-products-list_item:not(:nth-child(2n)) {
        margin-right: 4%;
    }

    .iv-related-products {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .iv-related-products-item {
        width: 42%;
        margin-right: 2%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .iv-related-products {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .iv-related-products-item {
        width: 30%;
        margin-right: 2%;
    }

    .iv-products-list .iv-products-list_item {
        width: 48%;
        margin-right: 0;
    }

    .iv-products-list .iv-products-list_item:not(:nth-child(2n)) {
        margin-right: 4%;
    }
}
