
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
	/*font-family: "Questrial", sans-serif;*/
	/*font-family: "Nunito", sans-serif;*/
	font-family: "Nunito Sans", sans-serif;
}

a {
	text-decoration: none;
}

hr {
	border-color: var(--border-color);
	opacity: 1;
}

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

.bg-soft-success {
	background: rgba(var(--success-color-rgb), 0.9) !important;
}

.btn {
	border-radius: 6px;
	padding: 10px 20px;
	font-weight: 600;
	border: 1px solid var(--border-color);
	box-shadow: none;
    outline: none !important;
}

.btn-sm {
	padding: 7.5px 20px;
}

.btn-secondary {
	background: rgba(0, 0, 0, .035);
	border: 1px solid var(--border-color);
	color: #000;
}

.btn-outline-secondary {
	background: transparent;
	border-color: var(--border-color);
    color: #9198aa;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
	background: transparent;
	border-color: #000;
	color: #000;
	outline: none;
	box-shadow: none;
}

.btn-outline-hover-primary:hover {
	background: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.btn-hover-secondary:hover {
	background: transparent;
	border-color: var(--border-color);
    color: #9198aa;
}

.btn-outline-dark {
	border-color: #000;
	color: #000;
	background: transparent;
}

.btn-primary {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.btn-primary:hover {
	background: var(--primary-hover-color);
	border-color: var(--primary-hover-color);
	color: #fff;
}

.btn-outline-primary {
    background: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.btn-outline-primary:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.btn-primary-light {
	background: #3fbafe;
	border-color: #3fbafe;
	color: #fff;
}

.btn-primary-light:hover {
	background: #33acef;
	border-color: #33acef;
	color: #fff;
}

.btn-soft-primary {
	background: rgba(var(--primary-color-rgb), 0.4) !important;
	border-color: transparent;
	color: var(--primary-color) !important;
}

.btn-soft-primary:hover {
	background: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: #fff !important;
}

.btn-success {
	background: var(--success-color);
	border-color: var(--success-color);
	color: #fff;
}

.btn-success:hover, .btn-success:focus {
	background: rgba(var(--success-color-rgb), 0.9);
	border-color: rgba(var(--success-color-rgb), 0.9);
	color: #fff; 
	box-shadow: none !important;
}

.badge {
	font-weight: 700;
	font-size: 13px;
	padding: 7.5px 15px;
    border-radius: 6px;
    color: var(--bs-primary-color);
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    transition: all 0.3s ease;
}

.badge.badge-lg {
	padding: 10px 15px;
    border: 2px solid var(--bs-secondary);
    font-size: 14px;
}

.badge-secondary {
	background: #eaeaec;
	border-color: #eaeaec;
	color: #000;
}

.badge-outline-secondary {
	background: transparent;
	border-color: #eaeaec;
	color: #000 !important;
}

.badge-hover-outline-primary:hover {
	background: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color) !important; 
}

.badge-soft-primary {
	background: rgba(63, 186, 254, 0.3);
	border-color: transparent;
	color: var(--primary-color);
}

.badge-soft-success {
	background: rgba(var(--success-color-rgb), 0.3);
	border-color: transparent;
	color: var(--success-color);
}

.badge-soft-primary:hover {
	color: var(--primary-color);
}

.badge-outline-warning {
	background: transparent;
	border-color: var(--warning-color) !important;
	color: var(--secondary-text-color);
}

.badge-icon i {
	font-size: 14px;
    background: var(--secondary-color);
    margin-left: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.border-1 {
	border: 1px solid var(--border-color);
}

.border-2 {
	border: 2px solid var(--border-color);
}

.w-25px {
	width: 25px;
}

.border-warning {
	border-color: var(--warning-color) !important;
}

.text-primary {
	color: var(--primary-color) !important;
}

.text-warning {
	color: var(--warning-color) !important;
}

.text-secondary {
	color: var(--secondary-text-color) !important;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-22 {
	font-size: 22px;
}

.line-height-1 {
	line-height: 1;
}

.section-padding {
	padding: 40px 0;
}

.section-sm-padding {
	padding: 20px 0;
}

.bg-secondary {
	background: #eaedf7 !important;
}

.form-control {
	padding: 12.5px 17.5px;
	border: 2px solid var(--border-color);
}

.form-control:hover, .form-control:focus {
	border-color: var(--primary-color);
	box-shadow: none;
	outline: none;
}

.form-control[disabled=""]:hover, .form-control[disabled=""]:focus {
	border: 2px solid var(--border-color);
}

.form-control-sm {
    padding: 10px 12.5px;
    font-size: 14px;
}

.form-check-input {
	border: 2px solid var(--border-color);
}

.form-check-label {
	user-select: none;
	font-size: 15px;
}

.form-check-input:checked {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.form-check-input:focus {
	outline: none;
	box-shadow: none;
}

.header {
	transition: all 0.3s ease;
}

.top-header-mobile {
	background: var(--secondary-color);
	height: 30px;
	overflow: hidden;
}

.top-header {
	background: var(--secondary-color);
}

.top-header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-header-item {
	position: relative;
}

.top-header-item::after {
	position: absolute;
    right: 0;
    content: "";
    top: 0;
    height: 36px;
    width: 1px;
    background: rgba(0, 0, 0, .25);
}

.top-header-item:last-child::after {
	display: none;
}

.top-header-item-icon {
	margin-right: 5px;
	display: flex;
	align-items: center;
}

.top-header-item-link {
	color: #000 !important;
	display: flex;
	align-items: center;
	padding: 7.5px 15px;
}

.top-header-item-text {
	font-size: 14px;
	font-weight: 600;
}

.marquee-info .js-marquee {
	line-height: 2;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}

.marquee-info .js-marquee::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: currentcolor;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    opacity: 0.5;
    top: calc(50% - 2px);
    right: -30px;
    border-radius: 50%;
}

.header-bottom {
	border-bottom: 1px solid var(--border-color);
}

.bar {
    width: 100%;
    height: 2px;
    background: url("../img/header-bar.png") left;
}

.bag-count {
    position: absolute;
    top: -5px;
    right: 0px;
    background: #000;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.footer-top {
	background: #1f2430;
	padding: 25px;
}

.footer-top-item {
	margin-right: 10px;
}

.footer-top-item:last-child {
	margin-right: 0;
}

.footer-top-item a {
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.footer-top-item.footer-top-item-facebook a {
	background: #1877F2;
}

.footer-top-item.footer-top-item-facebook:hover a {
    background: #1367d4;
}

.footer-top-item.footer-top-item-instagram a {
	background: #e33370;
}

.footer-top-item.footer-top-item-instagram:hover a {
	background: #de1e61;
}

.footer-top-item.footer-top-item-twitter a {
	background: #1d9bf0;
}

.footer-top-item.footer-top-item-twitter:hover a {
	background: #0f8ee4;
}

.footer-top-item a i {
	line-height: 1;
}

.footer-follow-us {
	padding-right: 98px;
	position: relative;
	color: #fff;
	text-align: right;
}

.footer-follow-us::before {
	position: absolute;
    content: "";
    background: url('https://files.medikaldepo.com/gzmedikal//6b7955d5fa8612caa8cf835eb256e92d.png') center center no-repeat;
    width: 93px;
    height: 22px;
    right: 0;
}

.footer {
	background: #262c3b;
	padding: 40px 0;
}

.footer .footer-content {
	display: flex;
}

.footer .footer-content .footer-content-item {
	flex: 1;
	margin-right: 25px;
}

.footer .footer-content .footer-content-item:last-child {
	margin-right: 0;
}

.footer-content-header h4 {
	color: var(--primary-color);
	font-weight: 600;
}

.footer .footer-content-header {
	margin-top: 37px;
}

.footer .footer-content-header:first-child {
	margin-top: 0;
}

.footer ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 20px;
}

.footer .footer-content-list-item .footer-content-list-link {
	color: #8d94a6;
	display: flex;
	align-items: center;
	font-size: 16px;
	transition: all 0.5s ease;
	padding: 7.5px 0;
}

.footer .footer-content-list-item .footer-content-list-link i {
	font-size: 12px;
	margin-right: 6px;
	color: var(--primary-color);
}

.footer .footer-content-list-item .footer-content-list-link:hover {
	color: var(--primary-color);
	margin-left: 15px;
}

.footer .footer-content-list-item:last-child .footer-content-list-link {
	padding-bottom: 0;
}

footer .footer-sub-bottom {
	background: #1f2430;
}

.footer-sub-bottom-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-sub-bottom-item {
	position: relative;
	text-align: center;
	min-width: 175px;
}

.footer-sub-bottom-item a {
	padding: 15px 25px;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-sub-bottom-item a:hover {
	color: rgba(255, 255, 255, 0.8)
}

.footer-sub-bottom-item::after {
	content: "";
    width: 1px;
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.06);
    top: 0;
    height: 100%;
}

.footer-sub-bottom-item:last-child::after {
	display: none;
}

footer .footer-bottom {
	background: #262c3b;
	padding: 15px 0;
	color: #8d94a6;
}

.header-top {
	padding: 10px 0;
	border-bottom: 1px solid var(--border-color);
}

.header-content {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
	display: flex;
    align-items: center;
    justify-content: end;
}

.header-right-item {
	margin-right: 15px;
}

.header-right-item:last-child {
	margin-right: 0;
}

.header-btn {
	display: flex;
	align-items: center;
	border-radius: 6px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.header-btn .header-btn-icon {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.header-btn .header-btn-text {
	margin-left: 15px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
    font-weight: 600;
    min-width: 70px;
}

.header-btn .header-btn-text em {
	font-size: 13px;
    font-weight: 400;
    font-style: normal;
}

.header-btn.header-btn-success {
	border: 1px solid #ccf0e3;
}

.header-btn.header-btn-success .header-btn-icon {
	background: #ccf0e3;
	color: #00b373;
}

.header-btn.header-btn-success .header-btn-text {
	color: #00b373;
}

.header-btn.header-btn-success .header-btn-text em {
	color: #8d94a6;
}

.header-btn.header-btn-success:hover {
	background: #ccf0e3;
}

.header-btn.header-btn-warning {
	border: 1px solid #fee4d5;
	/*padding-right: 35px;*/
}

.header-btn.header-btn-warning .header-btn-icon {
	background: #fee4d5;
	color: #fb792d;
}

.header-btn.header-btn-warning .header-btn-text {
	color: #fb792d;
}

.header-btn.header-btn-warning .header-btn-text em {
	color: #8d94a6;
}

.header-btn.header-btn-warning:hover {
	background: #fee4d5;
}

.header-btn .basket-count {
	position: absolute;
    color: #fff;
    background: #fb792d;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 12px;
    right: 14px;
    border-radius: 50%;
}

.header-search {
	width: 100%;
}

.header-search input {
	height: 54px;
	border-radius: 6px !important;
    padding: 10px 65px 10px 20px;
    z-index: 2;
    border-color: var(--primary-color);
    min-width: 325px !important;
    color: var(--primary-color) !important;
}

.header-search input::placeholder {
	color: #8d94a6 !important;
}

.header-search input:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--primary-color);
}

.header-search .btn-search {
	border: 1px solid var(--primary-color);
    border-radius: 6px;
    background: var(--primary-color);
    color: #fff;
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 3;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.header-search .btn-search:hover {
	background: #33acef;
	border-color: #33acef;
}

.header-brand .header-brand-img {
	max-width: 250px;
}

.header-customer-care {
	text-align: center;
}

.header-customer-care-text {
	display: block;
    color: #8d94a6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.header-customer-care-phone {
	font-size: 22px;
    color: var(--primary-color);
    font-weight: 600;
}

.header-customer-care-location-code {
	color: #8d94a6;
}

.header-nav {
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	display: flex;
	align-items: center;
}

.header-nav-item {
	width: 100%;
	border-right: 1px solid var(--border-color);
}

.header-nav-item:last-child {
	border-right: 0;
}

.header-nav-link {
	width: 100%;
	display: flex;
	height: 55px;
	align-items: center;
	color: #000;
	font-weight: 600;
	transition: all 0.3s ease;
	padding: 0 20px;
	position: relative;
}

.header-nav-link > i {
	position: absolute;
    right: 20px;
    top: 17.5px;
}

.header-nav-link:hover {
	background: #33acef;
	color: #fff;
}

.header-nav-link i {
	transition: all 0.3s ease;
}

.header-nav-link:hover i {
	color: #fff;
}

.header-nav-full-menu {
	position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
    transform: translateY(-10px);
    visibility: hidden;
    border-top: 1px solid var(--border-color);
    padding: 30px 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.header-nav-mega-menu.header-nav-mega-menu-active .header-nav-full-menu {
    display: block;
	z-index: 9;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.main-slider {

}

.main-slider-menu {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 6px;
    border: 1px solid #3fbafe;
}

.main-slider-menu-item {
	border-top: 1px solid var(--border-color);
	position: relative;
}

.main-slider-menu-item:first-child {
	border-top: 0;
}

.main-slider-menu-header {
    padding: 0 20px;
    background: #fff;
    color: #3fbafe;
    font-weight: 800;
    height: 55px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #3fbafe;
    background: #3fbafe;
    color: #fff;
}

.main-slider-menu-header h6 {
	font-size: 18px;
	font-weight: 600;
	display: flex;
    align-items: center;
}

.main-slider-menu-header h6 i {
	font-size: 24px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.main-slider-menu-link {
	padding: 10px 20px;
    display: block;
    background: #fff;
    color: #000;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
}

.main-slider-menu-link:hover {
	color: var(--primary-color);
}

.main-slider-menu-link i {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider-sub-menu {
	position: absolute;
    width: 100%;
    left: 100%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-10px);
    visibility: hidden;
    border: 1px solid var(--border-color);
    top: -1px;
}

.main-slider-menu-item.header-sub-menu-active > .main-slider-menu-link {
	color: var(--primary-color);
}

.main-slider-menu-item.header-sub-menu-active > .main-slider-sub-menu {
    display: block;
	z-index: 9;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.main-slider-menu > .main-slider-menu-content > .main-slider-menu-item:last-child > a {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.main-slider-content {
	height: calc(100vh - 250px) !important;
}

.main-swiper {
    width: 100%;
    height: 100%;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	overflow: hidden;
}

.main-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 100%;
	position: relative;
}

.swiper-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
}

.main-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-card {
	border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.products-card:hover {
	border-color: #3fbafe;
}

.products-card a {
	display: block;
    width: 100%;
}

.products-card-content {
	padding: 15px;
}

.products-card-img {
    position: relative;
    height: 275px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.products-card:hover .products-card-img {
	border-color: #3fbafe;
}

.products-card-img img {
	position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
    object-position: center center;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    transition: 0.3s;
    padding-bottom: 15px;
}

.products-card-content h5 {
	font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.products-section-header h4 {
	font-size: 28px;
}

.products-card-price {
	margin-top: 5px;
}

.products-card:hover .products-card-button .btn-secondary-light {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.products-categories-item {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.products-categories-item a {
	display: block;
    height: 100%;
}

.products-categories-item a img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount-price {
	color: #9198aa;
	text-decoration: line-through;
	font-size: 15px;
}

.display-price {
	font-size: 20px;
	color: #00b373;
	font-weight: 600;
}

.products-card-brand {
	color: #000;
	display: block;
	margin-bottom: 5px;
}

.products-card-text h5 {
	color: #71717a;
}

.products-card-button {
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid var(--border-color);
	transition: all 0.3s ease;
}

.products-card:hover .products-card-button {
	border-color: #3fbafe;
}

.blog-card {
	padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.blog-card-header {
	margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.blog-card-img {
	height: 275px;
}

.blog-card-img img {
	border-radius: 6px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-detail-card {
	padding: 40px;
}

.product-big-slider {
  	height: 85%;
  	max-height: 500px;
  	width: 100%;
  	background: var(--secondary-color);
}

.product-preview-slider .swiper-slide img, .product-big-slider .swiper-slide img {
  	display: block;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

.product-big-slider .swiper-slide img {
	width: auto;
	height: 100%;
	max-height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.product-preview-slider {
	height: 15%;
	box-sizing: border-box;
	padding: 10px 0;
}

.product-preview-slider .swiper-slide {
	width: 20%;
	height: 100%;
	background: var(--secondary-color);
	padding: 10px;
}

.product-preview-slider .swiper-slide img {
	opacity: 0.4;
}

.product-preview-slider .swiper-slide-thumb-active img {
  	opacity: 1;
}

.product-card-content {
	width: 100%;
}

.product-card-content .product-card-header {
	font-size: 32px;
	font-weight: 600;
}

.product-card-brand-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-card-brand-content-right {
	display: flex;
	align-items: center;
	justify-content: end;
}

.product-card-content .product-card-brand-content-left .product-card-brand-header {
	margin-bottom: 0;
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 700;
}

.product-card-brand-content-left {
	display: flex;
	align-items: center;
}

.product-card-price-discount-content {
	display: flex;
	align-items: center;
}

.product-card-discount-price {
	color: var(--secondary-text-color);
    font-size: 24px;
    text-decoration: line-through;
    font-weight: 600;
}

.product-card-price {
	font-size: 42px;
    font-weight: 600;
    color: var(--success-color);
}

.product-card-count-input {
	text-align: center;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    max-width: 75px;
}

.product-card-count-input:focus {
	box-shadow: none;
	outline: none;
	border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    margin-left: 0;
	margin-right: 0;
}

.product-card-count-input::-webkit-outer-spin-button,
.product-card-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-card-count-input[type=number] {
  -moz-appearance: textfield;
}

.product-card-checkout-buttons {
	display: flex;
	align-items: center;
}

.product-card-variants-item-header {
	font-size: 14px;
    font-weight: 600;
}

.product-card-variants-items {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}

.product-card-variants-items .form-check {
	padding-left: 0;
	margin-right: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.product-card-variants-items .form-check .form-check-input {
	display: none;
}

.product-card-variants-items .form-check .form-check-label {
	padding: 5px 10px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-card-variants-items .form-check .form-check-label:hover, .product-card-variants-items .form-check .form-check-input:checked + .form-check-label {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.product-card-variants-item {
	margin-top: 15px;
}

.product-card-variants-item:first-child {
	margin-top: 0;
}

.product-info-card-header .nav {
	--bs-nav-link-padding-x: 2rem;
    --bs-nav-link-padding-y: 1rem;
}

.product-info-card-header .nav.nav-tabs .nav-link {
	border: 0;
	font-weight: 600;
	color: #000;
	transition: 0s;
}

.product-info-card-header .nav.nav-tabs .nav-link.active {
	border-color: transparent;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.product-info-card-content {
	padding: 40px;
}

.product-info-card-content h1 strong, .product-info-card-content h2 strong, .product-info-card-content h3 strong, .product-info-card-content h4 strong, .product-info-card-content h5 strong, .product-info-card-content h6 strong {
	font-weight: 600;
}

.product-info-card-content h2 {
	font-size: 22px;
	font-weight: 700;
    margin-bottom: 1rem;
}

.product-info-card-content h3 {
	font-size: 18px;
	font-weight: 700;
    margin-bottom: 1rem;
}

.product-info-card-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.product-info-card-content p {
	margin-bottom: 1.5rem;
}

#product-detail-tab-content ul li {
	margin-bottom: 1rem;
}

#product-detail-tab-content ul {
	margin-bottom: 2rem;
}

.merchant-info-card {
	padding: 20px;
	position: relative;
}

.merchant-info-card .merchant-info-card-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: -20px;
}

.merchant-info-col:nth-child(1) .merchant-info-card .merchant-info-card-icon {
	background: var(--warning-color);
	box-shadow: 0px 0px 30px 4px rgba(var(--warning-color-rgb), 1);
    -webkit-box-shadow: 0px 0px 30px 4px rgba(var(--warning-color-rgb), 1);
    -moz-box-shadow: 0px 0px 30px 4px rgba(var(--warning-color-rgb),1);
    color: rgba(255, 255, 255, 0.85);
}

.merchant-info-col:nth-child(1) .merchant-info-card .merchant-info-card-text {
	color: var(--warning-color);
}

.merchant-info-col:nth-child(1) .merchant-info-card .merchant-info-card-border {
	border-color: var(--warning-color);
}

.merchant-info-col:nth-child(2) .merchant-info-card .merchant-info-card-icon {
	background: var(--primary-color);
	box-shadow: 0px 0px 30px 4px rgba(var(--primary-color-rgb), 1);
    -webkit-box-shadow: 0px 0px 30px 4px rgba(var(--primary-color-rgb), 1);
    -moz-box-shadow: 0px 0px 30px 4px rgba(var(--primary-color-rgb),1);
    color: rgba(255, 255, 255, 0.85);
}

.merchant-info-col:nth-child(2) .merchant-info-card .merchant-info-card-text {
	color: var(--primary-color);
}

.merchant-info-col:nth-child(2) .merchant-info-card .merchant-info-card-border {
	border-color: var(--primary-color);
}

.merchant-info-col:nth-child(3) .merchant-info-card .merchant-info-card-icon {
	background: var(--success-color);
	box-shadow: 0px 0px 30px 4px rgba(var(--success-color-rgb), 1);
    -webkit-box-shadow: 0px 0px 30px 4px rgba(var(--success-color-rgb), 1);
    -moz-box-shadow: 0px 0px 30px 4px rgba(var(--success-color-rgb),1);
    color: rgba(255, 255, 255, 0.85);
}

.merchant-info-col:nth-child(3) .merchant-info-card .merchant-info-card-text {
	color: var(--success-color);
}

.merchant-info-col:nth-child(3) .merchant-info-card .merchant-info-card-border {
	border-color: var(--success-color);
}

.merchant-info-col:nth-child(4) .merchant-info-card .merchant-info-card-icon {
	background: var(--info-color);
	box-shadow: 0px 0px 30px 4px rgba(var(--info-color-rgb), 1);
    -webkit-box-shadow: 0px 0px 30px 4px rgba(var(--info-color-rgb), 1);
    -moz-box-shadow: 0px 0px 30px 4px rgba(var(--info-color-rgb),1);
    color: rgba(255, 255, 255, 0.85);
}

.merchant-info-col:nth-child(4) .merchant-info-card .merchant-info-card-text {
	color: var(--info-color);
}

.merchant-info-col:nth-child(4) .merchant-info-card .merchant-info-card-border {
	border-color: var(--info-color);
}

.user-action-card {
	padding: 30px;
	background: #fff;
}

.page-header {
	background: var(--primary-color);
}

.page-header-header {
	color: #fff;
	font-size: 32px;
}

.page-header-breadcrumb {
	margin-bottom: 0;
}

.page-header-breadcrumb li a {
	color: rgba(255, 255, 255, 0.95);
}

.page-header-breadcrumb li:last-child {
	font-weight: 600;
	color: #fff;
}

.page-header-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.95);
}

.border-right {
	border-right: 1px solid var(--border-color);
}

.products-filter-left-item {
	margin-right: 10px;
}

.products-filter-left-item:last-child {
	margin-right: 0;
}

.profile-menu-card-link {
	display: block;
    width: 100%;
    border-top: 1px solid var(--border-color);
    padding: 10px 20px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.2s ease;
}

.profile-menu-card-link.active {
	color: var(--primary-color);
	background: rgba(0, 0, 0, .025);
}

.profile-menu-card-link:hover {
	color: var(--primary-color);
	background: rgba(0, 0, 0, .025);
}

.profile-content-card {
	padding: 40px 30px;
}

.country-code-select {
	max-width: 75px;
    font-size: 14px;
    text-align: center;
    border-right: 1px;
}

.form-control-full-hover:hover select, .form-control-full-hover:hover input {
	border-color: var(--primary-color);
}

.profile-card-address-item {
	border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 6px;
}

.profile-card-address-item-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-card-address-item-button {
	background: rgba(0, 0, 0, .1);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 3px;
    color: #000;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.profile-card-address-item-button:last-child {
	margin-right: 0;
}

.profile-card-address-item-button:hover {
	background: rgba(0, 0, 0, .075);
	color: #000;
}

.profile-orders-card {
	padding: 40px 30px;
}

.profile-orders-card-item {
	border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 6px;
}

.profile-orders-card-item-info {
	border-radius: 4px;
	background: rgba(0, 0, 0, .035);
	padding: 20px 30px;
}

.profile-orders-card-item-info-text {
	font-size: 13px;
    font-weight: 500;
    color: #71717a;
}

.profile-orders-card-item-info-alt-text {
	font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    display: block;
}

.profile-orders-card-item-order-content {
	border-radius: 4px;
}

.profile-orders-card-item-order-content-image {
	height: 65px;
    background: rgba(0, 0, 0, .035);
    overflow: hidden;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
}

.profile-orders-card-item-order-content-image img {
	height: 100%;
    object-fit: cover;
}

.profile-orders-card-item-order-detail {
	border: 1px solid var(--border-color);
	border-radius: 4px;
}

.profile-orders-card-item-order-detail table {
	border-bottom: 0;
	margin-bottom: 0;
}

.profile-orders-card-item-order-detail thead>:not(caption)>* {
	background: rgba(0, 0, 0, .035);
    border-bottom: 0;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .75);
}

.profile-orders-card-item-order-detail tbody>:not(caption)>* {
	font-size: 14px;
	padding: 15px 30px;
	border-bottom: 1px solid var(--border-color);
	vertical-align: middle;
}

.profile-orders-card-item-order-detail tbody>:not(caption):last-child>* {
	border-bottom: 0;
}

.table-product-row-image img {
	height: 50px;
}

.profile-orders-card-address {
	border-radius: 6px;
	border: 1px solid var(--border-color);
}

.profile-orders-card-address-header {
	border-bottom: 1px solid var(--border-color);
	background: rgba(0, 0, 0, .035);
	padding: 15px 25px;
}

.profile-orders-card-address-header h6 {
	font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, .75);
}

.profile-orders-card-address-body {
	padding: 15px 25px;
	font-weight: 400;
	color: rgba(0, 0, 0, .75);
}

.profile-orders-order-price-card {
	border: 1px solid var(--border-color);
    border-radius: 4px;
}

.profile-orders-order-price-card-item {
	padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
}

.profile-orders-order-price-card-item:last-child {
	border-bottom: 0;
}

.profile-orders-order-price-card-item:last-child .profile-orders-order-price-card-item-right, .profile-orders-order-price-card-item:last-child .profile-orders-order-price-card-item-left {
	font-weight: 600;
	font-size: 16px;
}

.basket-table-body .btn-minus, .basket-table-body .btn-plus {
	padding: 7px 10px;
    min-width: auto;
}

.basket-table-body .product-card-count-input {
	text-align: center;
    padding: 0px 0px;
    line-height: 1;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    width: 40px;
    font-size: 14px;
}

.basket-table-body .product-card-count-input:hover, .basket-table-body .product-card-count-input:focus {
	border: 1px solid var(--border-color);
}

.basket-section .profile-orders-order-price-card-item {
	padding: 15px 25px;
}

.header-mobile-menu-button {
	border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    position: relative;
    color: #000;
}

.form-check-input.disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.form-check-input.disabled~.form-check-label {
    cursor: default;
    opacity: .5;
    cursor: pointer;
}

.iziToast {
    border-radius: 0 !important;
    min-width: 500px;
}

.iziToast.iziToast-color-red, .alert-danger {
    border-radius: 0 !important;
    color: #fff !important;
    background-color: rgba(237, 76, 120);
    border-color: rgba(237, 76, 120);
}

.iziToast.iziToast-color-green, .alert-success {
    border-radius: 0 !important;
    color: #fff !important;
    background: #00c9a7 !important;
    border-color: #00c9a7 !important;
}

#offcanvasBasket .offcanvas-header {
	border-bottom: 1px solid var(--border-color);
}

#offcanvasBasket .offcanvas-body {
	padding: 0;
}

#offcanvasBasket .btn-minus, #offcanvasBasket .btn-plus {
    padding: 7px 10px;
    min-width: auto;
}

#offcanvasBasket .product-card-count-input {
    text-align: center;
    padding: 0px 0px;
    line-height: 1;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    width: 40px;
    font-size: 14px;
}

#offcanvasBasket .basket-subtotal {
	background: rgba(0, 0, 0, .035) !important;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

#offcanvasBasket #basket-list .list-group-item {
	padding-top: 25px;
    padding-bottom: 25px;
}

#offcanvasBasket .basket-item-header {
	display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

#offcanvasBasket .product-normal-price {
	font-size: 14px;
}

.merchant-info-card .merchant-info-card-icon {
	right: 5px;
}

@media screen and (max-width: 991px) { 

	body {
		margin-top: 109.44px;
	}

	.section-padding {
		padding: 30px 0;
	}

	.header {
		position: fixed;
    	top: 0;
    	z-index: 2;
    	background: #fff;
    	width: 100%;
	}

	.header.header-fixed {
		top: -30px;
	}

	.main-slider {
		padding: 0;
	}

	.main-slider .container {
		padding: 0;
		max-width: 100%;
	}

	.header-brand .header-brand-img {
		max-width: 200px;
		height: 60px;
	}

	.main-slider-content {
		max-height: 100%;
		height: 100%;
	}

	.main-swiper .swiper-slide {
		height: 100%;
	}

	.footer .footer-content {
		display: block;
	}

	.footer .footer-content .footer-content-item {
		margin-top: 40px;
	}

	.footer .footer-content .footer-content-item:first-child {
		margin-top: 0;
	}

	.footer-sub-bottom-flex {
		flex-wrap: wrap;
		border-left: 1px solid rgba(255, 255, 255, 0.06);
	}

	.footer-sub-bottom-item {
		min-width: auto;
		flex: 0 0 50%;
	}

	.footer-sub-bottom-item {
		border-top: 1px solid rgba(255, 255, 255, 0.06);
	}

	.footer-sub-bottom .container {
		padding: 0;
	}

	.footer-sub-bottom-item:last-child::after {
		display: block;
	}

	.merchant-info-card {
		text-align: center;
		padding-top: 50px;
		font-size: 14px;
	}

	.merchant-info-card hr {
		margin-left: auto;
		margin-right: auto;
	}

	.merchant-info-card .merchant-info-card-icon {
    	right: 0;
    	top: -40px;
    	left: 0;
    	margin-left: auto;
    	margin-right: auto;
	}

	.product-card-brand-content {
		display: block;
    	text-align: start;
	}

	.product-card-brand-content-right {
		justify-content: start;
    	margin-top: 10px;
	}

	.footer-follow-us {
		padding-right: 20px;
	}

	.footer-follow-us::before {
		display: none;
	}

	.footer-sub-bottom-item a {
		min-height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-big-slider .swiper-slide img {
		width: 100%;
		height: auto;
	}

	.product-cargo-time-text {
		display: flex;
	}

	.w-sm-100 {
		width: 100% !important;
	}

	.product-info-card-header .nav {
		display: flex;
	    --bs-nav-link-padding-x: 1.25rem;
	    --bs-nav-link-padding-y: 1rem;
	    font-size: 14px;
	}

	.footer-bottom {
		text-align: center;
	}

	.page-header-header {
		text-align: center;
	}

	.page-header-breadcrumb {
		justify-content: center;
		text-align: center;
	}

	.flex-direction-column-reverse {
		flex-direction: column-reverse;
	}

	.products-filter-right select {
		text-align: center;
	}

	.profile-orders-card-item-order-content-image {
		margin-bottom: 15px;
	}

}

