@media (min-width: 576px) {
    .mb-sm-3 {
        margin-bottom: 1rem!important;
    }
    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .my-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
}
@media (min-width: 768px) {
    .p-md-3 {
        padding: 1rem!important;
    }
    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
}
@media (min-width: 992px) {
    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem!important;
    }
    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .p-lg-5 {
        padding: 3rem!important;
    }
}
.text-white {
    color: #fff!important;
}
.rounded-3 {
    border-radius: .3rem!important;
}
.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.p-2 {
    padding: .5rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
}
.text-danger {
    color: #dc3545!important;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}
.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}
.mb-2 {
    margin-bottom: .5rem!important;
}
.fw-bold {
    font-weight: 700!important;
}
.text-dark {
    color: #212529!important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-control:focus {
    border-color: var(--border-color);
    outline: 0;
    box-shadow: none;
}
* {
	/*transition: all .3s ease;*/
}
.ri-facebook-fill{
    color: #ffffff;
    background: #1877F2;
    width: 24px;
    text-align: center;
    border-radius: 50%;
}
.ri-youtube-fill{
    color: #ffffff;
    background: #d34344;
    width: 24px;
    text-align: center;
    border-radius: 50%;
}
.ri-instagram-fill{
    color: #ffffff;
    background: #E1306C;
    width: 24px;
    text-align: center;
    border-radius: 50%;
}
.ri-twitter-fill{
    color: #ffffff;
    background: #1DA1F2;
    width: 24px;
    text-align: center;
    border-radius: 50%;
}
a {
	text-decoration: none;
}
ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
img {
	width: 100%;
	height: auto;
}
.border-dark {
    border-color:  var(--bs-primary) !important;
}
.bg-lite {
	background-color: #E9E9EA;
}
.text-thm {
	color: var(--bs-primary) !important;
}
.pos-relative {
	position: relative;
}
.pos-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.center-bottom {
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 5;
}
.pos-block {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.border-thm {
	border: 1px solid var(--border-color);
}
.text-normal {
	font-size: 16px;
}
.text-md {
	font-size: 18px;
}
.text-sm {
	font-size: 14px;
}
.text-xs {
	font-size: 12px;
}
.dropdown-btn {
	cursor: pointer;
	color: #fff;
}
.thm-devider {
	height: 1px;
	background-color: var(--primary);
}
.w-100{
    width: 100%;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border: solid 1px #f5eeee;
    padding: 5px;
}
.text-right{
    text-align: right;
}
.bg-thm {
	background-color: var(--bs-primary) !important;
    border: solid 1px var(--bs-primary);
}
.text-lg {
	font-size: 22px;
	font-weight: 600;
}
.text-big {
	font-size: 38px;
	font-weight: 700;
}
.text-x-lg {
	font-size: 24px;
	font-weight: 600;
}
.hover-txt {
	transition: all .3s ease-in-out;
}
.hover-txt:hover {
	color: var(--bs-primary-hover) !important;
}
.hover-txt2 {
	transition: all .3s ease-in-out;
}
.hover-txt2:hover {
	color: #212529 !important;
}
.hover-bg-dark:hover {
	background-color: #212529;
}
.ratio-1-7 {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.ratio-1-6 {
	aspect-ratio: 1/.6;
	object-fit: cover;
}
.ratio-1-5 {
    aspect-ratio: 1/.5;
    object-fit: cover;
}
.ratio-1-1 {
	aspect-ratio: 1/1;
	object-fit: cover;
}
input:focus {
	outline: none;
}
.bg-lite-thm {
	background-color: #C2FF73;
}
.bg-liter-thm {
	background-color: var(--filter-bg) !important;
    color: var(--filter-text) !important;
}
.pos-top-left {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 5;
}
.pos-top-right {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
}
.radius-top-right-radius {
	border-top-right-radius: 1.5rem;
}
.radius-bottom-left-radius {
	border-bottom-left-radius: 1.5rem;
}
.text-lite-dark {
	color: #4D4D4D;
}
.mt-m3 {
	margin-top: -3px;
}
.text-justify {
	text-align: justify;
}
.bg-thm2 {
	background-color: #484848;
}
.text-x-big {
	font-size: 4rem;
}
.fw-bolder {
    font-weight: 800!important;
}
.text-lite {
	color: #9C9C9C;
}
.offer-btn {
	display: inline-flex;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background-color: #F36060;
	padding: .5rem 2rem;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}
.offer-btn:hover {
	color: #fff;
	background-color: var(--bs-primary-hover);
}
.fw-600 {
	font-weight: 600;
}
.transition-3 {
	transition: all .3s ease;
}
.bg-dark {
	background-color: #323233 !important;
}
/*header-css start*/
.header-top {}
.header-middle {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.inner-middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inner-middle .logo {
    flex: 0 0 auto;
    width: 200px;
}
.inner-middle .logo img {}
.inner-middle .search {
    flex: 1;
}
.big-form {
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-primary);
	border-radius: 50px;
	padding: .3rem .5rem;
	position: relative;
}
.big-form input[type="text"] {
	width: 100%;
	border: none;
	padding: .5rem;
}
.big-form input[type="submit"] {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 50px;
	border: none;
	background-color: var(--filter-bg);
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: center;
	width: 100px;
}
.big-form input[type="submit"]:hover {
	background-color: #4D4D4D;
}
.inner-middle .login-cart {}
.inner-middle .login-cart {
}
.header-bottom.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
ul.category {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 1rem;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    padding-top: 0;
    padding-bottom: .5rem;
}
ul.category > li.has-catsub {
	position: relative;
}
nav#main-menu ul.main-menu {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
ul.main-menu > li {}
ul.main-menu > li > a {
    display: block;
    padding: 15px 0;
}
ul.main-menu > li.has-sub {
	position: relative;
}
ul.main-menu > li.has-sub > ul.sub {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 1rem);
	width: 275px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease-in-out;
	z-index: 999;
}
ul.main-menu > li.has-sub > ul.sub li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
ul.main-menu > li.has-sub > ul.sub li a {
	display: flex;
    column-gap: .3rem;
    font-size: 16px;
    text-transform: capitalize;
    color: #4d4d4d;
    margin-top: 5px;
    padding: .3rem 0;
    transition: all .3s ease;
   	padding-left: .8rem;
}
ul.main-menu > li.has-sub > ul.sub li a:hover {
	color: var(--primary-hover);
}
ul.category > li.has-catsub > ul.catsub {
	left: 100%;
	visibility: hidden;
	opacity: 0;
}
.category-toggle-menu > .toggle-menu > li:hover ul.category {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}
ul.category > li.has-catsub > ul.catsub {
	position: absolute;
	left: 100%;
	top: 0;
	width: 225px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease-in-out;
	z-index: 999;
}
ul.main-menu > li.has-sub:hover > ul.sub {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
ul.category > li.has-catsub:hover > ul.catsub {
	left: calc(100% + 1rem);
	visibility: visible;
	opacity: 1;
}
ul.category > li.has-catsub > ul.catsub > li {
	padding-left: 1rem;
}
ul.category li.category-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #276A11;
    padding: .7rem;
    background-color: #E0FFD0;
    margin: 0 -1rem;
    padding-left: 1.5rem;
}
ul.category li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    justify-content: space-between;
}
ul.category li i {
	font-size: 1.2rem;
	color: #444;
}
ul.category li:last-child {
    border-bottom: none;
}
ul.category li a {
    display: flex;
    column-gap: .3rem;
    font-size: 16px;
    text-transform: capitalize;
    color: #4d4d4d;
    padding: .3rem 0;
    transition: all .3s ease;
}
ul.category li a:hover {
	color: var(--primary-hover);
}

/*header-css end*/

/*slider-section css start*/
.slider-section {}
.main-slider {}
.main-slider .single-slide {}
.main-slider .single-slide .slide-content {
	display: grid;
	align-items: center;
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.slide-image-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.slide-image-wrapper::before {
	content: '';
	display: block;
	padding-top: 30%;
}
.slide-image {
	position: absolute;
	inset: 0;
    width: 100%;
	height: 100%;
    object-fit: cover;
    display: block;
}
.login-btn{
    width: 100%;
    border: solid var(--bs-primary);
}
.btn-thm {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: var(--bs-primary);
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: .5px;
    transition: all .5s ease;
    border: solid var(--bs-primary);
}
.btn-thm:hover {
	color: #fff;
	background-color: var(--primary-hover);
    border: solid var(--bs-primary);
}
.carousel-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    margin: 0;
}
.indicator-btn {
    width: 15px !important;
    height: 15px !important;
    background-color: #fff !important;
    margin: 0 8px !important;
    border-radius: 50%;
    opacity: 1 !important;
}
.indicator-btn.active {
    background-color: #7FC129 !important;
}
.hover-dark::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	transition: all .4s ease;
	cursor: pointer;
	z-index: 2;
}
.featured-item .hover-dark::before {
    bottom: 3px;
}
.hover-dark:hover::before {
	background: rgba(0, 0, 0, 0.2);
}
.single-feature .content {
	transition: all .4s ease-in-out;
}
.single-feature:hover .content {
	margin-bottom: 2rem;
}
.single-feature {
    overflow: hidden;
}
.single-feature img {
	transition: all .5s ease;
}
.single-feature:hover img {
	transform: scale(1.2);
}
.pro-title-area{
    height: 75px;
}
.pro-title-area a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}
/*slider-section css end*/


/*offer-section css start*/
.offer-wrapper {}
.offer-wrapper .left-content {}
.offer-wrapper .middle-content {
    flex: 0 0 400px;
    margin-top: -3.35rem;
}
.offer-wrapper .right-content {}
/*offer-section css end*/

/*about-section css start*/
.single-thumb img {
	width: 100%;
	aspect-ratio: 1/.6;
	/* object-fit: cover; */
}
/*about-section css end*/

/*blog-section css start*/
.single-blog {
	overflow: hidden;
	border-radius: 20px;
}
.more-btn {
	transition: all .2s ease-in-out;
}
.more-btn:hover {
	color: #393939;
}
.blog-title {
    line-height: 1.6rem;
    max-height: calc(2.5 * 1.6rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 1.3rem;
}
.blog-exerp {
    line-height: 1.6rem;
    max-height: calc(3.75 * 1.6rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 400;
    color: #7D7987;
    margin-bottom: .5rem;
}
/*blog-section css end*/



/*category page css start*/
.div-2 {
	display: flex;
	column-gap: 1.5rem;
	justify-content: center;
    padding-left: 25px;
}
.sidebar {
	flex: 0 0 335px;
}
.content-side {
	flex: 1;
}
.widget {}
.widget-title {
}
.radius-4 {
	border-radius: 6px;
}
.side-cat {}
.side-cat li {}
.side-cat li a {
	display: block;
	padding: 5px 0;
	font-weight: 600;
}
.side-cat li label {
	cursor: pointer;
	display: block;
	padding: 5px 0;
	font-weight: 600;
}
.side-cat li input[type="radio"] {
    border: solid 1px #669d1d;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}
.radio-active{
    background-color: #020202;
    padding: 5px;
}
.side-cat li a.color {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	position: relative;
}
.side-cat li a#black {
	background-color: #020202;
}
.side-cat li a#ash {
	background-color: #95A9B2;
}
.side-cat li a#red {
	background-color: #B82222;
}
.side-cat li a#lite-red {
	background-color: #E2BB8D;
}
.side-cat li a.color.active::after {
	content: "";
	position: absolute;
	left: -4px;
	bottom: -4px;
	right: -4px;
	top: -4px;
	border: 1px solid #DB3022;
	border-radius: 50%;
}
.more-cat {
	border: 1px solid var(--border-color);
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.arrange a {
	font-size: 2rem;
}
.arrange a.active {
	color: var(--bs-primary) !important;
}
.sidebar-trigger {
    position: absolute;
    top: 0.7rem;
    left: 1rem;
    font-size: 2rem;
}
.sidebar-trigger.close {
    position: absolute;
    right: .5rem;
    left: auto;
    font-size: 1.5rem;
    line-height: 1;
    top: .50rem;
}
.sidebar-trigger:hover,
.sidebar-trigger:focus {
	color: #212529;
}
/*category page css end*/


/*details page css start*/
.details-container {
	background-color: var(--product-details-bg);
}
.zoom-wrapper {
    /*position: relative;*/
    /*display: flex;*/
    /*column-gap: 1rem;*/
}
.zoom-wrapper a{
    width: 50px;
    height: 50px;
}
.zoomWrapper {
    position: relative;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto !important;
    width: calc(100% - 80px) !important;
}
.container__wrapper4 {
    left: 0;
    position: absolute;
    top: 0;
    height: 100px;
    width: 100px;
    overflow: hidden;
    z-index: 1200;
}
.container__ribbon4 {
    left: -84px;
    position: absolute;
    top: 32px;
    height: 19px;
    width: 206px;
    transform: rotate(-45deg);
    background-color: rgb(217 217 217);
    padding-left: 82px;
    color: #000;
    font-weight: 700;
    font-size: 12px;
}
#gallery {
    width: 100%;
    height: 66px;
    display: flex;
    gap: 8px;
    padding: 4px 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
}
#gallery::-webkit-scrollbar {
  width: 0.5em;
}
#gallery img {
	aspect-ratio: 1/1;
    padding: 3px;
	object-fit: cover;
	object-position: center;
	border: 1px solid var(--primary);
	transition: all .3s ease-in-out;
}
#gallery img:hover {
	border: 1px solid var(--primary);
}

/* Product Description */
.nav-tabs .nav-link {
    border: none;
    color: var(--bs-dark);
    background-color: transparent;
    padding: 12px 32px;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
    transition: background-color 0.3s ease;
}

.nav-tabs .nav-link.active {
    background-color: var(--bs-white);
    border-bottom: 3px solid var(--bs-primary);
    color: var(--bs-primary);
}

.tab-content {
    background: var(--bs-white);
    border-radius: 8px;
}

.pro-details-area {
    line-height: 1.8;
    font-size: 15.5px;
}


.zoom-img{
    width:100%;
}
.zoomWrapper .zoom-img {
    width: 100%;
    aspect-ratio: 1/1 !important;
    height: auto !important;
    object-fit: cover;
    padding: 5px;
    object-position: center;
    border: 1px solid var(--border-color);
}
.zoomWindow {
    height: 100% !important;
    width: 100% !important;
    border: 2px solid var(--border-color) !important;
    margin-left: 1rem;
    aspect-ratio: 1/1.2;
    object-fit: cover;
}
.text-rating {
	color: #FFBA49;
}
.size-choose {
    background-color: var(--bs-primary);
    border: none !important;
    height: 25px;
    line-height: 25px;
    margin-right: 0;
}
.size-choose .current {
	color: #fff;
}
.list li.selected,
.list li.focus {
	color: var(--primary);
}
.size-choose .list {
	border-radius: 0;
}
.size-choose:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.size-choose .selected,
.size-choose .focus {
	color: var(--bs-primary);
}
.color-thumb > li {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	min-width: 60px;
    height: 74px;
}
.color-thumb > li::after {
    content: "";
    position: absolute;
    top: -13px;
    right: -13px;
    height: 13px;
    width: 13px;
    border-top: 13px solid #f4ffe7;
    border-left: 13px solid var(--border-color);
    box-shadow: 7px 7px 7px rgb(0 0 0 / 20%);
    transition: all .3s ease-in-out;
}
.color-thumb > li.active::after {
    top: 0;
    right: 0;
}
.color-thumb li .color-name {
    width: 100%;
    min-height: 26px;
    text-align: center;
    font-size: 10px;
	position: absolute;
	bottom: -18%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .2s ease-in-out;
	color: #fff;
	background-color: var(--bs-primary);
	line-height: 1;
	padding: .2rem .3rem;
	border-radius: .2rem;
}
.color-thumb li .stock {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
}
.color-thumb li img {
    max-width: 60px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border: solid 1px var(--bs-primary);
}
.hover-bg,
.hover-transparent {
	transition: all .3s ease-in-out;
}
.hover-transparent:hover {
	background-color: transparent !important;
	color: var(--primary-hover) !important;
}
.hover-bg:hover {
	background-color: var(--primary-hover) !important;
	color: #fff !important;
}
/*details page css end*/


.progress-area {
    flex: 1;
}
.progress {
    height: 12px;
    margin-right: 1rem;
    flex: 1;
}
.rating-star {
	flex: 0 0 115px;
}
.custom-radius {
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
}
.discount {
	font-size: 12px;
	text-transform: uppercase;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	line-height: 14px;
}
.cursor-pointer {
	cursor: pointer;
}
.review-top .user-photo img {
	width: 40px;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	overflow: hidden;
}
.like.liked .thumbs {
	color: var(--bs-primary);
}
.mt-10 {
	margin-top: 6rem !important
}
.mb-10 {
	margin-bottom: 6rem !important
}
.pb-10 {
	padding-bottom: 6rem !important
}


/*cart page css start*/
.border-custom {
	border: 1px solid #B0B0B0;
}
.decrement-btn span,
.increment-btn span {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.edit-area .edit-item {
    position: absolute;
    top: .75rem;
    right: .75rem;
}
.single-cart-product .product-thumb {
    flex: 0 0 225px;
    display: flex;
    align-items: center;
}
.single-cart-product .product-thumb img {
	width: 100%;
	aspect-ratio: 1/.9;
	object-fit: cover;
	object-position: center;
}
.middle-content .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.single-cart-product .middle-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.single-cart-product .edit-area {
    flex: 0 0 280px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.edit-area .edit-modal {
    position: absolute;
    right: 1rem;
    top: 2.5rem;
    width: 165px;
    z-index: 5;
    display: none;
}
.edit-item.active .edit-modal {
	display: block;
}
/*cart page css end*/

/*billing page css start*/
.billing-title {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.address-form input,.address-form textarea {
    border: none;
    background-color: #E5FFD8;
    display: block;
    width: 100%;
    padding: .8rem;
    font-size: 1rem;
    margin-top: .8rem;
    border-radius: .4rem;
    font-size: 15px;
    border: 1px solid #eee;
}
.nice-select.thana,
.nice-select.district {
	width: 100%;
	display: flex;
	margin-top: .8rem;
	border-radius: 0;
	height: 55px;
	background-color: #E5FFD8;
	border: none !important;
	margin-bottom: .8rem;
	border-radius: .4rem;
}
.nice-select.thana:after,
.nice-select.district:after {
    height: 8px;
    right: 20px;
    width: 8px;
}
.nice-select.thana .current,
.nice-select.district .current {
	text-transform: capitalize;
	font-size: 16px;
}
.nice-select.thana .list,
.nice-select.district .list {
	border-radius: 0;
	width: 100%;
}
.nice-select.thana .list li,
.nice-select.district .list li {
	text-transform: capitalize;
	font-size: 16px;
}
.nice-select.thana .list li.selected,
.nice-select.district .list li.focus {
	color: var(--border-color);
}
.address-input {
	border: none;
	background-color: #E5FFD8;
	display: block;
	width: 100%;
	padding: 1rem;
	font-size: 1rem;
	margin-top: .8rem;
	border-radius: .4rem;
}
.address-input:focus {
	outline: none;
}
.default-address {
	background-color: #E6FFC5;
}
.coupon-area {
	background-color: #E6FFC5;
}
.coupon-input {
	border: 1px solid #86B170;
	font-size: 16px;
	padding: 1rem;
	border-radius: .4rem;
	width: 100%;
}
.select-pay-option {
	background-color: #F1FFDF;
}
ul.payment-options {
}
ul.payment-options li {}
ul.payment-options li .pay-name {
	font-size: 20px;
	padding-left: 2rem;
}
ul.payment-options li .pay-name::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid var(--bs-primary);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
ul.payment-options li.active .pay-name::before {
	background-color: var(--bs-primary);
}
ul.payment-options li img {
	width: 155px;
}
.terms {
	/*font-size: 20px;*/
}
.chackable::bofore {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}
.order-place-btn {
	font-size: 20px;
	font-weight: 700;
	padding: .5rem 5rem;
}
/*billing page css end*/

/*register page css start*/
.register-box {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.login-options .facebook,
.signup-options .facebook {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #3B5998;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.login-options .google,
.signup-options .google {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #D0021B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/*register page css end*/

/*account page css start*/
.dashboard {
	font-family: 'Roboto', sans-serif;
}
.sidebar-custom {
    flex: 0 0 250px;
}
.main-bar {
	flex: 1;
}
.side {
    border-top-left-radius: .4rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    column-gap: .3rem;
    grid-row-gap: .3rem;
}
.side li a {
	transition: all .3s ease-in-out;
}
.side li a:hover {
	color: #fff !important;
}
.side li.active a {
	color: #fff !important;
	font-weight: 500 !important;
}
.custom-hide {
	display: block;
}
.dashboard .main .top {
	border-top-right-radius: .4rem;
}
.main .top .title,
.side .title {
	font-size: 20px;
	font-weight: 700;
}
.main .bottom-content .single {
    background-color: #CBFFB0;
    min-height: 244px;
}
.bottom-content .mt-custom {
	margin-top: .75rem;
}
/*account page css end*/

/*order page css start*/
.status-padding {
	padding: 3px 5px;
}
tr.collapsed {
    background-color: rgb(229 255 195);
}
.shrinked-row > div {
	vertical-align: middle;
}
tr.shrink-wrapper>td div.shrinked-row:not(.shrink-has-table)>div>div:first-child {
    padding: 10px;
	font-weight: 600;
}
tr.shrink-wrapper>td div.shrinked-row {
    border-bottom: 1px solid #b8e281;
}
.shrinked-row > div > div:last-child {
    display: flex;
    padding: 5px 0 !important;
    column-gap: 1rem;
}
.page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--border-color);
}
.page-link {
    color: var(--text-primary);
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color:var(--border-color);
    padding: 0.5rem 0.5rem;
    text-align: left;
    background: var(--table-row-bg);
    font-size: 17px;
    font-weight: 900;
}
.table>:not(caption)>*>* {
    vertical-align: middle;
    /* border-color: var(--bs-primary); */
}
.view-order,
.delete-order {
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order-table {
    margin-bottom: 0;
}
.order-table thead th {
    border-bottom: 1px solid var(--bs-primary) !important;
    border-top: none;
    border-left: none;
    border-right: none;
}
.order-table td,
.order-table th {
    border: 1px solid var(--bs-primary);
    vertical-align: middle;
    border-left: none;
    border-right: none;
}
.order-table td:last-child {
	border-top: none;
}
.table > tbody > tr {
	transition: all .3s ease-in-out;
}
.table > tbody > tr:hover {
    background-color: var(--bs-primary)80;
}
.table > tbody > tr:last-child td,
.table > tbody > tr:last-child th {
	border-bottom: none;
}
/*order page css end*/

/*login popup css start*/
.login-form {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    left: 0;
    top: -100vh;
    right: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
	overflow-y: scroll;
}
.login-form.show {
    top: 0;
	visibility: visible;
	opacity: 1;
}
.login-form-wrapper {
    background-color: #fff;
    width: 96%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
    border-radius: .4rem;
}
.remember-check {
	flex: 0 0 20px;
	margin-top: 0;
}
.remember-label {
    flex: 0 0 120px;
}

#shipping-address {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: none;
	transition: all .3s ease-in-out;
}
#shipping-address.show {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	display: block;
}

#login-area {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: none;
	transition: all .3s ease-in-out;
}
#login-area.show {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	display: block;
}
/*login popup css end*/

/*invoice page css start*/
.table.invoice > tbody > tr:hover,
.table.bottom-table > tbody > tr:hover {
    background-color: transparent;
}
.table.invoice>:not(caption)>*>* {
    vertical-align: middle;
    border: 1px solid var(--bs-primary);
}
.invoice td img {
	max-width: 120px;
}
.table.bottom-table>:not(caption)>*>* {
    vertical-align: middle;
    border: 1px solid var(--bs-primary);
    border-top: 1px solid transparent;
}
.table.invoice .shrinked-row > div > div:first-child {
    width: 141px;
    border-right: 1px solid var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    height: 42px;
}
.table.invoice .shrinked-row > div > div:last-child {
    border-bottom: 1px solid var(--bs-primary);
    height: 42px;
    width: calc(100% - 141px);
    align-items: center;
    padding-left: .5rem !important;
}
.table.invoice .shrinked-row > div > div:last-child > * {
	vertical-align: middle;
}
.table>:not(caption)>*>* {
    padding: 3px;
}
/*invoice page css end*/

.mobile-bottombar {
    position: fixed;
    bottom: -75px;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 1rem;
    padding: 1rem;
    transition: all .3s ease-in-out;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.mobile-bottombar.sticky {
	bottom: 0;
}
.big-form.pos-initial {
    position: relative !important;
    transform: initial !important;
    margin-left: auto;
    margin-right: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
    z-index: 0;
    padding: 0.5rem;
}
.big-form.pos-initial input[type="text"] {
    padding: .3rem;
}

.change-pass-field {
	max-width: 600px;
	padding: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.change-pass-field.show {
	display: block;
}
.dif-quantity .decrement-btn span,
.dif-quantity .increment-btn span {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: .3rem !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid var(--bs-primary) !important;
    color: var(--bs-primary) !important;
}
.hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6 {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 17px;
    color: #fff;
    margin-bottom: 0;
    background: #67ab0d;
}

.edit-info-form,
.edit-billing-form,
.edit-shipping-form {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    left: 0;
    top: -100vh;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
    overflow-y: scroll;
    display: grid;
    align-items: center;
}
.edit-info-form form,
.edit-billing-form form,
.edit-shipping-form form {
    background-color: #fff;
    width: 100%;
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
    border-radius: .4rem;
    padding: 1rem;
}
.edit-info-form.show,
.edit-billing-form.show,
.edit-shipping-form.show {
	visibility: visible;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
}


/*blog details page css start*/
.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444;
    line-height: 1.5;
}
.entry-meta {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 -10px -20px;
    list-style: none;
}
.entry-meta li {
    font-size: 15px;
    margin: 0 15px 10px 0;
    color: #999;
}
.entry-meta:not(.no-separator) li::before {
    content: '\205E';
    width: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    opacity: .5;
}
.entry-meta i {
    position: relative;
    top: 1px;
    padding-left: 1px;
    margin-right: 5px;
}
.entry-meta a:not(:hover) {
    color: #999;
}
.entry-meta a:hover {
    color: var(--primary-hover);
}
.entry-image {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 2rem !important;
}
.entry-content {
    position: relative;
}
.entry::after {
    content: '';
    display: block;
    clear: both;
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #f5f5f5;
    margin-bottom: 50px;
}
.entry-content a {
    text-decoration: none!important;
    color: var(--bs-primary);
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
.entry blockquote p {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
}
.entry-content p {
	font-size: 15px;
}
.bottommargin {
    margin-bottom: 2rem !important;
}
.tagcloud a {
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid #e5e5e5;
    font-size: 13px!important;
    color: #666;
    border-radius: 2px;
}
body:not(.device-touch) .tagcloud a {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tagcloud a:hover {
    border-color: var(--border-color)!important;
    color: var(--primary-hover)!important;
}
.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
}
.si-share span {
    line-height: 36px;
    font-weight: 700;
    font-size: 13px;
}
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center!important;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    cursor: pointer;
    font-style: normal;
}
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px!important;
    color: #555;
    text-shadow: none;
    border: 1px solid #aaa;
    border-radius: 3px;
    overflow: hidden;
}
.si-borderless {
    border-color: transparent!important;
}
.si-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
    font-size: 16px;
}
.social-icon i {
    display: block;
    position: relative;
}
body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icon i:last-child {
    color: #fff!important;
}
.si-facebook:hover {
    background-color: #3b5998!important;
}
.si-twitter:hover {
    background-color: #00acee!important;
}
.si-pinterest:hover {
    background-color: #c8232c!important;
}
.si-gplus:hover {
    background-color: #dd4b39!important;
}
.si-rss:hover {
    background-color: #ee802f!important;
}
.si-email3:hover {
    background-color: #6567a5!important;
}
.social-icon:hover i:first-child {
    margin-top: -38px;
}
/*blog details page css end*/
.pro-details-title{
    font-size: 30px;
    font-weight: 600 !important;
    padding: 8px 10px;
    color: #fff !important;
    background-image: linear-gradient(to right, #69992b , #f4ffe7);
}
.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #67ab0d;
    border-bottom: 1px solid #67ab0d;
}
body.hc-nav-open {
    position: static;
}
.mobile-bottombar {
    display: none;
}
.mobile-logo {
    display: none;
}
.login-cart.mobile {
    display: none;
}
.mobile-search {
    display: none;
}

/*new style */

/*product details page*/
.product-gallery #zoom_03 {
    width:550px !important;
    max-width: 670px !important;
    aspect-ratio: 1/1;
    object-fit: cover;
}
#thumbs {
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    grid-row-gap: 5px;
}
#thumbs .product-thumb {
    flex: 0 0 auto;
    width: 80px;
}
#gallery_01 img {
    width: 100%;
    aspect-ratio: 1/1;
    cursor: pointer;
}
.zoomWindowContainer .zoomWindow {
    border: none !important;
    width: 100% !important;
    max-width: 670px !important;
    height: auto !important;
    aspect-ratio: 1/1;
}
.product-gallery {
    width: 100%;
    max-width: 670px;
    margin-right: 0;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.product-gallery .image-list {
    display: flex;
    align-items: center;
    column-gap: 5px;
    order: -1;
    flex-direction: column;
    grid-row-gap: 5px;
    flex: 0 0 auto;
    width: 100px;
}
.product-gallery .image-list img {
    width: 70px;
    aspect-ratio: 1/1;
    object-fit: cover;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #e4e4e4;
}
.product-summary {
    float: right;
    width: 50%;
    margin-bottom: 10px;
}
.gallery__trigger {
    position: absolute;
    right: 1rem;
    top: .6rem;
    z-index: 996;
}
.gallery__trigger::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    display: inline-block;
    line-height: 20px;
    text-indent: 0;
    font-size: 18px;
}
.product-gallery {
    display: flex;
    column-gap: 10px;
}
.gallery_01 {}
.product-gallery .outer {
    flex: 0 0 auto;
    width: calc(100% - 110px) !important;
}
.product-gallery .trigger {
    font-size: 24px;
    color: #222;
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: flex;
    line-height: 1;
    z-index: 999;
    transition: all 0.3s ease;
}
.product-gallery .trigger:hover {
    color: var(--bs-primary);
}
.review-btn {
	color: #9C9C9C;
}
.review-btn:hover {
	color: var(--bs-primary);
}
.add-review .rating-outer {
    transition: all 0.3s ease;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
}
.add-review .rating-outer .rating-stars i {
    cursor: pointer;
    display: inline-block;
    color: #ccc;
    font-size: 20px;
    transition: all 0.3s ease;
}
.add-review .rating-outer .rating-stars i.ri-star-fill {
	color: #FFBA49;
    transform: scale(1.2);
}
.add-review .rating-outer .review-input {
	margin-bottom: .8rem;
}
.add-review .rating-outer .review-input input {
    margin-top: 8px;
    width: 100%;
    padding: 10px 14px;
    color: #333;
    border: 1px solid rgba(40, 167, 69, 0.4);
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
}
.add-review .rating-outer .review-input textarea {
    width: 100%;
    outline: none;
    font-weight: 400;
    background-color: #fdfdfd;
    color: #333;
    padding: 12px;
    font-size: 14px;
    margin-top: 8px;
    border-radius: 6px;
    border: 1px solid rgba(40,167,69,0.4);
    resize: none;
    transition: all 0.3s ease;
}

.add-review .rating-outer .review-input textarea:focus {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40,167,69,0.2);
}
.add-review .rating-outer .submit-review {
    font-size: 14px;
    font-weight: 600;
    background-color: #28a745;
    padding: 8px 16px;
    border: none;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.add-review .rating-outer .submit-review:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.add-review .close {
    font-size: 24px;
    color: var(--bs-primary);
    cursor: pointer;
    transition: all 0.3s ease;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
}
/*new style */

.ctaegory-content ul{
    padding-left: 40px;
    margin-bottom: 10px;
}
.ctaegory-content ul li{
    list-style: disc;
}

.pro-details-area tr td:first-child{
    width: 30%;
}

.color-variant{
    overflow-x: auto;
}
.color-variant::-webkit-scrollbar {
    display: none;
}
.pre-order-details-label {
    display: inline-block;
    background-color: #fff200;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #e6c200;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pro-stock-out{
    border: solid 1px red;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 700;
    color: red;
}
.pro-stock-in{
    border: solid 1px var(--bs-primary);
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 700;
    color: var(--bs-primary);
}

.btn.style-two {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-transform: capitalize;
    line-height: 1;
    white-space: nowrap;
}

.btn-primary.style-two,
.btn-secondary.style-two {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-primary.style-two {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border: 1px solid var(--bs-primary);
}

.btn-primary.style-two:hover {
    background-color: var(--primary-hover);
    color: var(--bs-white);
    transform: scale(1.02);
}

.btn-secondary.style-two {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
}

.btn-secondary.style-two:hover {
    background-color: var(--secondary-hover);
    color: var(--bs-white);
    transform: scale(1.02);
}
.btn-pg.style-two {
    background-color: #fff;
    color: #000;
    border: 1px solid var(--bs-primary-hover);
}

.btn-pg.style-two:hover {
    background-color: var(--primary-hover);
    color: var(--bs-white);
    transform: scale(1.02);
}

.btn.style-two:active {
    transform: scale(0.98);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.08);
}
input[type="radio"]:checked + .btn-pg{
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


@media (max-width: 576px) {
    .btn.style-two {
        flex: 1 1 100%;
        justify-content: center;
    }
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    padding: 20px;
}

.video-modal-content {
    position: relative;
    background: #000;
    width: 80%;
    max-width: 700px;
    margin: 5vh auto;
    border-radius: 8px;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #fff;
    z-index: 2;
}

.video-embed-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Mobile Fixes */
@media (max-width: 576px) {
    .video-modal-content {
        width: 100%;
        margin-top: 20px;
        border-radius: 0;
    }
}


.social li a i {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social li a .ri-facebook-fill {
    background-color: #1877F2;
}
.social li a .ri-twitter-fill {
    background-color: #1590D8;
}
.social li a .ri-youtube-fill {
	background-color: #D0021B;
}
.social li a .ri-dribbble-fill {
	background-color: #F53E6A;
}

.image-zoom-stock-out{
    position: absolute;
    width: 550px;
    height: 556px;
    background: #fff;
    color: #e71717;
    opacity: 0.7;
    text-align: center;
    font-size: 42px;
    line-height: 12;
    left: 97px;
}
.color-filter-side-area{
    max-height: 300px;
    height: 300px;
    overflow-y: scroll;
}
.zoom_image_area_image {
    width: 100% !important;
}
.desk-header-logo{
    width: 238px;
}