

.bg-footer ul li {
	padding: 5px 0;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: #000 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #000 !important;
}

.swiper-button-next, .swiper-button-prev {
	color: #b52b7c !important;
}

.tab button, .category-tab button {
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #000;
	margin: 0 10px;
}

.tab button.tab-active, .category-tab button.tab-active {
	background: #b52b7c;
	color: #fff;
	border-color: #b52b7c;
}

.main-slider {
	margin-bottom: 3%;
}

.v_active{
	background: #b52b7c !important;
	color: #fff !important;
	border-color: #b52b7c !important;
}

.justify-content-center {
	justify-content: center;
}

a h3 {
	min-height: 80px;
}

.nav-dropdown div {
	border-right: 1px solid #ccc;
}

.nav-dropdown div:last-child {
	border: 0;
}

.nav-dropdown .grid {
	border: 0;
}

.nav-dropdown li {
	padding-bottom: 3px;
}

.nav-dropdown li a:hover {
	color: #b52b7c !important;
}

/*.nav-dropdown-first ul {
	display: flex;
} 

.nav-dropdown-first ul li {
	width: 50%;
}
*/

.list-page {
	display: flex;
	justify-content: space-between;
}

.leftCol {
	width: 26%;
}

.rightCol {
	width: 69%;
	margin-top: 20px;
}

button.category-btn {
	background: #fff;
}

#sort {
	width: 100% !important;
}

button.category-btn-active {
	background: hwb(325 9% 44%);
	color: #fff;
}




@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
        margin: 0 auto;
    }
}

@media (max-width:1023px) {
	.mobile-none {
		display: none !important;
	}

	.allshop-nav {
		height: 80vh;
		overflow-y: scroll;
		padding-bottom: 70px !important;
	}

	.mobile-nav {
		width: 100% !important;
	}
}

@media (max-width: 639px) {
	.list-page {
		flex-direction: column;
	}

	.leftCol,
	.rightCol {
		width: 100%;
	}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#searchForMobile{
		display:block !important;
	}
	#searchForDesktop{
		display:none !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#searchForMobile{
		display:none !important;
	}
	#searchForDesktop{
		display:block !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#searchForMobile{
		display:none !important;
	}
	#searchForDesktop{
		display:block !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#searchForMobile{
		display:none !important;
	}
	#searchForDesktop{
		display:block !important;
	}
}


/* Pagination
#pagination-data-container{
  margin-top: 5px;
}
#pagination-data-container ul{
  padding: 0;
  margin: 0;
}
#pagination-data-container li{
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #eee;
  color: #666;
}
 */