/*
  Theme Name: Name - Nitmag
  Author: DevBid
  Support: info@devbid.net
  Description: E-commerce theme
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header area
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}*/
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.fix {
	overflow: hidden;
    clear: both;
}
a {
	text-decoration: none;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.breadcrumb > .active {
	color: #888;
}
/*.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}*/

/* scrollUp */
#scrollUp {
	background: #7DBA2F;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}

.pad-20 {
	padding: 20px 0;
}

img {
	max-width: 100%;
}
.header-right-margin-act {
    justify-content: end;
    display: flex;
    align-items: center;
}

/*Slick Style default*/
ul.slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}
.slick-dots button {
    border: none;
    outline: 0;
    font-size: 0;
    background: none;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
}
.slick-dots .slick-active {
    background: #333;
}

/*---------------------------------
2. Header area
------------------------------------*/
/*Top header*/
.top-header-area {
	background: #1A1A1A;
    padding: 8px 0;
}
.top-header-left {
    /* margin-top: 10px; */
}
.top-header-left span {
	font-size: 15px;
	color: #bdbdbd;
}
.top-header-left span.phone {
	margin-left: 20px;
}
.top-header-right {}
.top-header-right ul {}
.top-header-right ul li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
.top-header-right ul li a {
    font-size: 15px;
    color: #bdbdbd;
    display: block;
    /* padding: 12px 0; */
}
.top-header-right ul li:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #7C7C7C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
}
.top-header-right ul li:last-child:before{
	display: none;
}
/* Bottom header */
.header-bottom-area {
	background: #F8F8F8;
}
.header-bottom-area .logo {
    margin-top: 15px;
}
.main-menu {
    margin-top: 2px;
}
.main-menu ul{}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    padding: 15px 16px;
    display: block;
}
.main-menu ul li:hover a {
	color: #E23525;
}

/*Main menu dropdown*/
.main-menu ul li ul {
    position: absolute;
    top: 200%;
    left: 0;
    width: 250px;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    border-top: 2px solid #212322;
    padding: 0 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.main-menu ul li ul li{
	display: block;
}
.main-menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 140%;
}
.main-menu ul li ul li.sub-title {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.main-menu ul li ul li:hover a {
	color: #202020;
}
.main-menu ul li ul li a {
    font-size: 14px;
    padding: 10px 0;
}
/* Search bar */
.search-bar {
    position: relative;
    display: inline-block;
}

.header-action-btn {}
.header-action-btn i {
    width: 40px;
    height: 40px;
    border: 1px solid #f22e90;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f22e90;
}
.header-action-btn i.marg-lft-10 {
    margin-left: 10px;
}
/* .header-search-form {
    position: absolute;
    right: 0;
    top: 100%;
} */
.input-search-form {
    position: relative;
}
.header-search-form form {}
.header-search-form input {
    height: 38px;
    border: 1px solid #F22E90;
    border-radius: 3px;
    padding: 0 10px;
    color: #9B9B9B;
    font-size: 14px;
    width: 240px;
}
.header-search-form button {
    position: absolute;
    right: 1px;
    top: 0px;
    border: 0;
    outline: 0;
    background: #F22E90;
    color: #fff;
    height: 38px;
    /* display: inline-block; */
    width: 38px;
}
.header-search-form i {}
.product-action-button {
    display: inline-block;
}
.header-action-btn {
    margin-left: 8px;
    position: relative;
}
.header-action-btn .number-c {
    font-size: 12px;
    position: absolute;
    top: -20px;
    right: 0px;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #f22e90;
    text-align: center;
    line-height: 18px;
    font-family: open-sans;
    font-weight: 600;
    box-shadow: 0px 3px 3px #8b8b8b;
    letter-spacing: 0;
}

/*---------------------------------
2. Slider area
------------------------------------*/

.slider-area img {
	width: 100%;
}
.single-slide {
    background: url(assets/images/slider/slider-bg1.png);
    background-position: center center;
    background-size: cover;
    padding: 80px 113px;
}
.slider-content {
    
}
.single-slide h2.slider-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    color: #282828;
    margin-bottom: 15px;
}
.single-slide p {
    font-size: 20px;
    color: #474747;
    margin-bottom: 60px;
    line-height: 27px;
}
.slider-btn-custom {
    background: #F22E90;
    color: #fff;
    padding: 15px 25px;
    border-radius: 3px;
    display: inline-block;
    transition: 0.3s;
}
.slider-btn-custom:hover {
    color: #ddd;
}
.btn-info-outline {
    background: transparent;
    border: 1px solid #F22E90;
    color: #F22E90;
    margin-right: 8px;
}
.btn-info-outline:hover {
    color: #ef0000;
}


/*---------------------------------
3. featured-slider
------------------------------------*/

.featured-slider-section {
	background: #F8FAF9;
	padding: 95px 0;
}
.featured-button {}
.featured-button a {
    color: #fff;
    background: #F22E90;
    padding: 22px 51px;
    font-size: 18px;
    border-radius: 3px;
    display: inline-block;
}
.featured-slider-banner {
}
.featured-slider-banner img {
    width: 350px;
    height: 250px;
}
.single-featured-banner {
    display: inline-block;
}

/* Featured slider activation - Slick */
.featured-slider-active {}
.featured-slider-active button {
}
.slick-arrow {
    border: 0;
    outline: 0;
    background: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 18px;
    color: #333;
}
.slick-next {
    right: 0px;
    left: auto;
}

.featured-slider-active .slick-prev {
    z-index: 999;
    left: -100px;
}
/*---------------------------------
4. Top Banner
------------------------------------*/
.top-banner-section {
    padding-top: 10px;
    padding-bottom: 70px;
}
.banner-img {
/*	width: 680px;*/
	/*height: 330px;*/
	position: relative;
}
.banner-img img {
    max-width: 100%;
    height: auto;
 
}
.banner-img .banner-content {
    position: absolute;
    top: 25%;
    left: 13%;
}
.banner-right-product {
    width: 150px !important;
    position: absolute;
    top: 10%;
    right: 18%;
}
.banner-content h3 {
    font-size: 36px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 15px;
}
.banner-content p {
    font-size: 24px;
    color: #474747;
    width: 80%;
    margin-bottom: 45px;
}
.btn-banner-style {
    font-size: 18px;
    background: #F22E90;
    padding: 14px 25px;
    color: #fff;
    border-radius: 3px;
}
.banner-img .banner-button {}

/*---------------------------------
4. Top category section
------------------------------------*/
.top-category-section {
    padding: 50px 0;
}
.col-pad-0 {
	padding: 0;
	margin: 0;
}
.category-title {}

.category-section-title  h4 {
    font-size: 30px;
    color: #5C5C5C;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 30px;
}
.category-section-title h4:before {
    content: "";
    background: #FFB9DC;
    width: 10px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 6px;
}
.category-wrapper {
    text-align: center;
    /* width: 208px; */
    height: 150px;
    /* float: left; */
    background: #FFB9DC;
    border-radius: 3px;
    padding: 28px 0;
    /* border: 10px solid white; */
    margin-bottom: 25px;
}
.category-wrapper a.cat-img {
    display: block;
    margin-bottom: 20px;
}
.category-wrapper a.cat-img img {
    width: 50px;
    margin: auto;
}
.category-wrapper a.cat-title {
    font-size: 16px;
    color: #5E5E5E;
}
.second-row-dsk {
    margin-bottom: 25px;
}
/*---------------------------------
5. Recommended Product section
------------------------------------*/


.recommended-area {
    background: #F8FAF9;
    padding: 90px 0;
}
.product-sec-heading {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 65px;
    padding-bottom: 25px;
}
.product-sec-heading h3 {
    font-size: 36px;
    color: #5C5C5C;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin: 0;
}
.product-sec-heading h3:before {
    content: "";
    background: #FFB9DC;
    width: 10px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-wrapper {
    background: #fff;
    padding: 5px 20px 13px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 2px 0px rgb(0 0 0 / 25%);
    margin-bottom: 20px;
    min-height: 438px;
}
.product-img {
	position: relative;
}
.product-img img {
	width: 100%;
	height: auto;
}
.product-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    transform: scaleX(0);
}
span.new-level {
    position: absolute;
    right: -20px;
    top: 75%;
    background: #2fdb7c;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px 0px 0 3px;
}
span.hot-level {
    position: absolute;
    right: 6px;
    top: 0;
    background: #ff2049;
    color: #fff;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
}
.discount-level-wrap {
    position: absolute;
    top: 25px;
    left: 19px;
}
span.discount-level {
    position: absolute;
    top: 0px;
    left: -20px;
    background: #ff5bad;
    color: #fff;
    padding: 6px 15px 8px;
    font-size: 14px;
}
span.disc-level-price {
    position: absolute;
    top: 0px;
    left: 28px;
    background: #ff5bad;
    color: #fff;
    /* padding: 2px 10px; */
    font-size: 14px;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    font-size: 12px;
    /* margin: auto; */
    text-align: center;
    border-radius: 50%;
    /* margin: 0; */
    font-weight: 800;
    box-shadow: 0 0 0 1px;
}
.product-wrapper:hover > .hover-img {
	transform: scaleX(1);
}
.product-action a {
    display: block;
    border: 1px solid;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border-color: #fff;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 25%);
    color: #D1D1D1;
    margin-bottom: 10px;
}

.product-action > a:hover {
	background: #FF5BAD;
	border-color: #FF5BAD;
	color: #fff;
}
.product-action .cart-fill {
    border: 1px solid #FF5BAD;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 25%);
    color: #FF5BAD;
}

.product-action {
    position: absolute;
    right: 20px;
    top: 50px;
    transform: scale(0);
    transform-origin: bottom;
    transition: 0.3s;
    z-index: 9;
}
.product-wrapper:hover .product-action {
	transform: scale(1);
}

.product-img img {}

.product-ratings i {
	color: #aaa;
	font-size: 13px;
}.product-ratings i.add-review {
	color: #FB6816;
}
.product-info {}
.product-info a {
    color: #878787;
    font-size: 16px;
    padding-top: 25px;
    display: block;
}
.product-info .product-title {

}
.product-info span.price-fade {
	color: #B9B9B9;
	text-decoration:;
}
.product-info p {
	font-size: 21px;
	font-weight: 700;
	color: #FF1D1D;
}

.product-info .add-to-cart {
    padding-top: 10px;
    color: #5A5A5A;
    font-weight: 700;
    font-size: 18px;
}
.product-info .add-to-cart:before {
    content: "";
    background: #F2F2F2;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 40px;
}

/*---------------------------------
6. All banner section
------------------------------------*/

.banner-section-area {
    padding: 25px 0;
}
.all-banner-img {
/*	width: 315px;
	height: 200px;*/
    padding: 50px 32px;
    background-position: center center;
    background-size: cover;
}
.all-banner-img h4 {
    font-size: 20px;
    color: #282828;
}
.all-banner-img p {
    color: #474747;
}

.all-banner-center {
    height: 358px;
    background-position: center center;
    background-size: cover;
    padding: 50px;
}
.all-banner-center h3 {
    font-size: 36px;
    color: #282828;
}
.all-banner-center p {
    color: #474747;
    font-size: 24px;
}
.all-banner-center a {
    color: #282828;
    font-size: 25px;
    margin-top: 50px;
    padding-top: 50px;
    position: absolute;
}
/*---------------------------------
7. Customer feedback
------------------------------------*/
.customers-feedback-area {
    padding: 50px 0;
    background: #F8FAF9;
}
.customers-feedback-headline h4 {
    font-size: 36px;
    color: #5C5C5C;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin: 0;
}
.customers-feedback-headline h4:before {
    content: "";
    background: #FFB9DC;
    width: 10px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.customers-feedback-headline {
    margin-bottom: 82px;
}
.customer-star-ratings {
    margin-bottom: 15px;
}
.customer-star-ratings i {
    font-size: 11px;
    color: #FB6816;
}
.customer-feedback-wrapper {
    background: #fff;
    border-radius: 3px;
    padding: 40px 50px;
    margin: 0 10px ;
}
.customer-feedback-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    color: #474747;
    margin-bottom: 18px;
}
.customer-feedback-wrapper p {
    color: #474747;
    font-size: 14px;
    line-height: 21px;
}
.customer-feedback-wrapper span {
    color: #282828;
    font-size: 14px;
    font-weight: 700;
}

/*---------------------------------
8. Blog section
------------------------------------*/

.blog-section-area {
    padding: 70px 0;
}
.blog-section-heading {
    margin-bottom: 29px;
}
.blog-section-heading h4 {
    font-size: 36px;
    color: #5C5C5C;
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin: 0;
}
.blog-section-heading h4:before {
    content: "";
    background: #FFB9DC;
    width: 10px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 6px;
}
.blog-wrapper-box {
    background: #F9F9F9;
    padding: 40px 59px 20px;
    border-radius: 3px;
}
.blog-wrapper-box h2 {
    color: #474747;
    font-size: 24px;
    font-weight: 600;
}
.blog-wrapper-box p {
    font-size: 18px;
    color: #474747;
    margin-bottom: 27px;
}
.blog-wrapper-box a {
    color: #474747;
    font-size: 20px;
    font-weight: 600;
}


/*---------------------------------
9. Brand collaboration
------------------------------------*/
.brand-collaboration-section {
    padding: 55px 0;
}
.brand-collaboration-sec-heading {
    margin-bottom: 40px;
}
.brand-collaboration-sec-heading h4 {
    font-size: 36px;
    color: #5C5C5C;
    position: relative;
    display: inline-block;
    margin: 0;
}
.brand-logo{}
.brand-logo img {
    width: 120px;
}


/*---------------------------------
10. News letter
------------------------------------*/
.newsletter-section-area {
    background: #DCDCDC;
    padding: 20px 0;
}
.newsletter-title {}
.newsletter-title {
    margin-top: 5px;
}
.newsletter-title h4 {
    font-size: 30px;
    color: #474747;
    font-weight: 500;
    margin: 0;
}
.newsletter-title p {
    font-size: 15px;
    color: #9A9A9A;
    margin: 0;
}
.newsletter-input {
    margin-top: 10px;
}
.newsletter-input input {
    border: 0;
    height: 25px;
    width: 100%;
    padding: 25px 26px;
    border-radius: 30px;
    color: #979797;
}
.newsletter-input input::placeholder {
    color: #979797;
}
.newsletter-button {
    margin-top: 10px;
}
.newsletter-button a {
    background: #F22E90;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 30px;
    display: inline-block;
}



/*---------------------------------
11. Footer area
------------------------------------*/
.footer-top-area {
    background: #252525;
    padding: 60px 0 5px;
}
.about-logo {}
.about-logo img {
	filter: grayscale(100%);
}
.about-logo p {
	color: #DCDCDC
}
.footer-link {
    margin-bottom: 40px;
}
.footer-link h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-link ul {}
.footer-link ul li {}
.footer-link ul li a {
    color: #D8D8D8;
    padding: 5px 0;
    display: block;
    font-size: 15px;
}

.copyright-area {
	background: #1d1d1d;
	padding: 15px 0;
}
.footer-left-copy {}
.footer-left-copy p {
	margin: 0;
}
.copy-left-nav a {
    color: #ddd;
    font-size: 14px;
}


/* .header-search-form form {
    display: none;
} */

/* Woocommerce notice wrapper customize */
.woocommerce-notices-wrapper {
    margin: 30px 0;
}

.shop-menus-ordr {
    overflow: hidden;
    margin: 0 15px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }


  /*-------------------------------------------------------------------
   Woocommerce producct custom styling
  ----------------------------------------------------------------------- */
  .debue-products-style .product-bg {
    background: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
}