/* 
01--> common css for fonts 
02--> home-slider area
03--> firse catagori-section
04--> Discover our site 
05--> common slider area
06--> home-slider 
07--> home-slider 
08--> home-slider 
09--> home-slider 
10--> home-slider 
11--> home-slider 
12--> home-slider 
13--> home-slider 
14--> home-slider 
15--> home-slider 
16--> home-slider 
17--> home-slider 
18--> home-slider 


*/

/* common css for fonts 

*/
body,
html,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-size: 100%;
}

/* 02--> home-slider area
-----------------------
*/
#home-slider {
	padding-bottom: 20px;
	margin-top: 111px;
}

.slider-carousel .owl-nav,
.site-discover .owl-nav {
	margin-top: 0px !important;
}
.slider-carousel .owl-nav [class*="owl-"] {
	margin: 0px !important;
}
.slider-carousel .owl-nav button:focus {
	outline: 0px transparent;
}
.slider-carousel .owl-nav button:hover {
	background-color: transparent !important;
}
.slider-carousel .owl-nav button {
	border: 0 transparent !important;
	color: #fff;
	font-size: 19px;
	left: 50px;
	line-height: 35px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(0%, -50%);
}
.slider-carousel .owl-nav button.owl-next {
	left: auto;
	right: 50px;
}
.slider-carousel .owl-nav button i.fa {
	font-size: 55px;
	color: #ffffff;
	font-weight: normal;
}

.slider-single-items {
	width: 100%;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: aliceblue;
}
.slider-single-items div {
	width: inherit;
	height: inherit;
}
/* home carousel background image  */
.slider-bg-imgage-01 {
	background-image: url("../img/home-slider/carousel1.jpg");
}
.slider-bg-imgage-02 {
	background-image: url("../img/home-slider/carousel2.jpg");
}
.slider-bg-imgage-03 {
	background-image: url("../img/home-slider/carousel3.jpg");
}
.slider-bg-imgage-04 {
	background-image: url("../img/home-slider/carousel1.jpg");
}
.slider-bg-imgage-05 {
	background-image: url("../img/home-slider/carousel2.jpg");
}
.slider-bg-imgage-06 {
	background-image: url("../img/home-slider/carousel3.jpg");
}
.slider-bg-imgage-07 {
	background-image: url("../img/home-slider/carousel2.jpg");
}
.slider-bg-imgage-08 {
	background-image: url("../img/home-slider/carousel1.jpg");
}
.slider-item-table {
	width: 100%;
	height: 100%;
	display: table;
}
.slider-item-table-cell {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.slider-item-table-cell h1 {
	font-weight: 500;
	color: #000000;
	margin: 15px 0px;
	font-weight: 700;
}
.slider-item-table-cell p {
	font-weight: 300;
	color: #000000;
	margin-bottom: 15px;
}
.slider-item-table-cell a {
}

/* 03--> catagori-section 
-----------------------------------------------------------------
*/
#catagori-section {
}
.catagori-section-wrapper {
	padding-bottom: 20px;
}
.catagori-section-wrapper div.row {
	padding: 0px 10px;
}
.catagori-section-wrapper div.row div.col-md-3 {
	padding: 0px 10px !important;
}
.catagori-single-item-wrapper {
	background-color: #ffffff;
	height: 420px;
	min-height: 420px;
}
.catagori-single-item {
	padding: 20px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.catagori-header {
	margin-bottom: 10px;
}
.catagori-header h1 {
	font-size: 22px;
	font-weight: 900;
	text-transform: capitalize;
	color: #000000;
}
.catagori-body {
}
.multi-catagori {
	width: 49%;
	height: 150px;
	float: left;
	text-align: center;
	padding: 5px;
}
.multi-catagori:nth-child(1) {
	background-color: #f2fafb;
	margin-right: 1px;
	margin-bottom: 1px;
}
.multi-catagori:nth-child(2) {
	background-color: #f2fafb;
	margin-left: 1px;
	margin-bottom: 1px;
}
.multi-catagori:nth-child(3) {
	background-color: #f2fafb;
	margin-top: 1px;
	margin-right: 1px;
}
.multi-catagori:nth-child(4) {
	background-color: #f2fafb;
	margin-left: 1px;
	margin-top: 1px;
}
.multi-catagori a img {
	width: 105%;
	height: 120px;
	/*height: min-content;*/
	background-color: transparent;
}
.multi-catagori p {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000000;
	line-height: 14px;
	margin-top: 0px;
}
.catagori-body a {
	display: block;
}
.catagori-body img {
	width: 100%;
	height: 80%;
}
.catagori-body a.sign-in-btn {
	background-color: #db4234;
	padding: 15px 20px;
	color: #ffffff;
	text-transform: capitalize;
	text-align: center;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
	border-color: #c45500;
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: none !important;
	margin-top: 20px;
	transition: 0.3s ease-in;
	font-size: 14px;
}
.app-download-btn {
	width: 100%;
	margin-top: 50px;
}
.app-download-btn a {
	text-align: center;
	display: block;
	margin: 10px 0px;
}
.app-download-btn a.apple-download {
}
.app-download-btn a.playstor-download {
}
.catagori-body a.sign-in-btn:hover {
	color: #fff;
	background-color: #fe0000;
}
.catagori-see-more-btn {
	position: absolute;
	bottom: 20px;
	transform: translate(0%, 0%);
}
.catagori-see-more-btn a {
    text-decoration: none;
	text-transform: capitalize;
	font-size: 17px;
	color: #FF0000;
}
.catagori-see-more-btn a:hover {
	color: red;
}
.catagori-see-more-btn a:focus {
	outline: none !important;
}

/* 04--> Discover our site
------------------------------------------
*/

#site-discover-section {
}
.site-discover-section-wrapper {
	padding-bottom: 20px;
}
.site-discover-section-wrapper div.row,
.common-slider-section-wrapper div.row,
.shopping-banner-wrapper div.row {
	padding: 0px 10px;
}
.site-discover-section-wrapper div.row .col,
.common-slider-section-wrapper div.row .col,
.shopping-banner-wrapper div.row .col {
	padding: 0px 10px !important;
}
.site-discover-slider-wrapper,
.common-slider-area-wrapper {
	background-color: #fff;
	padding: 20px 20px;
}
.site-discover-slider-header {
}
.section-heading {
	margin-bottom: 15px;
}
.section-heading h1 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	color: #444 !important;
}
.section-heading span a {
	margin-left: 1rem;
	font-size: 14px;
	font-weight: 400;
	color: #3390ff;
}
.section-heading span a:hover {
	color: #c45500;
}
.site-discover div.owl-nav button,
.common-slider div.owl-nav button {
	font-size: 19px;
	left: 5px;
	line-height: 35px;
	margin-top: -20px !important;
	position: absolute;
	text-align: center;
	top: 41%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.7) !important;
	width: 50px;
	height: 100px;
	border-radius: 0px !important;
}
.site-discover .owl-nav button:focus,
.common-slider .owl-nav button:focus {
	outline: none;
}
.site-discover div.owl-nav button i.fa,
.common-slider div.owl-nav button i.fa {
	color: #db4234;
	font-size: 55px;
	font-weight: normal;
}
.site-discover.owl-theme .owl-nav [class*="owl-"],
.common-slider.owl-theme .owl-nav [class*="owl-"] {
	margin: 0px !important;
}
.site-discover .owl-nav [class*="owl-"]:hover,
.common-slider .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}
.site-discover div.owl-nav button.owl-prev,
.common-slider div.owl-nav button.owl-prev {
	box-shadow: 5px 0px 4px -2px #c8c8c8;
}
.site-discover .owl-nav button.owl-next,
.common-slider div.owl-nav button.owl-next {
	left: auto;
	right: -44px;
	box-shadow: -5px 0px 4px -2px #c8c8c8;
}
.owl-theme .owl-nav {
	margin-top: 0px !important;
}
.site-discover .owl-nav button i.fa {
}
.site-discover-slider {
}
.site-discover {
}

/* common slider area
----------------------------------------------------------------
*/
#common-slider-section {
}
.common-slider-section-wrapper {
	padding-bottom: 20px;
}
.common-slider .item {
	text-align: center;
}

.common-slider-header {
}

.slider-btn-area {
}
.slider-btn-area a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #ededed;
	color: #000;
	text-transform: capitalize;
	font-size: 14px;
	margin: 5px 0px;
	opacity: 0;
	transition: 0.3s ease-in;
	background-color: #f5f5f5;
}
.slider-btn-area a:hover {
	color: #c45500;
}
.common-slider .item:hover .slider-btn-area a {
	opacity: 1;
}
.quick-view-btn {
}
.add-cart-btn {
}

/* shopping banner area 
--------------------------
*/
#shopping-banner-area {
}
.shopping-banner-wrapper {
	padding-bottom: 20px;
}
.shopping-nabber-add {
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #fff;
}
.shopping-nabber-add img {
	width: 100%;
	height: auto;
}
/* mobile responsive design 
---------------------------------
*/
@media screen and (min-width: 320px) {
	.slider-item-table-cell h1 {
		font-size: 25px;
	}
	.slider-item-table-cell p {
		font-size: 14px;
	}
	/* catagori items   */
	.catagori-section-wrapper div.row div.col-md-3 {
		padding: 0px 10px 20px !important;
	}
	.catagori-section-wrapper div.row div.col-md-3:last-child {
		padding: 0px 10px 0px !important;
	}
	.catagori-section-wrapper div.col-md-3:first-child div.catagori-body img {
		height: auto;
		overflow: hidden;
	}
    .shopping-nabber-add {
        margin-top: 82px;
    }
    .checkOut{
        margin-top: 0px;
    }
}
@media screen and (min-width: 576px) {
	.catagori-section-wrapper div.row div.col-md-3:nth-last-child(-n + 2) {
		padding: 0px 10px 0px !important;
	}
	.shopping-nabber-add {
        margin-top: 82px;
    }
    .checkOut{
        margin-top: 8px;
    }
}
@media screen and (min-width: 768px) {
	.slider-item-table-cell h1 {
		font-size: 45px;
	}
	.slider-item-table-cell p {
		font-size: 18px;
	}
	/* catagori items   */
	.catagori-section-wrapper div.row div.col-md-3 {
		padding: 0px 10px 0px !important;
	}
	.shopping-nabber-add {
        margin-top: 46px;
    }
    .checkOut{
        margin-top: 46px;
    }
    .col-md-4 im-card{
        margin-top: 46px;
    }
}
@media screen and (min-width: 992px) {
    .shopping-nabber-add {
        margin-top: 0px;
    }
    .checkOut{
        margin-top: 0px;
    }
}
@media screen and (min-width: 1200px) {
    .shopping-nabber-add {
        margin-top: 5px;
    }
    .checkOut{
        margin-top: 5px;
    }
}
