.nav.catalog.c1{
    padding: 0;
}
.nav.catalog.c1 a{
    color: #d2d2d2;
}
.nav.catalog.c1 a:hover{
    text-decoration: underline;
}

.nav.catalog a{
    color: #727272;
}
.nav.catalog.c1 .container{
    position: relative;
}
.nav.catalog.c1 .dropdown{
    position: static;
}
.nav.catalog.c1 .dropdown-menu{
    padding: 0 14px;
    top: calc(100% + 20px);
    left: 0 !important;
    display: block !important;
    position: static;
    padding: 0;
}
.nav.catalog.c1 .dropdown-menu,
.nav.catalog.c1 .dropdown-menu-content{
    max-width: 100%;
    width: 100% !important;
}
#dropdownMenu1{
    position: relative;
}
#dropdownMenu1:after{
    content: '';
    position: absolute;
    bottom: -21px;
    left: calc((100% - 40px)/2);
    z-index: 99;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent rgba(56, 56, 56, 0.8) transparent;
    display: none;
    opacity: 0;
}
.open #dropdownMenu1:after{
    display: block;
}
#top-menu.visible-xs #account-info{
    margin: 0;
}
#top-menu.visible-xs #account-log{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top-menu.visible-xs #account-info,
#top-menu.visible-xs #account-log,
#top-menu.visible-xs #cart{
    float: none;
    display: block;
    text-align: center;
    width: 100%;
}
#top-menu.visible-xs #cart{
    background: url(../images/cart.png) no-repeat right 40px center;
}
@media (max-width: 768px) {
    .nav.catalog.c1 .dropdown-menu{
        /*position: absolute;*/
        /*opacity: 0;*/
    }

    .nav.catalog.c1 .dropdown-menu{

    }
    .nav.catalog.c1 .open .dropdown-menu{
        opacity: 1;
    }


    #dropdownMenu1:after{
        content: '';
        position: absolute;
        bottom: -21px;
        left: calc((100% - 40px)/2);
        z-index: 99;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent rgba(56, 56, 56, 0.8) transparent;
        opacity: 0;
        transition: all .1s ease .5s;
    }
    .open #dropdownMenu1:after{
        opacity: 1;
    }

    #header {
        height: auto;
    }
    #head-logo {
        margin-bottom: 0;
    }
    #account-info ul li a {
        padding: 0;
    }
}
@media (max-width: 992px){
    .nav.catalog.c1 .dropdown{
        position: relative;
    }
}

.top_menu{
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}
.top_menu>li:first-child{
    /*padding-left: 10px !important;*/
}
.top_menu>li{
    position: static;
}
.top_menu>li:last-child{
    float: right;
}
.top_menu>li>a{
    padding: 0;
}
.top_menu>li>a>i{
    font-size: 20px;
    color: #545656;
}

.info_acc{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.info_acc .media .media-left{

}
.info_acc .media .media-left a{
    padding: 0;
    padding-left: 10px;
}
.info_acc .media .media-left i{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    top: 0;
}

.top_menu>li>a .item_cart{
    position: relative;
    top: -18px;
	color: black;
}
.top_menu>li>a .item_cart:hover{
    color: black !important;
}

.info_acc .media .media-left i:hover{
	background-color: black;
}
.info_acc .media .media-body{

}
.info_acc .media .media-body .media-heading{
    margin-bottom: 0;
}

.modal-mega-menu .modal-content{
    background-color: transparent;
}
.modal-mega-menu .modal-content .modal-body{
    background: rgba(56, 56, 56, 0.8);
}
.modal-mega-menu .modal-content .modal-body .dropdown-menu-content{
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.modal-mega-menu .modal-content .modal-footer{
    height: inherit;
    padding: 5px;
}
@media (max-width: 992px) {
    .modal-mega-menu .modal-dialog{
        width: calc(100% - 30px);
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .modal-mega-menu .col-sm-3{
        width: 50% !important;
    }
}
@media (max-width: 992px) {
	.modal-mega-menu .col-sm-3:nth-child(3n) {
		background: url(../images/mega-bg.png) repeat-y right 30px !important;
	}
	.modal-mega-menu .col-sm-3:nth-child(2n) {
		background: transparent !important;
	}
}