* { 
    user-select:none
}
::selection {
    background:0 0
} 
::-moz-selection {
    background:0 0
}
input[type=text]::selection {
    background:#3297fd!important
}
.navbar-area {
    background-color:#fff;
}
.navbar-area .nav-container { 
    box-shadow:none;
    padding:0
}
.navbar-area.nav-fixed { 
	transition: all 0.4s ease-in-out;
}
.fixed-navbar.logo-wrapper {
	display: none;
}
.nav-fixed .fixed-navbar.logo-wrapper {
    display: block;
}
.navbar-area.nav-fixed img {
    height:40px;
    width: auto;
    font-size:14px
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index:initial
}
.mobile-cart a:hover .pcount {
    color:#fff
}
.logo-wrapper img {
    height: auto;
    width: auto;
}

.owl-theme .custom-nav {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}
 .owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next {
	position: absolute; 
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	cursor: pointer;
}
 .owl-theme .custom-nav .owl-prev i, .owl-theme .custom-nav .owl-next i {
	font-size: 30px;
    color: var(--main-color-one);
}
 .owl-theme .custom-nav .owl-prev {
	left: 0;
}
 .owl-theme .custom-nav .owl-next {
	right: 0;
}
 
.latest-product-filter-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.latest-product-filter-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest-product-filter-nav ul li {
    display: inline-block;
    cursor: pointer;
	font-weight: 600;
}


.latest-product-filter-nav ul li+li {
    margin-left: 20px;
}

.latest-product-filter-nav ul li.active{
    color: var(--main-color-one);
}
.latest-product-masonry .single-feature-product .content .title, .single-feature-product .content .title, .single-feature-solution .content .title{
    font-size: 13px;
    overflow: hidden;
    max-height: calc(1 * 18px);
    line-height: 18px;
}
.single-carousel.product-home:hover img{
    filter: grayscale(0%);
}
.single-carousel.product-home img{
    transition: all 300ms;
    filter: grayscale(100%);
}
.latest-product-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}
.latest-product-masonry .masonry-item {
    padding-right: 10px;
    padding-left: 10px;
}
.latest-product-masonry .bottom-part .addtocart, .blog-content-area .single-feature-product .bottom-part .addtocart, .feature-product-slider .bottom-part .addtocart {
    background: var(--main-color-one);
    padding: 4px 7px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.product-home-header-area.style-03 .title {
    font-size:35px;
    line-height:55px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
    color: var(--heading-color)
}
.product-home-header-area.style-03 p,.product-section-title p {
    font-size:16px;
    line-height:30px;
	margin: 0 auto;
}
.product-home-header-area.style-03 .btn-wrapper .boxed-btn {
    border-radius:4px;
    background-color:var(--secondary-color)
}
.feature-product-slider .owl-nav div:hover,.product-category-carousel .owl-nav div:hover,.product-home-header-area.style-03 .btn-wrapper .boxed-btn:hover,.single-feature-product .thumb .hover .addtocart:hover {
    background-color:var(--main-color-one);
    color:#fff
}
.single-category-item {
    background-color:#f5f5f5;
    border-radius:10px;
    text-align:center
}
.promo-area .row {
    justify-content: center;
    align-items: center;
}
.single-promo-item {
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
	border: 1px solid #ccc;
}
.single-promo-item .icon {
    font-size: 40px;
    color: var(--main-color-one);
}
.single-promo-item .content .title {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 16px;
}
.single-promo-item .content p+p {
    margin: 0;
	line-height: 16px;
	font-size: 13px;
}


.single-category-item .thumb img {
    width:auto;
    margin:0 auto 20px
}
.single-category-item {
    padding:20px
}
.single-category-item .content .title:hover,.single-feature-product .content .title:hover,.testimonial-carousel-08 .owl-nav div:hover {
    color:var(--main-color-one)
}
.single-category-item .content .title {
    font-size:16px;
    line-height:20px;
    margin-bottom:0;
    font-weight:700;
    transition:.3s
}
.feature-product-slider .owl-nav div,.product-category-carousel .owl-nav div {
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    text-align:center;
    line-height:32px;
    background-color:var(--secondary-color);
    color:#fff;
    border-radius:3px;
    transition:.3s;
    visibility:hidden;
    opacity:0
}
.feature-product-slider .owl-nav div.owl-next,.product-category-carousel .owl-nav div.owl-next {
    left:auto;
    right:0
}
.feature-product-slider:hover .owl-nav div,.product-category-carousel:hover .owl-nav div,.single-feature-product:hover .thumb .hover {
    visibility:visible;
    opacity:1
}
.feature-product-slider:hover .owl-nav div.owl-next,.product-category-carousel:hover .owl-nav div.owl-next {
    right:-20px
}
.feature-product-slider:hover .owl-nav div.owl-prev,.product-category-carousel:hover .owl-nav div.owl-prev {
    left:-20px
}
.feature-category-grid .single-feature-product,.latest-product-grid .grid-item {
    margin-bottom:30px
}
.single-feature-product {
    border: 1px solid #e9ebec;
    border-radius: 4px;
}
.single-feature-product .thumb {
	overflow: hidden;
}
.single-feature-product .thumb img {
    background: rgba(183, 150, 119, 0.2); 
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.single-feature-product .thumb img:hover {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}
.single-feature-solution .thumb img {
    height:221px;
    width:100%
}
.single-feature-product .tag {
	position: absolute;
    top: 0;
    right: 10px;
    background-color: var(--main-color-one);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.single-feature-product .content {
    padding: 5px;
}
.single-feature-product .content .title,.single-feature-solution .content .title {
    font-size:14px;
    line-height:20px;
    font-weight:600;
    transition:.3s;
    text-align:left;  
	color: var(--paragraph-color);
	margin-bottom: 3px;
}
.single-feature-solution .content .title {
    font-size:16px
}
.feature-category-grid .row {
    align-items:center;
    justify-content:center
}
.feature-category-grid .thumb {
    position: relative;
    overflow: hidden; 
    transition: all 0.4s ease-in-out;
}
.feature-category-grid .thumb:before {
    content: '';
    position: absolute;
    background: var(--paragraph-color);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0;
    transition: all 0.4s ease-in-out;
}
.feature-category-grid .thumb:hover:before { 
	opacity: 1; 
}
.feature-category-grid .thumb img {
    transition: all 0.4s ease-in-out;
}

.feature-category-grid .thumb:hover img, .feature-category-grid .thumb:focus img { 
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.2;
}
.single-feature-category .content .title {
    transition: .3s;
    font-size: 18px;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    background: var(--main-color-one);
    padding: 7px 12px;
}

.single-feature-product .content .bottom-part .price-wrap {
    font-size: 13px;
    font-weight: 600;
    color: var(--paragraph-color);
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
}
.single-feature-product .content .bottom-part .price-wrap .price {
    color:#d32424
}
.decorate-area {
    padding: 80px 0px;
}
.decorate-area.section-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
.decorate-area .left-content-wrapper {
    text-align: center;
}
.decorate-area .title {
    font-size: 19px;
    margin-bottom: 13px;
}
.decorate-area .left-content-wrapper h3 {
    color: var(--paragraph-color);
    font-size: 30px;
	line-height: 35px;
}
.single-carousel.product-home:hover img {
    filter:grayscale(0%)
}
.single-carousel.product-home img {
    transition:.3s;
    filter:grayscale(100%);
    border:1px solid #ccc;
    margin-bottom:1px;
    border-radius:10px
}
.product-section-title .title {
    font-size:36px;
    line-height:46px;
    font-weight:600;
    margin-bottom:30px;
    text-transform:capitalize
}
.single-carousel-item-08 {
    box-shadow:0 0 40px 0 rgba(0,0,0,.05);
    padding:40px 30px;
    margin:30px;
    border-radius:20px
}
.single-carousel-item-08 .top-part {
    display:flex;
    margin-bottom:40px
}
.single-carousel-item-08 .top-part .thumb img {
    border-radius:50%
}
.single-carousel-item-08 .top-part .thumb {
    margin-right:20px
}
.single-carousel-item-08 .top-part .content {
    display:flex;
    flex-direction:column;
    justify-content:center
}
.single-carousel-item-08 .top-part .content .title {
    font-size:18px;
    line-height:20px;
    font-weight:600;
    margin-bottom:5px;
    color:var(--heading-color)
}
.single-carousel-item-08 .bottom-part {
    display:flex
}
.single-carousel-item-08 .bottom-part i {
    font-size:18px;
    margin-right:13px;
    color:var(--secondary-color)
}
.single-carousel-item-08 .bottom-part p {
    font-size:16px;
    line-height:30px;
    margin-bottom:0
}
.testimonial-area .left-content-wrapper {
    display:flex;
    justify-content:center;
    height:100%;
    align-items:center
}
.testimonial-carousel-08 .owl-nav {
    display:flex;
    justify-content:center
}
.testimonial-carousel-08 .owl-nav div {
    margin:0 10px;
    transition:.3s
}
.cta-area {
	background-color:#383838;
	padding:80px 120px;
}
.cta-inner-area {  
    display:flex;
    justify-content:space-between;
    position:relative;
    z-index:0;
    overflow:hidden;
	text-align: center;
}
.newsletter-form-wrap .form-group .form-control {
    width:350px;
    padding-right:70px
}
.cta-inner-area .newsletter-form-wrap {
    width:100%
}
.cta-inner-area .newsletter-form-wrap input::placeholder {
    opacity:.5
}
.cta-inner-area .newsletter-form-wrap .submit-btn {
    width:40px;
    height:40px;
    background-color:#202020;
    line-height:30px;
    font-size:14px;
    padding:0;
    border-radius:5px;
    color:#fff;
    top:5px;
    right:8px
}
.footer-area .footer-bottom-left,.footer-area.home-page-08 .footer-top {
    background-color:#333
}

@media (max-width:1299px) {
    .product-category-area .col-sm-2 {
        flex:0 0 33%!important;
        max-width:33%!important;
        margin-bottom:30px
    }
}
@media (max-width:1199px) {
    .header-area-wrapper .style-03 .title {
        font-size:30px;
        line-height:35px
    }
}
@media (max-width:1024px) {
    .product-home-header-area {
        padding:0 0 100px
    }
    .single-feature-product .content .bottom-part {
        justify-content:center
    }
}
@media(max-width:992px) {
    .product-category-area .row {
        justify-content:center
    }
    .product-category-area .col-sm-2 {
        flex:0 0 40%!important;
        max-width:40%!important;
        margin-bottom:30px
    }
    .latest-product-grid .grid-item {
        justify-content:center;
        align-items:center;
        display:flex
    }
    .latest-product-grid .grid-item .single-feature-product .thumb img {
        display:flex;
        margin:0 auto
    }
    .single-feature-product .thumb .tag {
        left:50%
    }
    .copyright-area .col-lg-6 {
        width:50%
    }
}