

.homeSlider .img{overflow: hidden;}
.homeSlider .dummy{padding-top:35%;}

.homeSlider img{width: 100%;}

.homeSlider .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}

.topProduct{
	margin-bottom: 15px;
	display: block;
}

.nav-tabs.owl-dots{margin-bottom: 10px;}

.nav-tabs .nav-item.owl-dot{
	flex: 1;
}

.nav-tabs .nav-item.owl-dot a{
	background: #f1f1f1;
	color: #666;
	transition: 0.2s ease-out;
    cursor: pointer;
	text-align: center;
	border-radius: 0;
}

.nav-tabs .nav-item.owl-dot.active a{
	border: 1px solid #ddd;
    border-bottom: 0;
	background: #fff;
}

.productList_weekly{display: flex;}

.productList_weekly .weekly-right{flex: 1;padding: 10px;}
.productList_weekly .weekly-left{width: 40.3%;padding: 10px;padding-left: 0;}

.productList_weekly .dummy{
	padding-top: 100%;
}
/* .weekly-big{padding-left:10px;padding-right:10px;} */
@media (min-width: 990px){
    .homeSlider{
        /*margin-bottom: 15px;*/
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
    .homeSlider>div{
        height: 100%;
    }
}

@media(max-width: 1199px){
	.productList_weekly .weekly-left{width: 41.8%;}
}

@media(max-width: 990px){
	.nav-tabs .nav-item.owl-dot{
		display: flex;
	}
	
	.nav-tabs .nav-item.owl-dot a{flex: 1;}
	
	.weekly-small-item{
		padding: 0;
	}
	.productList .productItem{margin-bottom: 10px;}
	.weekly-left{display: none;}
}

@media(max-width: 575px){
	.nav-tabs .nav-item.owl-dot a{padding: 5px;font-size: 14px;}
	.productList .productItem {
		margin-bottom: 0;
	}
	.homeSlider{margin-left: -15px; margin-right:-15px;}
}

/*mega menu*/
.mega_menu{
	display: flex;
    height: 100%;
}

.mega_menu .menu_right{
	position: absolute;
    top: 0;
    left: 100%;
    top: 0;
    z-index: 99;
    min-width: 250px;
    height: 100%;
    background: #f7f7f7e8;
    display: none;
}
.mega_menu .menu_left{
	top: 0;
    left: 0;
    background-color: #565B70;
    width: 97%;
    height: 100%;
    z-index: 10;
}

.mega_menu_list .item{
	display: block;
    height: 40px;
    position: relative;
}

.mega_menu_list .item:not(:last-child):before {
    content: '';
    background-color: #666B7E !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -99px;
    width: 198px;
    height: 1px;
}

.mega_menu_list .item.active:not(:last-child):before {
    height: 0px;
}

.mega_menu_list .item.active:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 22px 0px 22px 7px;
    background-color: transparent!important;
    border-color: transparent #D60C0C;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -22px;
    right: -6px;
    top: 50%;
    z-index: 99;
}

.mega_menu_list .item:nth-child(1).active {
    background-color: #D60C0C !important;
}
.mega_menu_list .item:nth-child(2).active {
    background-color: #ff9800  !important;
}
.mega_menu_list .item:nth-child(3).active {
    background-color: #7CB342 !important;
}
.mega_menu_list .item:nth-child(4).active {
    background-color: #2BAFA4 !important;
}
.mega_menu_list .item:nth-child(5).active {
    background-color: #105AA6 !important;
}
.mega_menu_list .item:nth-child(6).active {
    background-color: #105AA6 !important;
}
.mega_menu_list .item:nth-child(7).active {
    background-color: #F8B93E !important;
}
.mega_menu_list .item:nth-child(8).active {
    background-color: #CA64C2 !important;
}
.mega_menu_list .item:nth-child(9).active {
    background-color: #F57AA5 !important;
}
.mega_menu_list .item:nth-child(10).active {
    background-color: #D2845E !important;
}
.mega_menu_list .item:nth-child(11).active {
    background-color: #D60C0C !important;
}
.mega_menu_list .item:nth-child(12).active {
    background-color: #ff9800 !important;
}
.mega_menu_list .item:nth-child(13).active {
    background-color: #7CB342 !important;
}
.mega_menu_list .item:nth-child(14).active {
    background-color: #2BAFA4 !important;
}
.mega_menu_list .item:nth-child(15).active {
    background-color: #105AA6 !important;
}

.mega_menu_list .item:nth-child(1).active:after{
    border-color: transparent #D60C0C !important;
}
.mega_menu_list .item:nth-child(2).active:after{
    border-color: transparent #ff9800  !important;
}
.mega_menu_list .item:nth-child(3).active:after {
    border-color: transparent #7CB342 !important;
}
.mega_menu_list .item:nth-child(4).active:after {
    border-color: transparent #2BAFA4 !important;
}
.mega_menu_list .item:nth-child(5).active:after {
    border-color: transparent #105AA6 !important;
}
.mega_menu_list .item:nth-child(6).active:after {
    border-color: transparent #105AA6 !important;
}
.mega_menu_list .item:nth-child(7).active:after {
    border-color: transparent #F8B93E !important;
}
.mega_menu_list .item:nth-child(8).active:after {
    border-color: transparent #CA64C2 !important;
}
.mega_menu_list .item:nth-child(9).active:after {
    border-color: transparent #F57AA5 !important;
}
.mega_menu_list .item:nth-child(10).active:after {
    border-color: transparent #D2845E !important;
}
.mega_menu_list .item:nth-child(11).active:after {
    border-color: transparent #D60C0C !important;
}
.mega_menu_list .item:nth-child(12).active:after {
    border-color: transparent #ff9800 !important;
}
.mega_menu_list .item:nth-child(13).active:after {
    border-color: transparent #7CB342 !important;
}
.mega_menu_list .item:nth-child(14).active:after {
    border-color: transparent #2BAFA4 !important;
}
.mega_menu_list .item:nth-child(15).active:after {
    border-color: transparent #105AA6 !important;
}

.mega_menu_list .item .icon{
	width: 47px;
    height: 40px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    background: transparent;
    border: none;
    position: relative;
}
.mega_menu_list .item .icon .fa,
.mega_menu_list .item .icon img{
	position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 20px;
    max-height: 20px;
    color: #fff;
}

.mega_menu_list .item .title{
	line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
    padding-left: 20px;
}

.mega_menu_content{
	display: none;
}

.mega_menu_content.active{
	display: block;
}

.sub_menu_list{
	padding: 16px;
    /*background-color: #F7F7F7 !important;*/
    height: 400px;
    list-style: none;
    font-size: 13px;
    border: 1px solid #EFEFEF;
    margin-bottom: 16px;
    top: 0;
    left: 0;
}

.sub_menu_list> li{
	line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 3px 0;
    padding: 3px 0;
    border-bottom: 1px solid #cacaca;
}
.sub_menu_list> li.big-title {
    font-size: 14px;
    font-weight: 600;
    color: #0074BD!important;
}
.sub_menu_list> li:hover a{
    color: #299a37;
}

.mega_menu_col{
    display: none;
}

.img_below_slider{
    display: none;
}
@media (min-width: 991px){
    .img_below_slider,
    .mega_menu_col{
        display: block;
    }
	.mega_menu_col{
		padding-right: 0;
	}
}
/*mega menu*/










