:root {
    --up-text-light-color: #727272;
	--up-text-gray-color: #777;
	s
}

#menu-vertical a {
	font-size: 17px;
}

.up-header button.btn-menu-top.active-btn i,
.up-header button.btn-menu-top.active-btn  .text-category  {
    color: var(--up-color-menu-hover);
}

header span.text-a-icon-cart {
	color: var(--up-color-header-total-cart);
}

.c-icon-22 {
	height: 22px;
	width: 22px;
}

.featured-wrap {
    background: var(--up-bg-gray);
    border: 1px solid var(--up-bg-gray);
	border-radius: 20px;
	margin: 0 0 20px;
    padding: 20px;
}

.featured-wrap:nth-child(even)  {
    background: #fff;
}

.featured-wrap:last-child {
	margin: 0;
}

.featured-wrap address,
.featured-wrap p:last-child {
	margin: 0;
}

.featured-wrap [class^="up-icon-"] {
	color: var(--color-black);
}

.light-theme .btn-general.is-active .up-icon-cart,
.light-theme .btn-general.is-active .text-cart-add {
	color: #fff;
}

.p-20 {
	padding: 20px;
}

.mr-5 {
	margin-right: 5px;
}

.overflow-hidden {
	overflow: hidden;
}

.border {
	border: 1px solid var(--up-border-color);
}

.rounded {
	border-radius: 20px;
}

.rounded-0 {
	border-radius: 0;
}

.rounded-l {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.rounded-r {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.rounded-l-0 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.rounded-r-0 {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.flex {
	display: flex;
}
.box-account.open .dropdown-menu {
	border: 1px solid rgb(231 231 231);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.06);
}
.header-search .categories {
	background: #fff;
}
.header-search .btn-search-select {
	display: none;
}
.form-control.search-autocomplete {
	border-radius: 54px 0 0 54px !important;
    padding-left: 20px !important;
}
.checkout-address-info  div.form-group.custom-field {
	padding-left: 10px;
    padding-right: 10px;
}

.box-search div.search_word,
.breadcrumb > li span {
	color: #8d8d8d
}

.cart-prod-info-stock.text-danger {
	font-size: 40px;
    color: #d8300e;
    line-height: 1;
}

footer.ch-light-theme .block-banner-footer .text-footer-banner .banner-description-footer {
	color: var(--up-text-light-color)
}

.group-price {
	border-bottom: 1px solid var(--up-border-color);
    line-height: 1.5;
    padding: 0 0 5px;
    margin: 0 0 10px;
}

.group-price + .price {
    line-height: 1.5;
    font-size: 18px;
}

#product .group-price .price-new {
	line-height: 1.5;
}
.tab-content.show-all-tabs .tab-pane ul {
	padding-left: 30px;
}
footer.ch-light-theme {
	background: #F0F4F9;
}
.delivery-wrap {
	background: var(--up-bg-gray);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 20px;
}

.delivery-wrap img {
	max-width: 100%;
}
/* Home page slider */
.small-slider__item .small-slider__title_xs  {      
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
}
.small-slider__item .small-slider__title_lg {
	font-size: 20px;
	font-weight: 400;
}
.megasliderpro__inner .megasliderpro__title  {      
	margin: 0;
}
.megasliderpro__inner .megasliderpro__sub-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

div.megasliderpro__content-title {
	top: 20px;
}
div.stock-status {
	font-size: 17px;
}
div.swiper-wrapper {
    height: auto;
}

@media (max-width: 767px) {
	.header-search ul.dropdown-menu {
		max-height: 70vh;
		margin-left: -20px;
	}
	.no-scroll .ocf-container {
		position: absolute;
	}
	.tab-content.show-all-tabs .tab-pane ul {
		padding-left: 20px;
	}
	.delivery-wrap img {
		display: none;
	}
}

@media (min-width: 992px) {
	.small-slider__item .small-slider__title_xs,
    .megasliderpro__inner .megasliderpro__title {      
		font-size: 26px;
	}
	div.megasliderpro__content-title {
		top: 30px;
	}
	div.megasliderpro__content-price {
		bottom: 30px;
	}
	
	.md-border {
		border: 1px solid var(--up-border-color);
	}
	
	.md-border-l-0 {
		border-left: 0;
	}
	
    .md-rounded-0 {
		border-radius: 0;
	}
	
	.md-rounded-l {
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.md-rounded-r {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.md-rounded-l-0 {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.md-rounded-r-0 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.md-flex {
		display: flex;
	}
	
	.md-mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.md-p-20 {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	/*mobile bottom nav */
    #fm-fixed-mobile-bottom.fm_type_design_bottom_2, 
	#fm-fixed-mobile-bottom.fm_type_design_bottom_3 {
		background:#e8e8e8;
	}
	#fm-fixed-mobile-bottom .icon-chats, 
	#fm-fixed-mobile-bottom .icon-close-chats,
    #fm-fixed-mobile-bottom .text-a-icon,
    #fm-fixed-mobile-bottom .btn-fm-bottom [class^="up-icon-"] 	{
		color: #727272;
	}
	div.megasliderpro__content-price,
	div.small-slider__content-price {
		bottom: 20px;
	}
}

@media (min-width: 768px){
	.delivery-wrap {
	    display: flex;
        gap: 20px;
		align-items: anchor-center;
	}
	.delivery-wrap img {
		max-width: 150px;
	}
}

.opc_block_totals .totals-inner .accordion-toggle {
    font-size: 15px;
    font-weight: 700;
    background: #107eed33;
    border-radius: 8px;
    padding: 10px 10px;
}