:root {
	--body-bg : #fff;
	--secondary-bg: #f0eeea;
	--border-color: rgba(0, 0, 0, 0.2);
	--top-header-color: #000;
	--swiper-pagination-bg: #000;
	--swiper-pagination-bullet-active-bg: #fff;
	--footer-bg: #000;
	--footer-color: #f2f0ec;
	--body-font-family: "Nunito", sans-serif;
	--header-font-family: "Lora", serif;
}

body {
	padding-top: 115px;
	background: var(--body-bg);
	font-family: var(--body-font-family);
}

a {
	text-decoration: none;
}

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	
}

.custom-header {
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
    line-height: 1.2;
    font-family: var(--header-font-family);
    letter-spacing: 1px;
}

.container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.btn {
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 40px;
	transition: all 0.3s ease;
}

.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

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

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

.btn-outline-white {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:hover {
	background: #fff;
	color: #000;
}

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

.btn-white:hover {
	background: #000;
	color: #fff;
	border-color: #fff;
}

.bg-secondary {
	background: var(--secondary-bg) !important;
}

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

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

.flex-1 {
	flex: 1;
}

.form-control {
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid var(--border-color);
    font-weight: 600;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #000;
}

.form-control-border {
	border: 1px solid #000;
	color: #000;
}

.form-check-input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0;
    background: var(--secondary-bg);
    border: 0;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
}

.form-check-input[type=radio] {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--secondary-bg);
    border: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    cursor: pointer;
}

.form-check-input[type=radio]:checked {
    background-color: #000;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}

.form-check-label {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    user-select: none;
    color: #767676;
    cursor: pointer;
}

.form-check-input:checked[type="checkbox"] {
    background-color: #000;
}

.form-check-label a {
    color: #000 !important;
}

.form-label {
    font-size: 15px;
    font-weight: 400;
}

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

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

.main-header {
	font-size: 40px;
    font-weight: 500;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.3s ease;
}

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

.top-header {
	padding: 10px 0;
}

.top-header-item {
	line-height: 0.1;
}

.top-header-item-content {
	color: var(--top-header-color);
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	margin-left: 30px;
	position: relative;
}

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

.top-header-item-content::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 4px;
	border: 2px solid rgba(0, 0, 0, .7);
	border-radius: 50%;
}

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

.top-header-item-content:hover {
	color: var(--top-header-color);
}

.top-header-item-right .top-header-item-content {
	text-decoration: none;
}

.marquee-mobile {
    background: #000;
    color: rgba(255, 255, 255, .8);
    height: 28px;
    overflow: hidden;
    line-height: 2;
    font-weight: 500;
    font-size: 14px;
}

.marquee-mobile .js-marquee {
    position: relative;
}

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

.middle-header {
	background: #fff;
	position: relative;
}

.middle-brand-logo {
	height: 80px;
	padding: 10px 0;
}

.middle-header-item {
	flex: 1;
}

.middle-header-item:nth-child(2) {
	text-align: center;
}

.middle-header-item:last-child {
	text-align: right;
}

#mobile-menu-toggle {
	background: transparent;
    border: 0;
    font-size: 29px;
    color: #000;
    padding: 0;
}

.swiper.main-swiper {
    position: relative;
    height: 50vh;
    min-height: 650px;
}

.main-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.main-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--swiper-pagination-bullet-active-bg);
    opacity: 1;
    background: var(--swiper-pagination-bg);
    border: 2px solid var(--swiper-pagination-bg);
    border-radius: 0;
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
}

.main-swiper .swiper-pagination-bullet-active {
    color: var(--swiper-pagination-bg);
    background: var(--swiper-pagination-bullet-active-bg);
}

.main-swiper .swiper-button-prev, .main-swiper .swiper-button-next {
	background: var(--swiper-pagination-bg);
    height: 50px;
    width: 50px;
    outline: none;
}

.main-swiper .swiper-button-prev:after, .main-swiper .swiper-button-next:after {
	font-size: 24px;
}

.main-swiper .swiper-button-prev {
	left: 40px;
}

.main-swiper .swiper-button-next {
	right: 40px;
}

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

.footer li a {
	color: #c2c2c2;
	transition: all 0.3s ease;
	font-size: 14px;
	line-height: 1.8;
}

.footer li a:hover, .footer li a:focus {
	color: #fff;
	text-decoration: underline;
}

.footer-border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .caption-header {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.footer .footer-logo {
	height: 100px;
}

.footer .footer-payment-logo {
	height: 30px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

.footer .footer-bottom-left p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.footer .caption-header-sub {
	color: #c2c2c2;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer .caption-header-sub:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .caption-header-sub i {
	font-size: 24px;
	margin-right: 15px;
}

.footer .caption-header-sub:last-child i {
	margin-right: 0;
}

.header-nav-flex {
	display: flex;
    align-items: center;
}

.header-nav-flex .header-nav-item > a {
	color: #000;
	margin-right: 30px;
	display: block;
	font-weight: 500;
	padding: 28px 0;
}

.header-nav-flex .header-nav-item > a::after {
	content: "";
	border-bottom: 1px solid transparent;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}

.header-nav-flex .header-nav-item:hover > a::after {
	border-bottom: 1px solid var(--border-color);
}

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

.header-nav-full-menu {
	position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    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-full-menu-main-header h5 {
	font-style: normal;
	font-family: var(--body-font-family);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 20px;
}

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

.header-nav-full-menu-item a {
	font-size: 14px;
	color: #71717a;
	padding: 5px 0;
	display: block;
	font-weight: 600;
	transition: all 0.3s ease;
	font-weight: 500;
}

.header-nav-full-menu-item a:hover {
	color: #000 !important;
}

.header-register-btn {
	background: #000;
    color: #fff;
    padding: 5px 12.5px;
    font-size: 12px;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.header-register-btn:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.75);
}

.middle-header-flex {
	display: flex;
	align-items: center;
	justify-content: end;
}
/*
.middle-header-flex-item:first-child {
	height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    border-right: 1px solid var(--border-color);
    padding-right: 25px;
    margin-right: 25px;
}

.middle-header-flex-item {
	margin-right: 25px;
}

.middle-header-flex-item:last-child {
	margin-right: 0;
}
*/
.middle-header-flex-icon {
	padding: 20px 10px;
	transition: all 0.3s ease;
}

.middle-header-flex-icon i {
	font-size: 20px;
    color: #000;
    transition: all 0.3s ease;
}

.middle-header-flex-icon:hover i {
	color: #71717a;
}

.middle-header-flex-item:first-child .middle-header-flex-icon i {
	font-size: 25px;
    position: relative;
    bottom: -2px;
}

.header-nav-full-menu-row {
	border-left: 1px solid var(--border-color);
    padding: 15px 30px;
}

.header-nav-full-menu-row:first-child {
	padding-left: 0;
	border: 0;
}

.header-nav-full-menu-row:last-child {
	padding-left: 0;
	border: 0;
	padding-right: 0;
}

.header-nav-full-menu-img img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.header-nav-full-menu-item-all a {
	color: #000;
	font-weight: 600;
	font-size: 15px;
}

.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;
}
/*
.our-products {
	background: #fff;
}
*/
.product-card {
	padding: 15px 15px 40px 15px;
	background: #fff;
	text-align: center;
	border: 1px solid var(--border-color);
}

.product-card .product-card-img {
	/*border: 1px solid var(--border-color);*/
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	height: 100%;
    padding-bottom: 125% !important;
    margin-bottom: 30px;
    background: #fff;
}

.product-card .product-card-img img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.3s ease;
    padding: 15px;
}

.product-card .product-card-secondary-img {
	opacity: 0
}

.product-card:hover .product-card-secondary-img {
	opacity: 1;
}

.product-card:hover .product-card-main-img {
	opacity: 0;
}

.product-card .product-card-content {
	color: #000;
}

.product-card .product-card-brand {
	font-size: 13px;
	font-weight: 600;
}

.product-card .product-card-header {
	font-family: var(--body-font-family);
	font-style: normal;
	margin-top: 10px;
	font-weight: 500;
    color: #71717a;
    font-size: 14px;
}

.product-card .product-card-price {
	font-weight: 600;
	margin-top: 10px;
	display: block;
} 

.product-card .product-card-discount-price {
	font-size: 14px;
	text-decoration: line-through;
	margin-right: 5px;
}

.product-card .product-card-buttons {
	opacity: 0;
	position: absolute;
	bottom: -10px;
	transition: all 0.3s ease;
	left: 0;
	width: 100%;
	padding: 15px;
}
/*
.product-card:hover .product-card-buttons {
	bottom: 0px;
	opacity: 1;
}
*/
.product-card .product-card-buttons .btn {
	width: 100%;
	border-radius: 0;
	transition: all 0.3s ease;
	outline: none !important;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 5px;
}

.products-main-banner {
	background: #fff;
}

.products-main-banner-card {
	position: relative;
}

.products-main-banner-img {
	position: relative;
    height: 100%;
    padding-bottom: 85% !important;
}

.products-main-banner-img img {
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.3s ease;
}

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


.products-main-banner-content {
	position: absolute;
    top: 50%;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}
/*
.products-main-banner-card:hover .products-main-banner-content {
	bottom: 15px;
}
*/
.products-main-banner-content h6 {
	font-weight: 700;
	font-style: normal;
	font-family: var(--body-font-family);
	letter-spacing: 0px;
}

.products-main-banner-content span {
	font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 2px;
    /*opacity: 0;*/
    font-family: var(--body-font-family);
    border-bottom: 1px solid rgb(255, 255, 255);
    transition: all 0.3s ease;
}
/*
.products-main-banner-card:hover .products-main-banner-content span {
	opacity: 1;
}
*/
.merchant-info-section {
    padding: 50px 0px;
}

.merchant-info-section .merchant-info-section-icon {
    font-size: 32px;
    margin-bottom: 5px;
}

.merchant-info-section .merchant-info-section-content h4 {
    font-size: 21px;
    font-weight: 600;
}

.merchant-info-section .merchant-info-section-content span {
    color: #71717a;
    font-size: 15px;
}

.andis-pet-banner {
	height: 500px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(0, 0, 0, .75);
    background-blend-mode: overlay;
    background-image: url('https://andis.com/images/general/Home/S2_A.webp');
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.andis-pet-banner-content {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.andis-pet-banner-content h4 {
	font-size: 40px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

.andis-pet-banner-content p {
	font-size: 20px;
	margin-bottom: 30px;
	display: block;
	font-weight: 300;
}

.our-blogs {
	background: #fff;
}

.blog-card {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    transition: 0.3s;
    height: 100%;
}

.blog-card-image {
    width: 100%;
    overflow: hidden;
    padding-bottom: 58% !important;
    position: relative;
}

.blog-card-image img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    vertical-align: middle;
    max-width: 100%;
}

.blog-card .blog-card-content {
    padding: 15px 40px;
}

.blog-card .blog-card-content .blog-card-create-date {
    font-size: 15px;
    font-weight: 400;
    color: #71717a;
    margin-top: 10px;
}

.blog-card .blog-card-content .blog-card-create-date i {
    font-size: 15px;
    margin-right: 3px;
}

.blog-card .blog-card-content .blog-card-info h5 {
    font-size: 24px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

.offcanvas-title {
	font-weight: 600;
}

.offcanvas-image {
    position: relative;
    height: 100%;
    padding-bottom: 125% !important;
}

.offcanvas-image img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.2s ease;
    padding: 5px;
}

.offcanvas .list-group-item .form-select {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
}

.offcanvas-body {
    padding: 0;
}

.basket-item-header {
    font-size: 14px;
    color: #71717a !important;
}

.offcanvas .list-group-item {
    padding: 15px 0px;
}

.offcanvas .caption-header {
	font-size: 14px;
    font-weight: 700;
}

.offcanvas-header .btn-close {
	outline: none;
	box-shadow: none;
	color: #000;
}

.basket-subtotal {
	font-weight: 600;
}

.header-search {
    position: absolute;
    right: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
}

.header-search.search-active {
    right: 0;
}

.search-input {
    font-weight: 400;
    width: 100%;
    border: 0;
    font-size: 28px;
    color: #000;
    box-shadow: none !important;
    font-family: var(--header-font-family);
    outline: none;
}

.search-close-button {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 38px;
    padding: 5px 0px 5px 10px;
}

.header-search-icon {
	font-size: 24px;
}

.page-header {
    padding: 10px 0;
    background: #f3f3f3;
}

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

.page-header .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 0.8;
}

.page-header .breadcrumb .breadcrumb-item a {
    color: #000;
}

.page-header .breadcrumb .breadcrumb-item.active {
    font-weight: 600;
}

.product-list .product-list-filter-item {
    background: var(--secondary-bg);
    border-bottom: 1px solid var(--border-color) !important;
    padding: 15px;
}

.product-list .product-list-filter-item-content {
    max-height: 150px;
}
/*
.product-list-filter-item-content .simplebar-mask {
	min-height: 150px;
}
*/
.product-list .form-check {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-list .form-check-label {
    margin-left: 7px;
    font-weight: 400;
    margin-top: 4px;
    color: #000;
}

.product-list .product-list-filter-item-content-item {
    padding-right: 15px;
}

.form-check-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-check-label-left {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
}

.product-list .form-check-input[type="checkbox"] {
    border: 1px solid var(--border-color)
}

.simplebar-track.simplebar-vertical {
    width: 8px;
}

.simplebar-track.simplebar-horizontal {
    height: 9px;
}

.product-list-filter-item-header h6 {
    font-family: var(--body-font-family);
    font-weight: 700;
}

.product-filter-location {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--border-color) !important;
    display: block;
    padding: 5px 10px;
    color: #000;
    transition: 0.3s;
    margin-bottom: 5px;
}

.product-filter-location:hover {
    color: #000;
    border-color: #000 !important;
}

.products-filter-active {
    font-size: 14px;
    background: var(--secondary-bg);
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 400;
    color: #000;
    margin-right: 5px;
    cursor: pointer;
}

.products-total {
    font-weight: 400;
    font-size: 14px;
    color: #71717a;
}

.product-filter-header {
	font-family: var(--body-font-family);
  	margin-right: 15px;
  	margin-bottom: 0;
}

.product-list-header-right select {
	padding: 10px 20px 10px 15px;
}


.product-detail .product-image {
    position: relative;
    /*padding-bottom: 100% !important;*/
    margin-bottom: 30px;
}

.product-detail .product-image:last-child {
    margin-bottom: 0;
}

.product-detail .product-image img {
	/*
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.2s ease;
    */
    height: calc(100vh - 195px);
    object-fit: cover;
    width: 100%;
}

.product-detail .product-detail-flex {
    position: sticky;
    top: 175px;
    display: flex;
    align-items: center;
    width: 100%;
  	margin-top: 20px;
    margin-bottom: 50px;
}

.product-detail .product-detail-content {
    width: 100%;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.product-detail .product-brand-name {
    font-size: 48px;
}

.product-detail .product-model-name {
    color: #71717a;
    font-size: 19px;
    font-weight: 600;
}

.product-detail .product-brand-authorized {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    color: #000;
}

.product-detail .product-price {
	font-weight: 600;
	font-size: 18px;
	font-family: var(--header-font-family);
}

.product-detail .brand-content {
    margin-left: 10px;
    font-size: 16px;
}

.product-detail .brand-logo {
    height: 70px;
    width: 70px;
    background: #fff;
    position: relative;
    padding: 5px;
}

.product-detail .brand-logo .brand-logo-check {
    position: absolute;
    right: -7px;
    top: -9px;
    font-size: 18px;
}

.product-detail .brand-content span {
    display: block;
}

.product-detail .brand-content .brand-authorized-warranty {
    color: #71717a;
}

.product-detail .brand-logo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.product-detail-features-item-header {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-detail-features-item-list-item {
    margin-bottom: 20px;
}

.product-detail-features-item-list-item:last-child {
    margin-bottom: 0;
}

.product-detail-features-item-list-item-header {
    display: block;
    color: #000;
    max-width: 85%;
}

.product-detail-features-item-header span {
	font-weight: 700;
}

.product-detail-features-item-list-item-value {
    display: block;
    color: #71717a;
    max-width: 85%;
}

.product-detail-brand-history-brand-header {
    font-size: 22px;
    font-family: var(--body-font-family);
    color: #71717a;
    margin-top: 15px;
    display: block;
}

.product-detail-brand-history-brand-info {
    color: #71717a;
    font-weight: 400;
}

.product-detail-variants {
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-top: 15px;
    padding-top: 15px;
}

.product-detail-buttons {
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-top: 15px;
    padding-top: 15px;
}

.product-detail-variants-item-image {
    position: relative;
    width: 85px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6d6d6;
    padding: 10px;
    transition: all 0.2s ease;
}

.product-detail-variants-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-variants-list {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    padding-bottom: 5px;
}

.product-detail-variants-list .simplebar-content {
    display: flex;
    min-height: 115px;
}

.product-detail-variants-item {
    padding-right: 10px;
    height: 100%
}

.product-detail-variants-item.product-detail-variants-item-active .product-detail-variants-item-image {
    border-color: #000;
}

.product-detail-variants-select-info {
    font-size: 15px;
}

.product-detail-swiper {
    margin-bottom: 25px;
}

.product-swiper-image-large-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-swiper-image-large-preview img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-detail-brand-history-image {
	min-height: 450px;
  	height: 100%;
}

.product-detail-brand-history-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-filter-accordion .accordion-body {
    padding: 5px 15px 10px 15px;
}

.product-filter-accordion .product-list-filter-item-content-item {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product-filter-accordion .product-list-filter-item-content-item:first-child {
	margin-top: 0;
}

.product-filter-accordion .product-list-filter-item-content-item:last-child {
	margin-bottom: 0;
}

.product-filter-accordion .accordion-button {
    box-shadow: none !important;
    outline: none !important;
    background: transparent;
    color: #000;
    padding: 15px;
    font-weight: 700;
}

.product-filter-accordion .accordion-item {
	border: 0;
    background: var(--secondary-bg);
    border-bottom: 1px solid var(--border-color);
    padding: 0;
    border-radius: 0;
}

.product-filter-accordion .accordion-item:last-child {
	border-bottom: 0;
}

.product-filter-accordion .accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
}

#filter-offcanvas-data {
	background: var(--secondary-bg);
}
/*
.offcanvas-header {
	padding: 0;
}
*/

.main-page-header {
	font-size: 26px;
	font-weight: 700;
}

#filterCanvas .offcanvas-header {
	padding: 0;
}

#filterCanvas .btn {
	font-weight: 700;
}

.mobile-header-search {
	border-top: 1px solid var(--border-color);
    background: #fff;
}

.mobile-header-search .search-input {
    font-size: 16px;
    background: transparent;
    font-family: var(--body-font-family);
    font-weight: 400;
    padding: 7px 0;
    line-height: 1;
}

.sign-page {
    padding: 70px 0;
}

.sign-page .sign-form-content {
    padding: 30px;
}

.sign-page .form-group {
    margin-bottom: 15px;
}

.sign-page .sign-form-content .forgot-password a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.form-group-footer {
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}

.form-group-footer a {
    font-weight: 400;
    color: #000;
}

.account-info .list-group-item {
    padding: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: rgba(0, 0, 0, .2);
}

.account-info .list-group-item.active {
    background: 0 0;
    color: #000;
    border-color: rgba(0, 0, 0, .2);
    border-top: 0;
}

.account-info .list-group-item a {
    padding: 15px 5px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.account-info .list-group-item.active a {
    font-weight: 500;
}

.account-info-order-item {
    border: 1px solid rgba(0, 0, 0, .2) !important;
    padding: 30px;
}

.account-info-order-info {
    padding: 15px;
    background: #f3f3f3;
}

.account-info-order-image {
    height: 65px;
    background: #fff;
    overflow: hidden;
    border: 5px solid #f3f3f3;
    text-align: center;
}

.input-country {
    max-width: 75px;
    text-align: center;
    border-right: 0px;
}

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

	body {
		padding-top: 145.33px;
	}

	.container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.swiper.main-swiper {
		height: 100%;
		min-height: auto;
	}

	.header-nav-flex {
		display: none;
	}

	.middle-header-flex-item {
		display: none !important;
	}

	.middle-header-flex-item:last-child {
		display: block !important;
	}

	.main-swiper .swiper-button-prev, .main-swiper .swiper-button-next, .main-swiper .swiper-pagination {
		display: none;
	}

	.main-header {
		font-size: 36px;
		font-weight: 600;
	}

	.merchant-info-section-row {
        text-align: center;
    }

    .andis-pet-banner-content h4 {
    	font-size: 28px;
    }

    .andis-pet-banner-content p {
    	font-size: 16px;
    }

    .footer .footer-payment-logo {
    	width: 100%;
    	height: auto;
    }

    .footer-bottom-left {
		margin-bottom: 15px;
	}

	.andis-pet-banner {
		background-repeat: no-repeat;
    	background-size: cover;
    	background-color: rgba(0, 0, 0, .7);
    	background-attachment: initial;
	}

	.product-filter-accordion .accordion-item:last-child {
	    border-bottom: 1px solid var(--border-color);
	}

	.page-header {
		display: none;
	}

	.product-card:hover .product-card-main-img {
		opacity: 1;
	}

	.product-card:hover .product-card-secondary-img {
		opacity: 0;
	}

	.form-control {
	    font-size: 13px;
	    padding: 10px 15px;
	    border-radius: 0;
	    border: 1px solid var(--border-color);
	    font-weight: 600;
	}

	.product-detail-swiper {
		margin-bottom: 0;
		padding-top: 15px;
        padding-bottom: 15px;
	}

	.product-detail-buttons .btn {
		width: 100%;
	}

	.product-detail-buttons .btn:first-child {
		margin-bottom: 10px;
	}

	.product-detail-features-item {
		margin-bottom: 50px;
	}

}









