/*Nav menu*/
@import "slicknav.min.css";
/*fontAwsome 4.7*/
@import "font-awesome.min.css";
/*owl.carousel*/
@import "owl.carousel.min.css";
/*elegant-icons*/
@import "elegant-icons.css";
/* blog page */
@import "blog.css";
/* custom css */
@import "custom.css";
/* custom css */
@import "cat-slider.css";
/* signup-page css */
@import "signup.css";
/* dashborad-page css */
@import "dashboard.css";
/* contact-page css */
@import "contact.css";
/* product-details-css */
@import "product-details.css";
/* datepicker-css */
@import "bootstrap-datepicker3.min.css";
/* wedding-photo-css */
@import "wedding-photo.css";
/* current-opening-css */
@import "current-opening.css";
/* reel-weddings-gallery */
@import "reel-weddings-gallery.css";



/* custom css */
/*----------------------------------------*/

/* custom CSS
/*----------------------------------------*/
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Unna';
	src: url('../fonts/Unna-Regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'Unna';
	src: url('../fonts/Unna-Bold.ttf') format('truetype');
	font-weight: bold;
}

html,
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #3d3d3d;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
	text-align: center;
}

.section-title span {
	color: #e53637;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}

.section-title h2 {
	color: #111111;
	font-weight: 700;
	line-height: 46px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
	background: #7C1041;
}

.header__top {
	background: #F72585;
	padding: 0;
}

.header__top__left {
	padding: 12px 0;
}
.form-control:focus {
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.header__top__left p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 2px;
}

.header__top__right {
	text-align: right;
}

.header__top__links {
	display: inline-block;
}

.header__top__links a {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	margin-right: 0;
	display: inline-block;
	border-left: 1px solid #ffffff85;
	padding: 15px 20px;
}

.header__top__links a:last-child {
	margin-right: 0;
}

.header__top__hover {
	display: inline-block;
	position: relative;
	padding: 0px;
	background: #7f0b3f;
}

.header__top__hover:hover ul {
	top: 50px;
	opacity: 1;
	visibility: visible;
}

.header__top__hover span {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	cursor: pointer;
}

.header__top__hover span i {
	font-size: 20px;
	position: relative;
	top: 3px;
	right: 2px;
}

.mobile_profile_menu {
	display: none;
}

.header__top__hover ul {
	display: inline-block;
	padding: 2px 0;
	position: absolute;
	left: 0;
	top: 44px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__top__hover ul li {
	list-style: none;
	font-size: 13px;
	color: #fff;
	padding: 10px 35px;
	cursor: pointer;
	width: 200px;
	background: #82043c;
}

.header__logo {
	padding: 0;
}

.header__logo img {
	width: 80%;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	text-align: center;
	padding: 34px 0 30px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 35px;
	position: relative;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 60px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
    position: absolute;
    left: -50px;
    top: 58px;
    width: 900px;
    background: #fff;
    text-align: left;
    padding: 1.5em;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 10px !important
}

.header__menu .text-pink {
    color: #f72585;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
}
.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
    font-size: 12px !important;
    color: #2d2b2a;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .2px;
}
.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 15px;
	color: #fff;
	display: block;
	font-weight: 300;
	position: relative;
	padding: 3px 0;
	letter-spacing: 1.5px;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #f72585;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__nav__option ul {
	display: inline-flex;
	list-style: none;
}

.header__nav__option a {
	display: inline-block;
}

.header__nav__option .nav-link {
	display: block;
	padding: 0;
}

.header__nav__option nav.navbar.navbar-expand-sm {
	padding: 0;
}

.header__nav__option a span {
	color: #0d0d0d;
	font-size: 11px;
	position: absolute;
	left: 5px;
	top: 8px;
}

.header__nav__option {
	float: right;
}

.header__nav__option .dropdown-item:active {
	color: #F72585 !important;
	text-decoration: none;
	background-color: #f8f9fa;
	padding: 10px 20px;
}

.header__nav__option .dropdown-item {
	color: #F72585 !important;
	text-decoration: none;
	background-color: #f8f9fa;
	border-bottom: 1px solid #dfdfdf;
	padding: 8px 20px;
	font-size: 16px;
}

.header__nav__option .dropdown-menu {
	padding: 0;
}

.header__nav__option .nav-item.dropdown a {
	color: #F72585;
}

.header__nav__option a:last-child {
	margin-right: 20px;
}

.header__nav__option .price {
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	display: inline-block;
	margin-left: -20px;
	position: relative;
	top: 3px;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

.search-switch {
	background: #a9185a;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 0;
}

.search-switch .fa.fa-search {
	color: #cfcfcf !important;
	opacity: 100% !important;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 300 !important;
}

.search-switch img {
	margin-top: 10px;
}

.login-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #ffffff;
	background: #F72585;
	letter-spacing: 1px;
}

.btn.login-btn:hover {
	color: #a9185a;
}

.cart-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	height: auto;
	overflow: hidden;
}

.cart-icon .fa.fa-shopping-cart {
	color: #fff;
	font-size: 24px;
	margin-top: 8px;
}

span.count {
	color: #fff !important;
	left: 25px !important;
	top: 0 !important;
}

a.cart-icon {
	width: 45px;
	text-align: center;
	margin: 8px;
}

.col-lg-3.col-md-2.mob-none {
	padding: 25px 0 0px;
}

.count {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 52;
	font-size: 11px;
	border-radius: 50%;
	background: #F72585;
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: block;
	text-align: center;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

/* header search */
.header_box {
	background: url(/img/header/header_bg.png) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding: 15em 0;
}

.header_search_box {
	text-align: center;
}

.form-title {
	color: #fff;
	font-size: 3em;
	font-family: Unna;
	font-weight: 600;
	margin-bottom: 20px;
}

.header_search_box .form-inline {
	display: inline-flex;
}

.header_search_box select.form-control {
	/* padding: 20px 10px; */
	min-height: 64px;
	width: 300px !important;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-size: 2em;
	color: #ADB5BD;
}

span.input-group-addon {
	background: #fff;
	padding: 20px 0px 20px 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 0;
}

span.input-group-addon2 {
	background: #fff;
	padding: 20px 0px 20px 20px;
	border-left: 1px solid #ccc;
}

.header_search_box .form-control {
	border: #fff 1px solid;
}

.header_search_box select.form-control {
	/* padding: 20px 10px; */
	min-height: 64px;
	width: 300px !important;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	/* letter-spacing: 1.5px; */
	font-size: 1em;
}

.vendor-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 30px;
	color: #ffffff;
	background: #F72585;
	letter-spacing: 1px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	min-height: 64px;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	background: #111111;
	padding-top: 70px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about .footer__logo {
	margin-bottom: 30px;
}

.footer__about .footer__logo a {
	display: inline-block;
}

.footer__about p {
	color: #b7b7b7;
	margin-bottom: 30px;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.footer__widget ul li {
	line-height: 36px;
	list-style: none;
}

.footer__widget ul li a {
	color: #b7b7b7;
	font-size: 15px;
}

.footer__widget .footer__newslatter p {
	color: #b7b7b7;
}

.footer__widget .footer__newslatter form {
	position: relative;
}

.footer__widget .footer__newslatter form input {
	width: 100%;
	font-size: 15px;
	color: #3d3d3d;
	background: transparent;
	border: none;
	padding: 15px 0;
	border-bottom: 2px solid #ffffff;
}

.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-moz-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input:-ms-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-ms-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form button {
	color: #b7b7b7;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	background: transparent;
	border: none;
}

.footer__copyright__text {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	margin-top: 40px;
}

.footer__copyright__text p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer__copyright__text p i {
	color: #e53637;
}

.footer__copyright__text p a {
	color: #e53637;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 980px) and (max-width: 1024px) { 
.header__menu ul li a {
    font-size: 11px !important;
}
.header__nav__option a:last-child {
    margin-right: 8px !important;
}
.login-btn {
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 15px !important;
    color: #ffffff;
    background: #F72585;
    letter-spacing: 1px;
    margin-right: 0px !important;
}
.header__top__links a {
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 2px;
    margin-right: 0;
    display: inline-block;
    border-left: 1px solid #ffffff85;
    padding: 18px 16px;
}

.header__top__left p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 2px;
}

.top-search-filter .select-items div, .select-selected {
	padding: 13px 16px
}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.header__top__links a {
		padding: 18px 10px;
		font-size: 10px;
	}

	.header__top__hover span {
		font-size: 10px;
	}

	.header__top__left p {
		font-size: 10px;
	}

	.header__top__hover {
		padding: 0px 20px;
	}

	.header__menu ul li a {
		font-size: 16px !important;
	}

	.header__menu ul li {
		margin-right: 15px !important;
	}

	.header__menu {
		text-align: center;
		padding: 20px 0 30px;
	}

	.header__nav__option {
		text-align: right;
		display: inline-flex !important;
		margin-top: 16px !important;
	}

	.login-btn {
		font-size: 11px;
	}

	.login-btn {
	display: inline-block !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 15px;
    color: #ffffff;
    background: #F72585;
    letter-spacing: 1px;
    margin-right: 17px !important;

	}

	.col-lg-3.col-md-2.mob-none {
		padding: 0;
	}

	.header__nav__option a:last-child {
		margin-right: 14px;
	}

	.search-switch {
		background: #a9185a;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		text-align: center;
		position: relative;
		top: 0;
		right: 18px;
	}
}


@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categories__text h2 {
		font-size: 26px;
	}

	.header__menu ul li {
		margin-right: 18px;
	}

	.hero__slider.owl-carousel .owl-nav button {
		left: 2px;
	}

	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 2px;
	}

	.testimonial__text {
		padding: 130px 45px 175px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__menu ul li {
		margin-right: 10px;
	}

	.header__nav__option a {
		margin-right: 10px;
	}

	.header__nav__option .price {
		margin-left: 0;
	}

	.hero__slider.owl-carousel .owl-nav button {
		left: 2px;
	}

	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 2px;
	}

	.banner__item.banner__item--middle {
		margin-top: 0;
	}

	.banner__item.banner__item--last {
		margin-top: 0;
	}

	.banner__item {
		margin-bottom: 40px;
	}

	.banner {
		padding-bottom: 60px;
	}

	.categories__text {
		margin-bottom: 40px;
	}

	.categories__hot__deal {
		margin-bottom: 40px;
	}

	.instagram__text {
		padding-top: 70px;
	}

	.shop__sidebar {
		padding-right: 0;
		padding-top: 40px;
	}

	.cart__discount {
		margin-top: 40px;
	}

	.testimonial__text {
		padding: 100px 105px 100px;
	}

	.blog__details__share {
		position: relative;
		left: 0;
		margin-bottom: 18px;
	}

	.blog__details__share span {
		margin-bottom: 14px;
		margin-right: 0;
	}

	.blog__details__share ul li {
		margin-bottom: 15px;
		display: inline-block;
		margin-right: 10px;
	}

	.blog__details__share ul li:last-child {
		margin-right: 0;
	}
}

/* Wide Mobile = 480px */
@media only screen and (min-width:461px)and (max-width: 768px) {
	.slicknav_nav .col-md-4 {
    -ms-flex: 0 0 99.5% !important;
    flex: 0 0 99.5% !important;
    max-width: 99.5% !important;
}

.slicknav_menu .text-pink {
	color: #F72585;
	font-weight: 600;
	font-size: 14px;
}

	.dropdown-item {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
		font-size: 12px;
	}

	.header {
		background: #7C1041;

	}

	.header__logo img {
		width: 100% !important;
	}

	.mobile_profile_menu .navbar {
		position: absolute;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: .5rem 1rem;
		top: 9px;
		left: 515px;
	}

}

@media only screen and (max-width: 768px) {
	.mobile_profile_menu {
		display: block;

	}
	.header__menu ul li {
		display: block;
		margin-right: 0;
	}
.slicknav_menu .text-pink {
	color: #F72585;
	font-weight: 600;
	font-size: 14px;
}
	.mobile_profile_menu {
		display: block;
	}

	.collapse:not(.show) {
		display: none;
	}

	.mob-none {
		display: none;
	}

	.header__logo img {
		width: 150px;
	}

	.search-switch {
		background: transparent;
	}

	.search-switch {
		width: auto;
		height: auto;
		text-align: center;
		position: relative;
		top: 0;
	}

	.offcanvas__option {
		margin-bottom: 30px;
		display: inline-flex;
	}

	.search-switch .fa.fa-search {
		color: #222 !important;
		font-size: 16px;
		margin-top: 5px;
		font-weight: 300 !important;
	}

	.offcanvas__links a {
		margin-right: 15px !important;

	}

	.offcanvas__links {
		display: inline-block;
		margin-right: 5px !important;
	}

	.canvas__open {
		display: block;
		font-size: 22px;
		color: #fff;
		height: 35px;
		width: 35px;
		padding: 5px;
		/* line-height: 35px; */
		text-align: center;
		border: 1px solid #fff;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 25px;
	}

	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}

	.offcanvas-menu-overlay.active {
		visibility: visible;
	}

	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #ffffff;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}

	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}

	.offcanvas__menu {
		display: none;
	}

	.slicknav_btn {
		display: none;
	}

	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}

	.slicknav_nav ul {
		margin: 0;
	}

	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
		font-weight: 600;
	}

	.slicknav_nav .slicknav_arrow {
		color: #111111;
	}

	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}

	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}

	.slicknav_nav {
		display: block !important;
	}

	.offcanvas__option {
		text-align: center;
		margin-bottom: 30px;
	}

	.offcanvas__links {
		display: inline-block;
		margin-right: 25px;
	}

	.offcanvas__links a {
		color: #111111;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-right: 16px;
		display: inline-block;
		font-weight: 600;
	}

	.offcanvas__links a:last-child {
		margin-right: 0;
	}

	.offcanvas__top__hover {
		display: inline-block;
		position: relative;
	}

	.offcanvas__top__hover:hover ul {
		top: 24px;
		opacity: 1;
		visibility: visible;
	}

	.offcanvas__top__hover span {
		color: #111111;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: inline-block;
		cursor: pointer;
		font-weight: 600;
	}

	.offcanvas__top__hover span i {
		font-size: 20px;
		position: relative;
		top: 3px;
		right: 2px;
	}

	.offcanvas__top__hover ul {
		background: #111111;
		display: inline-block;
		padding: 2px 0;
		position: absolute;
		left: 0;
		top: 44px;
		opacity: 0;
		visibility: hidden;
		z-index: 3;
		-webkit-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		transition: all, 0.3s;
	}

	.offcanvas__top__hover ul li {
		list-style: none;
		font-size: 13px;
		color: #ffffff;
		padding: 2px 15px;
		cursor: pointer;
	}

	.offcanvas__nav__option {
		text-align: center;
		margin-bottom: 25px;
	}

	.offcanvas__nav__option a {
		display: inline-block;
		margin-right: 26px;
		position: relative;
	}

	.offcanvas__nav__option a span {
		color: #0d0d0d;
		font-size: 11px;
		position: absolute;
		left: 5px;
		top: 8px;
	}

	.offcanvas__nav__option a:last-child {
		margin-right: 0;
	}

	.offcanvas__nav__option .price {
		font-size: 15px;
		color: #111111;
		font-weight: 700;
		display: inline-block;
		margin-left: -20px;
		position: relative;
		top: 3px;
	}

	.offcanvas__text p {
		color: #111111;
		margin-bottom: 0;
	}

	.header__top {
		display: none;
	}

	.header .container {
		position: relative;
	}

	.header__menu {
		display: none;
	}

	.header__nav__option {
		display: none;
	}

	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}

	.hero__slider.owl-carousel .owl-nav button {
		left: 15px;
		top: 80%;
	}

	.hero__slider.owl-carousel .owl-nav button.owl-next {
		left: 75px;
		right: 0;
	}

	.banner__item.banner__item--middle {
		margin-top: 0;
	}

	.banner__item.banner__item--last {
		margin-top: 0;
	}

	.banner__item {
		margin-bottom: 40px;
	}

	.banner {
		padding-bottom: 60px;
	}

	.banner__item__pic {
		float: none;
	}

	.banner__item__pic img {
		min-width: 100%;
	}

	.banner__item__text {
		max-width: 100%;
		position: relative;
		top: 0;
		padding-top: 22px;
	}

	.filter__controls li {
		margin-right: 15px;
	}

	.categories__text {
		margin-bottom: 40px;
	}

	.categories__hot__deal {
		margin-bottom: 40px;
	}

	.instagram__text {
		padding-top: 70px;
	}

	.instagram__pic__item {
		width: 50%;
	}

	.shop__product__option__right {
		text-align: left;
		padding-top: 20px;
	}

	.shop__sidebar {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.testimonial__text {
		padding: 100px 40px 100px;
	}

	.product__details__breadcrumb {
		text-align: left;
	}

	.product__details__pic .nav-tabs {
		width: auto;
		margin-bottom: 40px;
	}

	.product__details__pic .nav-tabs .nav-item {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.product__details__option__size {
		display: block;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.product__details__last__option h5:before {
		width: 440px;
	}

	.product__details__tab .nav-tabs .nav-item {
		margin-bottom: 15px;
	}

	.shopping__cart__table {
		overflow-y: auto;
	}

	.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
		float: none;
		margin-right: 0;
	}

	.continue__btn {
		text-align: center;
	}

	.continue__btn.update__btn {
		text-align: center;
		margin-top: 20px;
	}

	.cart__discount {
		margin-top: 40px;
	}

	.checkout__order {
		margin-top: 20px;
	}

	.blog__details__share {
		position: relative;
		left: 0;
		margin-bottom: 18px;
	}

	.blog__details__share span {
		margin-bottom: 14px;
		margin-right: 0;
	}

	.blog__details__share ul li {
		margin-bottom: 15px;
		display: inline-block;
		margin-right: 10px;
	}

	.blog__details__share ul li:last-child {
		margin-right: 0;
	}

	.blog__details__author {
		text-align: center;
		margin-bottom: 20px;
	}

	.blog__details__tags {
		text-align: center;
	}

	.contact__text {
		margin-bottom: 40px;
	}

	.hero__social {
		margin-top: 180px;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.dropdown-menu {
		position: absolute !important;
		top: 100%;
		left: -10px;
		z-index: 1000;
		display: none;
		float: left;
		min-width: auto;
		padding: .5rem 0;
		margin: .125rem 0 0;
		font-size: 1rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: .25rem;
	}
	.mobile_profile_menu .navbar {
		position: absolute;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: .5rem 1rem;
		top: 5px;
        left: 190px;
	}

	.dropdown-item {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
		font-size: 14px;
	}

	.cart__total {
		padding: 35px 30px 40px;
	}

	.hero__items {
		height: auto;
		padding-top: 130px;
		padding-bottom: 40px;
	}

	.hero__text h2 {
		font-size: 36px;
		line-height: 48px;
	}

	.hero__social {
		margin-top: 145px;
	}

	.categories__deal__countdown .categories__deal__countdown__timer {
		margin-left: 0;
	}

	.instagram__pic__item {
		width: 100%;
	}

	.testimonial__text {
		padding: 60px 40px 60px;
	}

	.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
		width: 100%;
	}

	.product__details__pic .nav-tabs .nav-item {
		margin-bottom: 10px;
		width: calc(33.33% - 10px);
	}

	.product__details__last__option h5:before {
		width: 280px;
	}

	.product__details__cart__option .quantity {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.product__details__last__option h5 span {
		font-size: 16px;
	}

	.blog__hero__text h2 {
		font-size: 36px;
	}

	.categories__text h2 {
		font-size: 30px;
		line-height: 55px;
	}

	.categories__text:before {
		height: 250px;
	}
}