.navbar-item {
	margin-right: 0px;
}

.navbar-link {
	padding: 15px 30px;
}

.navbar-link.new {
	font-weight: bold;
	border-right: 1px solid #f5f5f5;
}

.navbar-link.new:hover {
	background: var(--body);
	color: var(--bs-dark);
}

.navbar-part {
	position: relative;
	top: 0;
}

#home_slider:hover .bamdik2,
	#home_slider:hover .bamdik2 {
	visibility: visible;
	opacity: 1;
}

.bamdik2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	box-shadow: var(--primary-bshadow);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.bamdik2:hover {
	color: var(--white);
	background: var(--primary);
}

.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	background-color: var(--primary);
	border-radius: 50%;
}

.p-0-5-5-0 {
	padding: 5px !important;
}

@media (max-width: 767px) {
	.section-heading h2 {
		font-size: 22px;
	}
}

.heart {
	margin-left: 5px;
	margin-right: 5px;
	animation: beat .25s infinite alternate;
	transform-origin: center;
}
    
    /* Heart beat animation */
@keyframes beat {
	to {
		transform: scale(1.3);
	}
}

.form-check-label{
    cursor: pointer;
}

.input-check-size{
    height: 42px;
    padding: 20px;
    cursor: pointer;
}

.check-size-btn{
    cursor: pointer;
    background: #ddd;
}

.bg-theme-color{
    background-color: var(--theme-color);
}

.text-theme-color{
    color: var(--theme-color);
}


#search-list {
    left: 25%;
    list-style: none;
    margin-top: 30px;
    padding: 0;
    z-index: 2;
    right: auto;
    width: auto;
    max-width: calc(100% - 50%);
    min-width: 45%;
    position: absolute;
    border: var(--border) 1px solid;
}

    
    #search-list li {
        padding: 10px;
        background: var(--white);
        border-bottom: var(--border) 1px solid;
    }
    
    #search-list li:hover {
    	background: #f8f9fa;
    	cursor: pointer
    }


    #search-list li a {
    	color: rgba(0,0,0,.5)!important;
    	cursor: pointer
    }
    #search-list li i {
    	color: var(--theme-color) !important;
    }
    
    #search-list li a:hover {
    	color: #000;
    	cursor: pointer
    }
        
    #search-list {
        overflow-y: auto;
        max-height: calc(100vh - 168px);
    }

.no-result-search{
    max-width: 100%;
    width: auto;
}
@media screen and (max-width: 600px){
    #search-list {
        left: 0;
        list-style: none;
        margin-top: 30px;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        z-index: 2;
        background: var(--white);
        width: 100% !important;
        max-width: 100% !important;
        position: absolute;
        border:  var(--border) 1px solid;
    }

    .header-part{
        box-shadow: 0 0 10px #ccc;
    }
}

.cart-list-product {
	background: #fff none repeat scroll 0 0;
	box-shadow: 2px 2px 5px #ccc;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.cart-list-product img {
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 110px;
	margin: 0 15px 0 0;
	object-fit: scale-down;
	max-width: 100%;
}

.cart-list-product h5 a {
	font-size: 14px;
	color: #0cc5b7;
}

.cart-list-product h5 {
	margin: -2px 0 8px 0;
}

.cart-list-product h6 {
	font-size: 11px;
}

.cart-list-product>h6 span {
	color: #ff253a;
}

.remove-cart {
	position: absolute;
	right: 18px;
	top: 12px;
}

.cart-list-product .badge {
	background: #f2fef2 none repeat scroll 0 0;
	border: 1px solid #4eda92;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 500;
	padding: 3px 6px;
}

.wish2{
    top: 15px;
    right: 18px;
}


@media screen and (min-width: 1000px){
    .cat-icon-width{
        height: 130px;
        width: 130px;
        margin: auto;
        box-shadow: 0 0 10px #e3e4e5;
        display: block;
        padding: 5px;
    }
    
    .cat-text{
        font-size: 12px;
        font-weight: bold;
    }
    
    .cat-container{
        padding: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 999px){
    .cat-icon-width{
        height: 130px;
        width: 130px;
        margin: auto;
        box-shadow: 0 0 10px #e3e4e5;
        display: block;
        padding: 5px;
    }
    
    .cat-text{
        font-size: 12px;
        font-weight: bold;
    }
    
    .cat-container{
        padding: 10px;
    }
}

@media screen and (min-width: 200px) and (max-width: 768px){
    .cat-icon-width{
        height: 80px;
        width: 80px;
        margin: auto;
        box-shadow: 0 0 10px #e3e4e5;
        display: block;
        padding: 5px;
    }
    
    .cat-text{
        font-size: 7px;
        font-weight: bold;
        line-height: 1;
    }
    
    .cat-container{
        padding: 10px 5px;
    }
}

.breadcrumb-item.active:before{
    content: '>>';
    margin:0 10px;
}

.product-image img {
    width: 100%;
    height: 200px;
}

    .scroll {
    overflow: scroll;
    width: 100%;
    display: flex;
    background: #ffffff;
    /*box-shadow: 0 0 5px #ccc;*/
}
.btn-radius:hover {
    color: var(--white)  !important;
    background-color: var(--theme-color)  !important;
}
.btn-radius {
    margin: 5px;
    padding: 2px 8px;
    border: 1px solid #8acf00;
    /* background: chocolate !important; */
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

.bg-light ::-webkit-scrollbar:vertical {
    width: 0px;
}

::-webkit-scrollbar:horizontal {
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border: 0px solid #ffffff;
}

::-webkit-scrollbar-track {
    background-color: #ffffff; 
}

.offer-close-btn {
    background: #fff;
    width: 25px;
    margin-left: calc(100% - 25px);
    position: absolute;
}



/* ============================================================================== old category css ============================================================================== */

@media (max-width:575.98px) {

	.min-height-55 {
		min-height: 55px;
	}

	.h-32-io {
		height: 32px!important;
	}

	.no-padding2 {
		padding: 0!important;
	}

	.product-footer .input-group {
		padding: 0!important;
	}

	.footer-fix-nav {
		display: block;
	}
}

.img_60-60 {
	width: 40px;
	height: 40px;
}

.rounded-circle {
	border-radius: 50%!important;
}

.qwertyy {
	display: none;
	padding: inherit;
}

.text2 {
	overflow: hidden;
	white-space: normal;
	height: 4.4em;
	text-overflow: ellipsis;
}


.text3 {
	overflow: hidden;
	white-space: normal;
	height: 6.8em;
	text-overflow: ellipsis;
}

@media screen and (max-width:1000px) and (min-width:666px) {

	.qwertyy .col-md-4 {
		width: 33.3333333333%;
		float: left;
	}

	.category-item2 img {
		height: 150px;
		margin: 8px;
		padding: 7px 0;
		transform: scale(1);
		transition-duration: .4s;
		width: 100%;
	}

	.category-item2 {
		padding: 8px;
	}

	.category-item2 .icon {
		padding: 65px 0;
	}

	.category-item2 i {
		font-size: 35px;
	}

	.category-item2 .content {
		padding: 10px;
	}

	.category-item2 .content b {
		font-size: 16px;
		padding: 0;
		margin: 0;
		color: #5fb734;
	}

	.category-item2 .content span {
		font-size: 20px;
		padding: 15px 0;
		margin: 0;
		color: #000;
	}

	.category-item2 .content p {
		padding: 5px 0;
		margin: 0;
	}

	.category-item2 b {
		height: auto;
		margin: 1px 0 8px;
		padding: 7px;
		transform: scale(1);
		transition-duration: .4s;
		width: 200px;
	}
}
@media screen and (max-width:666px) and (min-width:415px) {

	.qwertyy .col-md-4 {
		width: 33.3333333333%;
		float: left;
	}

	.category-item2 img {
		height: 125px;
		padding: 7.5% 0 0 15%;
		transform: scale(1);
		transition-duration: .4s;
		max-width: 100%;
	}

	.category-item2 {
		padding: 5px;
	}

	.category-item2 .icon {
		padding: 80% 0;
	}

	.category-item2 i {
		font-size: 30px;
	}

	.category-item2 .qwertyy .content {
		border: 2px solid #ccc;
		background-color: #fff;
		padding: 5px;
		margin: 5% 0;
	}

	.category-item2 .qwertyy .content img {
		height: 75px;
		padding: 2px;
		margin: 0;
		width: 90%;
	}

	.category-item2 .qwertyy .content b {
		font-size: 8px;
		padding: 0;
		margin: 0;
		color: #5fb734;
	}

	.category-item2 .qwertyy .content span {
		font-size: 10px;
		padding: 8px;
		margin: 0;
		color: #000;
	}

	.category-item2 .content {
		padding: 8px;
	}

	.category-item2 .content b {
		font-size: 17px;
		padding: 0;
		margin: 8% 0;
		color: #5fb734;
	}

	.category-item2 .content span:after {
		content: "                      ";
	}

	.category-item2 .content span:before {
		content: "                   ";
	}

	.category-item2 .content span {
		font-size: 25px;
		padding: 53px 0;
		margin: 0;
		color: #000;
	}

	.category-item2 .content p {
		padding: 0;
		margin: 15px 0;
		font-size: 15px;
	}

	.category-item2 b {
		height: auto;
		margin: 1px 0 8px;
		padding: 7px;
		transform: scale(1);
		transition-duration: .4s;
		width: 200px;
	}
}

    .p-10 {
        padding: 5px 25px 0;
    }
    
    .item2 {
        border: 2px solid #ccc;
        box-shadow: 0 0 5px 5px #ccc;
        background: #fff;
        margin: 5px 0;
        position: relative;
        height: 100%;
        width: 100%;
    }
    
    .mycolor {
        background-color: #fffbc7;
    }

    .item2>.p-10>.row {
    box-shadow: 0 0 2px 2px #ccc;
    border-radius: 3px;
    background: #fff;
}

	.qwertyy .col-md-4 {
		width: 33.3333333333%;
		float: left;
	}

	.category-item2 img {
		height: 105px;
		transform: translateX(12px);
		padding: 10px 0 0 0;
		transition-duration: .4s;
		max-width: 100%;
	}

	.category-item2 {
		padding: 5px;
	}

	.category-item2 .icon {
		padding: 32px 0;
	}

	.category-item2 i {
		font-size: 23px;
	}

	.category-item2 .qwertyy .content {
		border: 2px solid #ccc;
		background-color: #fff;
		padding: 5px;
		margin: 5% 0;
	}

	.category-item2 .qwertyy .content img {
		height: 60px;
		padding: 2px;
		transform: translateX(0);
		margin: 0;
		width: 85%;
	}

	.category-item2 .qwertyy .content b {
		font-size: 8px;
		padding: 0;
		margin: 0;
		color: #5fb734;
	}

	.category-item2 .qwertyy .content span {
		font-size: 8px;
		padding: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #000;
	}

	.category-item2 .content {
		padding: 8px 0;
	}

	.category-item2 .content b {
		font-size: 12px;
		padding: 0;
		margin: 0;
		color: #5fb734;
	}

	.category-item2 .content span {
		font-size: 15px;
		padding: 10px 0;
		margin: 0;
		color: #000;
	}

	.category-item2 .content p {
		padding: 0;
		margin: 0;
		font-size: 11px;
	}

	.category-item2 b {
		height: auto;
		margin: 1px 0 8px;
		padding: 7px;
		transform: scale(1);
		transition-duration: .4s;
		width: 200px;
	}

@media only screen and (min-width:1000px) {
	.category-item2 img {
		height: 125px;
		padding: 7px;
		transform: scale(1);
		transition-duration: .4s;
		width: 160px;
	}

	.category-item2 {
		padding: 8px;
	}

	.category-item2 .icon {
		padding: 25% 35%;
	}

	.category-item2 i {
		font-size: 35px;
	}

	.category-item2 .content {
		padding: 10px;
	}

	.category-item2 .content b {
		font-size: 16px;
		padding: 0;
		margin: 0;
		color: #5fb734;
	}

	.category-item2 .content span {
		font-size: 20px;
		padding: 15px 0;
		margin: 0;
		color: #000;
	}

	.category-item2 .content p {
		padding: 5px 0;
		margin: 0;
	}

	.category-item2 b {
		height: auto;
		margin: 1px 0 8px;
		padding: 7px;
		transform: scale(1);
		transition-duration: .4s;
		width: 200px;
	}
}

.category-item3:nth-child(3n) {
	border-right: none;
}

.category-item3:nth-child(-n+3) {
	border-top: none;
}

.no-padding {
	padding: 0!important;
}

.category-item3 {
    background-color: #fff;
    font-size: 13px;
    line-height: 14px;
    color: #445a64;
    font-family: sans-serif;
    font-weight: bold;
}

.category-item3 img {
	height: 80px;
	width: 80px;
	object-fit: scale-down;
	padding: 9px;
	transform: scale(1);
	transition-duration: .4s;
}

.product-card {
    min-height: 95%;
    margin-bottom: 15px;
    padding: 15px;
}