/* 
	CSS Document 
	Author : Soumen Maity.
	Email: soumenmaity2008@rediffmail.com
	Project Name: ORI Venture.
	Date: 08-JAN-2019
	File: Style.css
*/
/*
	font-family: 'Poppins', sans-serif;
*/
body {
	font-family: "Montserrat", sans-serif;
}

* {
	outline: none !important;
}

a {
	color: inherit;
	text-decoration: none !important;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
a:hover {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: inherit;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	text-transform: uppercase !important;
	font-weight: 600 !important;
}

ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	color: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 10px 15px;
	display: block;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 10px 15px;
	display: block;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

.ofr {
	font-weight: 700;
}

.loder-cover {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99;
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	transition: ease 0.4s;
}
.loder-cover.remove {
	opacity: 0;
	visibility: hidden;
}

.searchbar-menu {
	padding: 30px 30px;
	color: #333;
	position: fixed;
	left: 0;
	top: -200px;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	display: block;
	-webkit-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	transition: ease 0.4s;
}
.searchbar-menu.search-menu-open {
	visibility: visible;
	opacity: 1;
	top: 0;
	-webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
}
.searchbar-menu .searchbar-menu-inner {
	position: relative;
	height: 100%;
}
.searchbar-menu .searchbar-menu-inner .search-form-wrap {
	position: relative;
	height: 100%;
}
.searchbar-menu .searchbar-menu-inner .search-form-wrap form {
	vertical-align: middle;
	position: relative;
	padding: 0 50px;
}
.searchbar-menu .searchbar-menu-inner .search-form-wrap form button {
	left: 0;
	padding: 0;
	background-color: transparent;
	border: 0px none;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(0);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}
.searchbar-menu .searchbar-menu-inner .search-form-wrap form button img {
	width: 28px;
}
.searchbar-menu .searchbar-menu-inner .search-form-wrap form input {
	font-size: 22px;
	border: 0px none;
	width: 100%;
	padding: 0 20px;
	font-weight: 300;
	line-height: 50px;
	border-bottom: 2px solid #f5f5f5;
}
.searchbar-menu
	.searchbar-menu-inner
	.search-form-wrap
	form
	.search-close-icon {
	padding: 0;
	background-color: transparent;
	border: 0px none;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(0);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	right: 0;
	display: block;
	-webkit-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	transition: ease 0.4s;
}
.searchbar-menu
	.searchbar-menu-inner
	.search-form-wrap
	form
	.search-close-icon:hover {
	opacity: 0.4;
}
.searchbar-menu
	.searchbar-menu-inner
	.search-form-wrap
	form
	.search-close-icon
	img {
	width: 28px;
}
.searchbar-menu .search-results-wrap {
	display: none;
}

header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	-webkit-background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
header.active {
	background-color: black;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
	-webkit-animation: fadeInDown 0.5s;
	animation: fadeInDown 0.5s;
}
header .bottom-footer {
	background-color: #fff;
}
header .bottom-footer .container-fluid {
	padding: 0;
}
header .bottom-footer .upper_head {
	width: 100%;
	height: auto;
	background-color: #272b2e;
	padding: 0px 100px;
}
header .bottom-footer .upper_head_new {
	width: 100%;
	height: auto;
	background-color: red;
	padding: 0px 100px;
}
header .bottom-footer .main_header {
	padding: 0px 90px;
}
header .bottom-footer .logo {
	float: left;
}
header .bottom-footer .logo a {
	float: left;
}
header .bottom-footer .logo a img {
	display: block;
	width: 132px;
	height: 104px;
	margin: 10px auto;
	margin-top: -23px;
	margin-bottom: -35px;
}
header .bottom-footer .menu-cart {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .bottom-footer .menu-cart .main-menu {
	padding: 10px 0px;
	width: 100%;
	text-align: left;
}
header .bottom-footer .menu-cart .main-menu > ul > li {
	display: inline-block;
}
header .bottom-footer .menu-cart .main-menu > ul > li p {
	font-size: 16px;
	padding: 0px 15px;
	font-weight: 600;
	color: #000;
}
header .bottom-footer .menu-cart .main-menu > ul > li a {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	padding: 12px;
	font-weight: 600;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	color: red;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
}
header .bottom-footer .menu-cart .main-menu > ul > li a:hover {
	background: #000;
}
header .bottom-footer .menu-cart .main-menu > ul > li a:hover {
	color: #ffff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
header .bottom-footer .menu-cart .main-menu > ul > li a ul li {
	padding: 10px 5px;
	font-size: 14px;
	color: #000;
}
header .bottom-footer .menu-cart .whishlist {
	padding-left: 20px;
}
header .bottom-footer .menu-cart .all_icon a {
	line-height: 50px;
	font-size: 25px;
}
header .bottom-footer .menu-cart .cart-box {
	padding-left: 20px;
}
header .bottom-footer .srch {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .bottom-footer .search-box-btn-open {
	font-size: 20px;
	cursor: pointer;
	color: #eee;
}
header .bottom-footer .search-box-btn-open img {
	width: 24px;
	height: 24px;
}
header .bottom-footer .search-box-btn-open:hover {
	color: #fff;
}
header .bottom-footer .whishlist a {
	line-height: 36px;
	text-align: center;
	padding: 0px 0px;
	display: block;
	color: red;
	cursor: pointer;
	font-size: 15px;
}
header .bottom-footer .whishlist a.active {
	color: red;
}
header .bottom-footer .whishlist a:hover {
	color: red;
}
header .bottom-footer .whishlist .dropdown-menu {
	left: auto;
	right: 50px;
	padding: 0px;
	padding: 10px 0px;
}
header .bottom-footer .whishlist .dropdown-menu .dropdown-item {
	color: #000;
	text-align: left;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 600;
}
header .bottom-footer .whishlist .dropdown-menu .dropdown-item:hover {
	background-color: #f7f5f5;
	color: #3572b9;
}
header .bottom-footer .whishlist .dropdown-menu .dropdown-divider {
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
header .bottom-footer .cart-box {
	float: right;
	padding: 0px;
}
header .bottom-footer .cart-box a {
	line-height: 36px;
	padding: 0 0px;
	display: block;
	color: red;
	cursor: pointer;
}
header .bottom-footer .cart-box a.active {
	opacity: 1;
}
header .bottom-footer .cart-box a:hover {
	opacity: 0.8;
}
header .bottom-footer .cart-box a i {
	font-size: 20px;
}
header .bottom-footer .cart-box a span {
	font-size: 16px;
}
header .bottom-footer .cart-box a b {
	font-weight: 500;
	display: inline-block;
	margin: 0 5px;
}
header .nav-btn-box {
	display: none;
}

.men_menu {
	width: 70%;
	height: auto;
	background-color: #fff;
	position: absolute;
	padding: 20px;
	left: 0;
	right: auto;
	top: 45px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
	display: none;
}
.men_menu .topwear h5 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
}
.men_menu .topwear h5:hover {
	color: #2a5584 !important;
}
.men_menu .topwear ul li {
	padding-top: 10px;
}
.men_menu .topwear ul li a {
	color: #8c8c8c;
	font-weight: 400 !important;
	font-size: 15px !important;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
}
.men_menu .topwear ul li a:hover {
	color: #2a5584 !important;
}
.men_menu .topwear ul li img {
	width: auto;
	height: 50px;
	border-radius: 50px;
}
.men_menu .topwear ul li span {
	font-size: 12px;
	color: #333;
	font-weight: 600;
}
.men_menu .offer ul li {
	padding-top: 10px;
}
.men_menu .offer ul li img {
	width: auto;
	height: 150px;
}

.women_menu {
	width: 70%;
	height: auto;
	background-color: #fff;
	position: absolute;
	padding: 20px;
	left: 0;
	right: auto;
	top: 45px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
	display: none;
}
.women_menu .topwear h5 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
}
.women_menu .topwear h5:hover {
	color: #2a5584 !important;
}
.women_menu .topwear ul li {
	padding-top: 10px;
}
.women_menu .topwear ul li a {
	color: #8c8c8c;
	font-weight: 400 !important;
	font-size: 15px !important;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
}
.women_menu .topwear ul li a:hover {
	color: #2a5584 !important;
}
.women_menu .topwear ul li img {
	width: auto;
	height: 50px;
	border-radius: 50px;
}
.women_menu .topwear ul li span {
	font-size: 12px;
	color: #333;
	font-weight: 600;
}
.women_menu .offer ul li {
	padding-top: 10px;
}
.women_menu .offer ul li img {
	width: auto;
	height: 150px;
}

.men_menu_show {
	display: block;
}

.top-slider {
	position: relative;
	margin-top: 0;
	padding-top: 0;
	height: 90vh;
}
.top-slider .hero-caption {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	z-index: 1;
	color: #fff;
}
.top-slider .hero-caption h1 {
	font-size: 75px;
	font-weight: 100;
}
.top-slider .hero-caption p {
	font-size: 18px;
	padding: 0px 0;
	color: inherit;
}
.top-slider .hero-caption .link {
	padding-top: 20px;
}
.top-slider .hero-caption .link a {
	display: inline-block;
	padding: 0 40px;
	line-height: 36px;
	border-radius: 20px;
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.top-slider .hero-caption .link a:hover {
	background-color: #fff;
	color: #111;
}
.top-slider .main-slider .slick-slide {
	background-position: center;
	background-size: cover;
	height: 90vh;
	position: relative;
}
.top-slider .main-slider .slick-slide .cov {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-slider .main-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	overflow: hidden;
	opacity: 0.3;
	font-size: 0;
	background-position: center;
	background-size: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	width: 30px;
}
.top-slider .main-slider .slick-arrow:hover {
	opacity: 1;
	width: 50px;
}
.top-slider .main-slider .slick-arrow.slick-prev {
	left: 0px;
	background-image: url(../images/left-arrow.png);
	border-radius: 0 5px 5px 0;
}
.top-slider .main-slider .slick-arrow.slick-next {
	right: 0px;
	background-image: url(../images/right-arrow.png);
	border-radius: 5px 0 0 5px;
}

.after-slider-wrap {
	padding: 60px 0 0px;
	color: #fff;
}
.after-slider-wrap .head {
	text-align: center;
	padding: 0 10%;
	margin-bottom: 30px;
}
.after-slider-wrap .head h3 {
	font-size: 34px;
	font-weight: 400;
}
.after-slider-wrap .head p {
	opacity: 0.8;
	font-size: 16px;
}
.after-slider-wrap a {
	height: 100%;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 5px;
	overflow: hidden;
	color: #fff;
}
.after-slider-wrap a:hover h3 {
	font-weight: 400;
}
.after-slider-wrap a .img-tag {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	-webkit-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	transition: ease 0.4s;
}
.after-slider-wrap a .img-tag:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.after-slider-wrap a h3 {
	font-weight: 300;
	font-size: 20px;
	padding-top: 20px;
}
.after-slider-wrap a p {
	opacity: 0.8;
}
.after-slider-wrap .slick-arrow {
	position: absolute;
	top: -75px;
	z-index: 1;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 0;
	background-position: center;
	background-size: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 1px solid #999;
}
.after-slider-wrap .slick-arrow:hover {
	opacity: 1;
	width: 40px;
	background-color: #fff;
	border: 0;
}
.after-slider-wrap .slick-arrow.slick-prev {
	right: 60px;
	background-image: url(../images/left-arrow.png);
	border-radius: 5px 0 0 5px;
}
.after-slider-wrap .slick-arrow.slick-next {
	right: 10px;
	background-image: url(../images/right-arrow.png);
	border-radius: 0 5px 5px 0;
}

.pic-plan-wrap {
	padding: 0px;
	margin-top: 50px;
}
.pic-plan-wrap .heading {
	text-align: center;
	margin-bottom: 30px;
}

.pic-plan-wrap .heading h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
}
.pic-plan-wrap .row > div {
	margin-bottom: 0px;
}
.pic-plan-wrap .image {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.pic-plan-wrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pic-plan-wrap .dtls h4 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.pic-plan-wrap .dtls p {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	width: 95%;
}

.category_sec {
	width: 100%;
	height: auto;
	margin: 0px auto;
	margin-top: 50px;
	background-color: #f7f7f7;
	padding-bottom: 50px;
}
.category_sec .heading {
	width: 100%;
	text-align: center;
}
.category_sec .heading h3 {
	font-size: 30px;
	color: #000;
	font-weight: 700;
}
.category_sec .row > div {
	padding-right: 8px;
	padding-left: 8px;
}
.category_sec .cat-row {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.category_sec .cat-row .cat-sec {
	width: auto;
	height: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.category_sec .cat-row .cat-sec .category {
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	border: 2px solid #2b1f7f;
	border-radius: 100%;
}
.category_sec .category a {
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
	display: block;
}
.category_sec .cat-row .cat-sec h4 {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
.category_sec .category a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.category_sec .category img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.news_letter {
	width: 100%;
	height: auto;
	background-color: #555;
	padding: 20px 0px;
}
.news_letter .newsletter {
	width: 100%;
	height: auto;
	padding: 20px 0px;
}
.news_letter .newsletter h5 {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.news_letter .newsletter p {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.news_letter .newsletter input[type="text"] {
	background-color: #fff;
	position: relative;
	width: 70%;
	height: 50px;
}
.news_letter .newsletter button {
	width: 32%;
	height: 50px;
	position: absolute;
	right: 0;
	top: 20px;
	bottom: 0;
	background-color: #ff0000;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.product-sec {
	width: 100%;
	margin-top: 50px;
}
.product-sec .heading {
	text-align: center;
	width: 100%;
}
.product-sec .heading h3 {
	font-size: 30px;
	color: #000;
	font-weight: 700;
}
.product-sec #myBtnContainer {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.product-sec .show {
	display: block;
}

/* Style the buttons */
.product-sec .btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: #c93b0b;
	cursor: pointer;
	color: #fff;
}

.product-sec .btn:hover {
	background-color: #c93b0b;
}

.product-sec .btn.active {
	background-color: #fc234a;
	color: white;
}

footer {
	/*
   	background-image:url(../images/img18.jpg);
   	background-size: cover;
   	background-position: center;
   	background-attachment: fixed;
   	*/
	background-color: #2b1f7f;
	margin-top: 50px;
}
footer .upper-footer {
	padding: 40px 0 0px;
	color: #fff;
}
footer .upper-footer img {
	width: auto;
	height: 100px;
}
footer .upper-footer .row > div {
	margin-bottom: 30px;
}
footer h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	color: #ffff;
}
footer hr {
	border-bottom: 2px solid #ffff;
	width: 30%;
	margin-left: 0px;
}
footer input[type="text"] {
	background-color: #fff;
	position: relative;
	width: 70%;
	height: 40px;
	color: #000;
	font-weight: 700;
}
footer input[type="text"]:placeholder-shown {
	color: #000;
}
footer button {
	width: 30%;
	height: 40px;
	position: absolute;
	right: 12px;
	top: 54px;
	bottom: 0;
	background-color: red;
	background-color: red;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
footer table {
	margin-top: 15px;
}
footer table td {
	padding-bottom: 10px;
	color: #ffff;
}
footer table td:first-child {
	padding-right: 8px;
	width: 40px;
	font-size: 18px;
}
footer table td i {
	color: #ffff;
}
footer table td a {
	color: #ffff;
	opacity: 0.8;
}
footer table td a:hover {
	color: #ffff;
	opacity: 0.8;
}
footer .flink li {
	padding-bottom: 10px;
}
footer .flink li a {
	display: inline-block;
	color: #ffff;
}
footer .flink li a:hover {
	color: #ffff;
	opacity: 0.8;
}
footer .fpro {
	text-align: center;
}
footer .fpro li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	position: relative;
}
footer .fpro li:last-child::after {
	display: none;
}
footer .fpro li::after {
	position: absolute;
	content: "|";
	right: -2px;
	top: 0;
	opacity: 0.4;
	line-height: 30px;
}
footer .fpro li a {
	opacity: 0.6;
	display: block;
	line-height: 30px;
}
footer .fpro li a:hover {
	opacity: 1;
	color: #fff;
}
footer .copy-wrap .copy-in {
	border-top: 1px solid #ccc;
	padding: 15px 0;
	color: #fff;
}
footer p {
	opacity: 0.8;
	margin-bottom: 0px;
	color: #ffff;
}
footer .ovlink a {
	opacity: 0.8;
}
footer .ovlink a:hover {
	opacity: 1;
}
footer .click-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9;
	opacity: 0;
	pointer-events: none;
}
footer .click-to-top.active {
	opacity: 1;
	pointer-events: auto;
}
footer .click-to-top a {
	background-color: #444;
	color: #fff;
	display: block;
	width: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	opacity: 0.5;
	border-radius: 50%;
}
footer .click-to-top a:hover {
	background-color: #999;
	color: #222;
	opacity: 1;
}

.copy-right {
	padding: 16px 0;
}
.copy-right p {
	margin: 0;
	color: #fff;
	float: left;
}
.copy-right .ovlink {
	float: right;
	font-size: 11px;
	color: #999;
}

.top-banner {
	height: 300px;
	background-color: #eee;
	overflow: hidden;
}
.top-banner img {
	display: block;
	width: 100%;
}

.product-listing-wrap {
	padding: 60px 0px;
	background-color: #f5f5f5;
}
.product-listing-wrap .catbox {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}
.product-listing-wrap .catbox h3 {
	background-color: #323232;
	padding: 15px 10px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px 3px 0 0;
	font-size: 16px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 400;
	cursor: pointer;
}
.product-listing-wrap .catbox h3 i {
	float: right;
}
.product-listing-wrap .catbox form {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	transition: ease 0.4s;
}
.product-listing-wrap .catbox form.open {
	max-height: 30000px;
	opacity: 1;
	visibility: visible;
}
.product-listing-wrap .catbox ul {
	border: 1px solid #ececec;
	border-top: 0;
	border-bottom: 0;
}
.product-listing-wrap .catbox ul li {
	padding: 16px 15px;
	border-bottom: 1px solid #ececec;
}
.product-listing-wrap .catbox ul .input {
	width: 12px;
	height: 12px;
	float: left;
	position: relative;
	cursor: pointer;
}
.product-listing-wrap .catbox ul .input input {
	display: block;
	border: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.product-listing-wrap .catbox ul .input input:checked + span {
	background-color: #000;
	border: 1px solid #000;
}
.product-listing-wrap .catbox ul .input span {
	display: block;
	border: 0;
	width: 12px;
	height: 12px;
	pointer-events: none;
	border: 1px solid #c7c7c7;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.product-listing-wrap .catbox ul label {
	display: flex;
	align-items: center;
	margin: 0;
	float: left;
	width: calc(100% - 12px);
	color: #474747;
	font-weight: 300;
	font-size: 14px;
	line-height: 10px;
	padding-left: 10px;
	cursor: pointer;
}
.product-listing-wrap .catbox ul label .color-box {
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 10px;
	border-radius: 50%;
}
.product-listing-wrap .shorting-wrap {
	padding: 10px 15px;
	margin-bottom: 30px;
	border-radius: 3px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}
.product-listing-wrap .shorting-wrap p {
	margin: 0;
}
.product-listing-wrap .shorting-wrap .shorting select {
	border: 1px solid #ffff;
	border-radius: 0;
	height: 38px;
	padding: 0 15px;
	cursor: pointer;
}
.product-listing-wrap .p-list .col-md-4 {
	display: none;
}
.product-listing-wrap .pro-card {
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.product-listing-wrap .pro-card:hover {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.product-listing-wrap .pro-card:hover figure a {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.product-listing-wrap .pro-card .pro-card-in {
	border: 1px solid #eee;
	position: relative;
	background-color: #fff;
	padding-bottom: 10px;
}
.product-listing-wrap .pro-card .pro-card-in .save {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 44px;
	height: 44px;
	text-align: center;
	background-color: #444;
	color: #fff;
	border-radius: 50%;
	font-size: 10px;
	line-height: 1;
	padding: 9px 0;
	z-index: 2;
}
.product-listing-wrap .pro-card .pro-card-in .save span {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.product-listing-wrap .pro-card .pro-card-in .wishlist {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 22px;
	z-index: 2;
}
.product-listing-wrap .pro-card .pro-card-in .wishlist .fa-heart::before {
	content: "\f004" !important;
}
.product-listing-wrap .pro-card .pro-card-in .wishlist a {
	color: #000;
}
.product-listing-wrap .pro-card .pro-card-in .wishlist a:hover {
	color: #000;
}
.product-listing-wrap .pro-card .pro-card-in figure {
	display: block;
	margin: 0 0 10px;
	padding: 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.product-listing-wrap .pro-card .pro-card-in figure img {
	display: block;
}
.product-listing-wrap .pro-card .pro-card-in figure a {
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.product-listing-wrap .pro-card .pro-card-in .text {
	text-align: center;
}
.product-listing-wrap .pro-card .pro-card-in .text h4 {
	padding: 0 10px;
}
.product-listing-wrap .pro-card .pro-card-in .text h4 a {
	font-size: 15px;
	text-transform: capitalize;
	color: #383838;
	display: block;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}
.product-listing-wrap .pro-card .pro-card-in .text h4 a:hover {
	color: #000;
}
.product-listing-wrap .pro-card .pro-card-in .text p {
	color: #848585;
	font-size: 14px;
}
.product-listing-wrap .pro-card .pro-card-in .text p i {
	margin-right: 3px;
}
.product-listing-wrap .pro-card .pro-card-in .text p span {
	color: #000;
	font-weight: 600;
	font-size: 17px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.product-listing-wrap .pro-card .pro-card-in .text p del {
	display: inline-block;
	vertical-align: middle;
}
.product-listing-wrap .pro-card .pro-card-in .link {
	padding: 10px 0;
	text-align: center;
}
.product-listing-wrap .pro-card .pro-card-in .link a {
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border-radius: 19px;
	background-color: #222;
	color: #eee;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 0 30px;
}
.product-listing-wrap .pro-card .pro-card-in .link a:hover {
	background-color: #ccc;
	color: #000;
}
.product-listing-wrap .load-more {
	text-align: center;
}
.product-listing-wrap .load-more a {
	line-height: 40px;
	padding: 0 50px;
	border-radius: 20px;
	color: #333;
	display: block;
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #333;
	cursor: pointer;
}
.product-listing-wrap .load-more a:hover {
	background-color: #333;
	color: #fff;
}

.promo-wrap2 .row > div {
	margin-bottom: 30px;
}
.promo-wrap2 a {
	display: block;
	background-position: center;
	background-size: cover;
}
.promo-wrap2 a:hover {
	box-shadow: 3px 3px 6px #ccc;
}
.promo-wrap2 a img {
	display: block;
	width: 100%;
}

.deal-wrap {
	padding: 30px 0 60px;
}
.deal-wrap h2 {
	font-size: 30px;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 20px;
	margin-bottom: 35px;
	line-height: 35px;
}
.deal-wrap h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 20px;
	width: 4px;
	background-color: #000;
}
.deal-wrap .pro-card {
	padding: 0 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.deal-wrap .pro-card:hover figure a {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.deal-wrap .pro-card .pro-card-in {
	border: 1px solid #eee;
	position: relative;
}
.deal-wrap .pro-card .pro-card-in .save {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 44px;
	height: 44px;
	text-align: center;
	background-color: #333;
	color: #fff;
	border-radius: 50%;
	font-size: 10px;
	line-height: 1;
	padding: 9px 0;
	z-index: 2;
}
.deal-wrap .pro-card .pro-card-in .save span {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.deal-wrap .pro-card .pro-card-in .wishlist {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 22px;
	z-index: 2;
}
.deal-wrap .pro-card .pro-card-in .wishlist .fa-heart::before {
	content: "\f004" !important;
}
.deal-wrap .pro-card .pro-card-in .wishlist a {
	color: #000;
}
.deal-wrap .pro-card .pro-card-in .wishlist a:hover {
	color: #000;
}
.deal-wrap .pro-card .pro-card-in figure {
	display: block;
	margin: 0 0 10px;
	padding: 15px;
	z-index: 1;
	position: relative;
}
.deal-wrap .pro-card .pro-card-in figure img {
	display: block;
}
.deal-wrap .pro-card .pro-card-in figure a {
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.deal-wrap .pro-card .pro-card-in .text {
	text-align: center;
}
.deal-wrap .pro-card .pro-card-in .text h4 {
	padding: 0 10px;
}
.deal-wrap .pro-card .pro-card-in .text h4 a {
	font-size: 15px;
	text-transform: capitalize;
	color: #383838;
	display: block;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}
.deal-wrap .pro-card .pro-card-in .text h4 a:hover {
	color: #000;
}
.deal-wrap .pro-card .pro-card-in .text p {
	color: #848585;
	font-size: 14px;
}
.deal-wrap .pro-card .pro-card-in .text p i {
	margin-right: 3px;
}
.deal-wrap .pro-card .pro-card-in .text p span {
	color: #000;
	font-weight: 600;
	font-size: 17px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.deal-wrap .pro-card .pro-card-in .text p del {
	display: inline-block;
	vertical-align: middle;
}
.deal-wrap .pro-card .pro-card-in .link {
	padding: 10px 0;
	text-align: center;
}
.deal-wrap .pro-card .pro-card-in .link a {
	display: inline-block;
	border-radius: 19px;
	padding: 0 20px;
	text-align: center;
	line-height: 38px;
	background-color: #222;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
}
.deal-wrap .pro-card .pro-card-in .link a:hover {
	background-color: #ccc;
	color: #000;
}
.deal-wrap .product-slide2 {
	margin: 0 -10px;
}
.deal-wrap .slick-arrow {
	position: absolute;
	top: -75px;
	z-index: 1;
	width: 30px;
	height: 30px;
	overflow: hidden;
	opacity: 0.3;
	font-size: 0;
	background-position: center;
	background-size: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 1px solid #bbb;
}
.deal-wrap .slick-arrow:hover {
	opacity: 1;
	width: 40px;
	background-color: #000;
	border: 0;
}
.deal-wrap .slick-arrow.slick-prev {
	right: 60px;
	background-image: url(../images/left-arrow.png);
	border-radius: 5px 0 0 5px;
}
.deal-wrap .slick-arrow.slick-next {
	right: 10px;
	background-image: url(../images/right-arrow.png);
	border-radius: 0 5px 5px 0;
}

.product-details-wrap {
	padding: 60px 0;
}
.product-details-wrap .product-magni .product-add-to-whishlist {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 9;
	font-size: 22px;
	cursor: pointer;
	color: #ccc;
}
.product-details-wrap .product-magni .product-add-to-whishlist:hover,
.product-details-wrap .product-magni .product-add-to-whishlist.active {
	color: #000;
}
.product-details-wrap .product-magni #zoom-figg {
	border: 1px solid #eee;
}
.product-details-wrap .product-magni #zoom-figg .MagicZoom {
	display: block;
}
.product-details-wrap .product-magni #zoom-figg .MagicZoom figure.mz-figure {
	display: block;
	width: 100%;
}
.product-details-wrap
	.product-magni
	#zoom-figg
	.MagicZoom
	figure.mz-figure
	img {
	display: block;
}
.product-details-wrap .product-magni .prodetails-slide-details {
	margin-top: 20px;
}
.product-details-wrap .product-magni .prodetails-slide-details li {
	padding: 0 2px;
}
.product-details-wrap .product-magni .prodetails-slide-details li a {
	display: block;
	border: 1px solid #eee;
}
.product-details-wrap .product-magni .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	overflow: hidden;
	opacity: 0.3;
	font-size: 0;
	background-position: center;
	background-size: 30px;
	background-color: #fff;
	background-repeat: no-repeat;
	width: 20px;
}
.product-details-wrap .product-magni .slick-arrow:hover {
	opacity: 1;
	width: 40px;
}
.product-details-wrap .product-magni .slick-arrow.slick-prev {
	left: 0px;
	background-image: url(../images/left-arrow.png);
	border-radius: 0 5px 5px 0;
}
.product-details-wrap .product-magni .slick-arrow.slick-next {
	right: 0px;
	background-image: url(../images/right-arrow.png);
	border-radius: 5px 0 0 5px;
}
.product-details-wrap .product-details-page-content {
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}
.product-details-wrap .product-details-page-content .product-item-title {
	font-weight: 400;
}
.product-details-wrap .product-details-page-content .product-price-amount {
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 0;
}
.product-details-wrap .product-details-page-content .product-price-amount del {
	font-size: 16px;
	margin-right: 6px;
	opacity: 0.6;
}
.product-details-wrap .product-details-page-content .product-price-amount span {
	text-decoration: none;
	background-color: none;
}
.product-details-wrap .product-details-page-content .product-price-amount b {
	font-weight: 400;
	font-size: 16px;
	color: #666;
	padding-left: 20px;
}
.product-details-wrap
	.product-details-page-content
	.product-price-amount
	.stock {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: green;
	padding-left: 20px;
}
.product-details-wrap
	.product-details-page-content
	.product-price-amount
	.stock
	b {
	padding-left: 5px;
	font-weight: 700;
	color: inherit;
}
.product-details-wrap .product-details-page-content .product-description {
	margin-bottom: 0;
	margin-top: 25px;
}
.product-details-wrap
	.product-details-page-content
	.product-description
	p:last-child {
	margin-bottom: 0;
}
.product-details-wrap .product-details-page-content form {
	position: relative;
}
.product-details-wrap .product-details-page-content .product-variations-child {
	margin-top: 25px;
	margin-bottom: 0;
	position: relative;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	label {
	color: #333;
	font-size: 14px;
	margin-bottom: 7px;
	padding-right: 3px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	vertical-align: middle;
	display: block;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-color-choose
	> div {
	display: inline-block;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-color-choose
	input[type="radio"] {
	display: none;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-color-choose
	input[type="radio"]:checked
	+ label
	span {
	background-image: url(../images/check_Icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-color-choose
	label
	span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0px 0px 0 0;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-select-size
	label {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 7px 15px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	cursor: pointer;
	margin-left: 5px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-select-size
	label:first-child {
	margin-left: 0px;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-select-size
	label.active {
	border: 1px solid #333;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-select-size
	label.disabled {
	opacity: 0.5;
	/* background: #f1f1f1; */
	cursor: not-allowed;
	pointer-events: none;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-select-size
	label
	input {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 100%;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-quantity {
	position: relative;
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 0;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.07);
	vertical-align: middle;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-quantity
	.quantityPlus,
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-quantity
	.quantityMinus {
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	vertical-align: top;
	position: relative;
	color: #333;
	cursor: pointer;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-quantity
	.quantityPlus
	img,
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-quantity
	.quantityMinus
	img {
	width: 15px;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.product-quantity
	input {
	margin: 0;
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	height: 48px;
	width: 52px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: inline-block;
	text-align: center;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.single_add_to_cart_button {
	vertical-align: middle;
	border-radius: 0;
	padding: 0px 45px;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	width: auto;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	border-radius: 25px;
}
.product-details-wrap
	.product-details-page-content
	.product-variations-child
	.single_add_to_cart_button:hover {
	background-color: #ccc;
	color: #000;
}
.product-details-wrap .product-details-page-content .product-add-to-button {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 14px;
}
.product-details-wrap .product-details-page-content .product-add-to-button a {
	margin-right: 30px;
	display: inline-block;
	opacity: 0.5;
}
.product-details-wrap .product-details-page-content .product-add-to-button a i {
	margin-right: 6px;
}
.product-details-wrap
	.product-details-page-content
	.product-add-to-button
	a:hover {
	opacity: 1;
	color: #000;
}
.product-details-wrap .product-details-page-content .product-meta {
	display: block;
	margin-top: 25px;
	color: #333;
}
.product-details-wrap .product-details-page-content .product-meta > span {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.product-details-wrap .product-details-page-content .product-meta > span > span,
.product-details-wrap .product-details-page-content .product-meta > span > a {
	margin-left: 5px;
	font-weight: 400;
}
.product-details-wrap .product-details-page-content .product-share {
	display: block;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	color: #333;
}
.product-details-wrap .product-details-page-content .product-share > * {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 5px;
}
.product-details-wrap .product-details-page-content .product-share span {
	font-weight: 700;
}
.product-details-wrap .product-details-page-content .product-share a {
	opacity: 0.6;
}
.product-details-wrap .product-details-page-content .product-share a:hover {
	opacity: 1;
	color: #000;
}
.product-details-wrap .product-details-page-content .product-share a i {
	margin-right: 6px;
}

.login-register-wrap {
	padding: 60px 0;
}
.login-register-wrap .my-account-box {
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 30px;
}
.login-register-wrap .my-account-box form {
	position: relative;
}
.login-register-wrap .my-account-box form h2 {
	font-weight: 400;
	font-size: 24px;
}
.login-register-wrap .my-account-box .form-field-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.login-register-wrap .my-account-box .form-field-wrapper label {
	color: #333;
	font-size: 14px;
	margin-bottom: 7px;
	padding-right: 3px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	vertical-align: middle;
	display: block;
}
.login-register-wrap .my-account-box .form-field-wrapper .input--lg {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
.login-register-wrap .my-account-box .form-field-wrapper .rember-box {
	cursor: pointer;
}
.login-register-wrap .my-account-box .btn-links {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login-register-wrap .my-account-box .btn-links button.send-btn {
	display: block;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 40px;
	background-color: #888;
	color: #fff;
}
.login-register-wrap .my-account-box .btn-links button.send-btn:hover {
	background-color: #000;
}
.login-register-wrap .my-account-box .btn-links a {
	opacity: 0.6;
	cursor: pointer;
}
.login-register-wrap .my-account-box .btn-links a:hover {
	opacity: 1;
}
.login-register-wrap .my-account-box .forget-pass-form {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	display: none;
}
.login-register-wrap .my-account-box select {
	border: 1px solid #eee;
	border-radius: 0;
	height: 38px;
	padding: 0 15px;
	cursor: pointer;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/list-arrow.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 8px;
}
.login-register-wrap .my-account-box .addres-box {
	padding: 15px;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}
.login-register-wrap .my-account-box .addres-box .col-btn {
	display: block;
	color: #333;
	font-size: 14px;
	margin-bottom: 7px;
	padding-right: 3px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	vertical-align: middle;
	display: block;
}
.login-register-wrap iframe {
	width: 100%;
	height: 400px;
	margin-top: 40px;
}

#map {
	width: 100%;
	height: 500px;
}

a[href="http://www.magictoolbox.com/magiczoomplus/"]
{
	display: none;
	font-size: 0;
	visibility: hidden;
	opacity: 0;
}

.cart-wrap {
	padding: 60px 0;
}
.cart-wrap .cart-product-table-wrap.responsive-table {
	overflow-x: auto;
}
.cart-wrap .cart-product-table-wrap table {
	width: 100%;
}
.cart-wrap .cart-product-table-wrap table tr th {
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
	vertical-align: middle;
	padding: 15px 10px;
}
.cart-wrap .cart-product-table-wrap table tr th.product-remove {
	width: 40px;
}
.cart-wrap .cart-product-table-wrap table tr th.product-thumbnail {
	width: 10px;
}
.cart-wrap .cart-product-table-wrap table tr th.product-name {
	text-align: left;
}
.cart-wrap .cart-product-table-wrap table tr td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	padding: 15px 12px;
	vertical-align: middle;
}
.cart-wrap .cart-product-table-wrap table tr td .coupon {
	display: inline-block;
}
.cart-wrap .cart-product-table-wrap table tr td .coupon input {
	display: inline-block;
	padding: 0 15px;
	line-height: 42px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	vertical-align: middle;
}
.cart-wrap .cart-product-table-wrap table tr td .coupon button {
	display: inline-block;
	margin-left: 15px;
	padding: 0 35px;
	line-height: 42px;
	background-color: #000;
	color: #fff;
	border-radius: 21px;
}
.cart-wrap .cart-product-table-wrap table tr td .coupon button:hover {
	background-color: #ccc;
	color: #000;
}
.cart-wrap .cart-product-table-wrap table tr td .update-cart {
	float: right;
	display: inline-block;
	margin-left: 15px;
	padding: 0 35px;
	line-height: 42px;
	background-color: #000;
	color: #fff;
	border-radius: 21px;
}
.cart-wrap .cart-product-table-wrap table tr td .update-cart:hover {
	background-color: #ccc;
	color: #000;
}
.cart-wrap .cart-product-table-wrap table tr td.product-thumbnail img {
	max-width: 80px;
}
.cart-wrap .cart-product-table-wrap table tr td.product-name {
	text-align: left;
}
.cart-wrap .cart-product-table-wrap table tr td.product-price,
.cart-wrap .cart-product-table-wrap table tr td.product-subtotal {
	color: #333;
	font-size: inherit;
}
.cart-wrap .cart-product-table-wrap table tr td.product-subtotal {
	font-weight: 700;
}
.cart-wrap .cart-product-table-wrap table tr .product-quantity {
	position: relative;
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 0;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.07);
}
.cart-wrap .cart-product-table-wrap table tr .product-quantity .quantityPlus,
.cart-wrap .cart-product-table-wrap table tr .product-quantity .quantityMinus {
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 52px;
	line-height: 52px;
	vertical-align: top;
	position: relative;
	color: #333;
	cursor: pointer;
}
.cart-wrap
	.cart-product-table-wrap
	table
	tr
	.product-quantity
	.quantityPlus
	img,
.cart-wrap
	.cart-product-table-wrap
	table
	tr
	.product-quantity
	.quantityMinus
	img {
	width: 12px;
}
.cart-wrap .cart-product-table-wrap table tr .product-quantity input {
	margin: 0;
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	height: 52px;
	width: 52px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: inline-block;
	text-align: center;
}
.cart-wrap .cart-collaterals {
	margin-top: 60px;
	width: 100%;
	display: table;
}
.cart-wrap .cart-collaterals .cart_totals {
	width: 100%;
	max-width: 420px;
	width: 100%;
	background: #f5f5f5;
	float: right;
	padding: 30px;
}
.cart-wrap .cart-collaterals .cart_totals table {
	width: 100%;
	margin-bottom: 20px;
}
.cart-wrap .cart-collaterals .cart_totals table tr:last-child {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cart-wrap .cart-collaterals .cart_totals table tr:last-child td {
	font-size: 18px;
}
.cart-wrap .cart-collaterals .cart_totals table tr ul {
	margin-bottom: 5px;
}
.cart-wrap .cart-collaterals .cart_totals table tr ul label {
	color: #333;
	font-size: 14px;
	margin-bottom: 0px;
	padding-right: 3px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	vertical-align: middle;
	display: inline-block;
}
.cart-wrap .cart-collaterals .cart_totals table th {
	padding: 5px 0 15px;
	vertical-align: top;
	color: #333;
}
.cart-wrap .cart-collaterals .cart_totals table td {
	padding: 5px 0 15px;
	vertical-align: top;
	color: #333;
}
.cart-wrap .cart-collaterals .cart_totals .proceed-to-checkout a {
	display: block;
	padding: 0 35px;
	line-height: 42px;
	background-color: #000;
	color: #fff;
	border-radius: 21px;
	text-align: center;
}
.cart-wrap .cart-collaterals .cart_totals .proceed-to-checkout a:hover {
	background-color: #ccc;
	color: #000;
}

figcaption.mz-caption.mz-show {
	display: none;
}

#google-map {
	min-height: 94vh;
	height: 500px;
	width: 100%;
}

.gm-control-active.gm-fullscreen-control {
	display: none;
}

.gm-style-mtc,
.gm-svpc,
.gmnoprint {
	display: none;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"]
{
	display: none;
}

.cart-sidebar-menu-big-close {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 899;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	height: 100%;
}
.cart-sidebar-menu-big-close.active {
	opacity: 1;
	visibility: visible;
}

.cart-sidebar-menu {
	background: #fff;
	width: 330px;
	height: 100%;
	top: 0;
	right: -330px;
	z-index: 999;
	position: fixed;
	overflow: auto;
	-webkit-transition: right 0.3s ease 0.3s;
	-moz-transition: right 0.3s ease 0.3s;
	-ms-transition: right 0.3s ease 0.3s;
	-o-transition: right 0.3s ease 0.3s;
	transition: right 0.3s ease 0.3s;
}
.cart-sidebar-menu.active {
	right: 0;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.cart-sidebar-menu .cart-sidebar-wrap {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.cart-sidebar-menu .cart-sidebar-wrap .cart-sidebar-header {
	position: relative;
	padding: 20px 30px;
	display: block;
}
.cart-sidebar-menu .cart-sidebar-wrap .cart-sidebar-header .cart-sidebar-title {
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	font-weight: 700;
}
.cart-sidebar-menu .cart-sidebar-wrap .cart-sidebar-header .close-cart-sidebar {
	border: 0;
	background: none;
	position: absolute;
	right: 25px;
	top: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	cursor: pointer;
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	text-align: center;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-header
	.close-cart-sidebar:hover {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
}
.cart-sidebar-menu .cart-sidebar-wrap .cart-sidebar-content {
	overflow-y: auto;
	padding: 0px 30px 20px;
	margin: 0;
}
.cart-sidebar-menu .cart-sidebar-wrap .cart-sidebar-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cart-sidebar-menu .cart-sidebar-wrap .cart-sidebar-content ul li {
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: table;
	position: relative;
}
.cart-sidebar-menu .cart-sidebar-wrap .cart-sidebar-content ul li:last-child {
	border-bottom: 0px none;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	ul
	li
	.cart-product-image {
	width: 25%;
	display: table-cell;
	margin: 0;
	float: none;
	position: relative;
	vertical-align: top;
	border: 0 none;
	outline: none;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	ul
	li
	.cart-product-image
	img {
	width: 100%;
	display: block;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	ul
	li
	.cart-product-content {
	display: table-cell;
	margin: 0;
	float: none;
	position: relative;
	vertical-align: top;
	border: 0 none;
	outline: none;
	width: 75%;
	padding-left: 15px;
	padding-right: 20px;
	text-align: left;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	ul
	li
	.cart-product-content
	.cart-product-link {
	display: block;
	line-height: 1.2;
	margin-bottom: 7px;
	font-weight: 600;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	ul
	li
	.cart-product-amount {
	font-weight: 500;
	font-size: 12px;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	ul
	li
	.cart-product-amount
	b {
	font-size: 14px;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	ul
	li
	.cart-product-item-close {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	cursor: pointer;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	ul
	li
	.cart-product-item-close:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	.cart-widget-footer {
	display: block;
	vertical-align: bottom;
	height: auto;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	.cart-widget-footer
	.cart-footer-inner {
	padding-top: 30px;
	display: table;
	vertical-align: bottom;
	width: 100%;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	.cart-widget-footer
	.cart-total-hedding {
	margin-bottom: 20px;
	margin-top: 20px;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	.cart-widget-footer
	.cart-total-hedding
	.amount {
	float: right;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	.cart-widget-footer
	.cart-total-hedding
	.amount
	span {
	font-size: 12px;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	.cart-widget-footer
	.cart-total-hedding
	.amount
	span
	b {
	font-weight: 14px;
	font-weight: 700;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	.cart-widget-footer
	.cart-buttons {
	width: 100%;
	display: block;
}
.cart-sidebar-menu
	.cart-sidebar-wrap
	.cart-sidebar-content
	.cart-widget-footer
	.cart-buttons
	.btn {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	border-radius: 0px;
	padding: 0 30px;
	line-height: 40px;
	margin-top: 20px;
	background-color: #2b1f7f;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.stock-modal .modal-dialog {
	width: 95%;
}
.stock-modal .modal-dialog .modal-content {
	border-radius: 0;
}
.stock-modal .modal-dialog .modal-content .modal-header {
	padding: 5px 20px;
	margin-bottom: 10px;
}
.stock-modal .modal-dialog .modal-content .modal-body {
	width: 100%;
	height: 80vh;
	padding: 0 15px 15px;
	overflow-y: scroll;
}
.stock-modal .modal-dialog .modal-content .modal-body table {
	border: 0;
}
.stock-modal .modal-dialog .modal-content .modal-body table .thead-light th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 0;
	background-color: #777;
	color: #fff;
	border-right: 1px solid #999;
}
.stock-modal .modal-dialog .modal-content .modal-body table td {
	min-width: 130px;
	vertical-align: middle;
	text-align: center;
}
.stock-modal .modal-dialog .modal-content .modal-body table td:first-child {
	width: 50px;
	min-width: inherit;
}
.stock-modal
	.modal-dialog
	.modal-content
	.modal-body
	table
	td
	.stockchart_cart {
	padding-top: 15px;
}
.stock-modal
	.modal-dialog
	.modal-content
	.modal-body
	table
	td
	.stockchart_cart
	.btn {
	display: block;
	width: 100%;
	border-radius: 14px;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	background-color: #333;
	color: #fff;
	font-size: 11px;
}
.stock-modal
	.modal-dialog
	.modal-content
	.modal-body
	table
	td
	.stockchart_cart
	.btn:hover {
	background-color: #dbc280;
	color: #000;
}
.stock-modal
	.modal-dialog
	.modal-content
	.modal-body
	table
	td
	.stockchart_cart
	.btn
	.ti-bag {
	margin-right: 7px;
}
.stock-modal .modal-dialog .modal-content .modal-body table p {
	font-size: 12px;
}
.stock-modal .modal-dialog .modal-content .modal-body table p span {
	font-weight: bold;
}
.stock-modal .modal-dialog .modal-content .modal-body table img {
	width: 30px;
}
.stock-modal .modal-dialog .row {
	margin: 0;
}
.stock-modal .modal-dialog .row .col-md-12 {
	padding: 0;
	float: none;
}
.stock-modal .modal-dialog .inc-dec-btn {
	display: -webkit-flex;
	display: flex;
	border: 1px solid #eee;
}
.stock-modal .modal-dialog .inc-dec-btn input {
	padding: 0 0px;
	text-align: center;
	line-height: 30px;
	width: calc(100% - 60px);
}
.stock-modal .modal-dialog .inc-dec-btn button {
	padding: 0;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.stock-modal .modal-dialog .inc-dec-btn button span {
	font-size: 12px;
}
.stock-modal .modal-dialog .inc-dec-btn button:hover {
	background-color: #333;
	color: #fff;
}

.myaccount-wrap {
	padding: 50px 0;
}
.myaccount-wrap .resp-vtabs {
	padding-top: 20px;
}
.myaccount-wrap .resp-vtabs .resp-tabs-list {
	margin: 0 !important;
	padding-right: 30px;
}
.myaccount-wrap .resp-vtabs .resp-tabs-list li {
	padding: 0;
	margin-bottom: 8px;
}
.myaccount-wrap .resp-vtabs .resp-tabs-list li span {
	display: block;
	line-height: 42px;
	border-radius: 21px;
	background-color: #f5f5f5;
	padding: 0 25px;
	color: #555;
	font-size: 15px;
	font-weight: 500;
}
.myaccount-wrap .resp-vtabs .resp-tabs-list li.resp-tab-active {
	border-top: 0;
	padding: 0;
}
.myaccount-wrap .resp-vtabs .resp-tabs-list li.resp-tab-active span {
	background-color: #dbc280;
	color: #fff;
}
.myaccount-wrap .resp-vtabs .resp-tabs-container {
	border: 0;
}
.myaccount-wrap .resp-vtabs .resp-tabs-container .resp-tab-content {
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
	background-color: rgba(219, 194, 128, 0.05);
	min-height: 200px;
}
.myaccount-wrap .profile-box caption {
	font-size: 22px;
	color: #222;
}
.myaccount-wrap .profile-box table td {
	color: #666;
	padding: 10px 15px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.myaccount-wrap .profile-box table td:first-child {
	text-transform: capitalize;
	color: #000;
	width: 200px;
	border-right: 1px solid #eee;
	font-weight: 500;
}
.myaccount-wrap .order-return-box h3 {
	font-size: 22px;
	color: #222;
	font-weight: 400;
}
.myaccount-wrap .order-return-box .cart_txt {
	border: 1px solid #e9e9e9;
	margin: 10px 0;
	padding: 20px 15px;
	border-radius: 5px;
	background-color: #f9f9f9;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.myaccount-wrap .order-return-box .cart_txt .move_twobtn {
	display: -webkit-flex;
	display: flex;
}
.myaccount-wrap .order-return-box .cart_txt .move_twobtn a {
	display: block;
	margin: 0 5px;
	border: 0;
	border-radius: 15px;
	line-height: 30px;
	padding: 0;
	background-color: #666;
	color: #fff;
	padding: 0 15px;
	text-transform: capitalize;
	font-size: 12px;
}
.myaccount-wrap .order-return-box .cart_txt .move_twobtn a:hover {
	background-color: #000;
}
.myaccount-wrap .address-box .save-address {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-item: center;
	padding-bottom: 30px;
}
.myaccount-wrap .address-box .save-address h3 {
	font-size: 22px;
	color: #222;
	font-weight: 400;
	margin: 0;
}
.myaccount-wrap .address-box .save-address button {
	border-radius: 25px;
	background-color: #dbc280;
	text-transform: capitalize;
}
.myaccount-wrap .address-box .save-address button span {
	margin-right: 5px;
}
.myaccount-wrap .address-box .save-address button:hover {
	background-color: #333;
	color: #fff;
}
.myaccount-wrap .address-box .address_btn .btn {
	background-color: #4caf50;
	color: #fff;
	padding: 0 40px;
	line-height: 34px;
	border-radius: 17px;
}
.myaccount-wrap .address-box .address_btn .btn:hover {
	background-color: #444;
}
.myaccount-wrap .address-box .address_details h4 {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/************* BLOG Wrap **************/
.blog-wrap {
	padding: 60px 0 30px;
}

.blog-tile .blog-media {
	overflow: hidden;
	background: #000;
	position: relative;
}

.blog-wrap .row > div {
	margin-bottom: 30px;
}

.blog-tile .blog-media .date {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	background-color: #f6891f;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	left: 0px;
	z-index: 1;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
}

.blog-tile:hover .blog-media figure {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.blog-tile .blog-media figure {
	background-position: center;
	background-size: cover;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}

.blog-tile .blog-media figure img {
	display: block;
	width: 100%;
}

.blog-media a.read {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.blog-tile:hover a.read {
	opacity: 1;
}

.blog-media a.read::after {
	content: "?";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	color: white;
	height: 45px;
	width: 45px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	border-image: initial;
	border-radius: 50%;
	padding: 10px;
}

.blog-tile .blog-detail {
	padding: 10px 0px 0px 0px;
}

.blog-tile .blog-detail h3 {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}

.blog-tile .blog-detail h3 a:hover {
	color: #f6891f;
}

.blog-tile .blog-detail p {
	margin-bottom: 20px;
	line-height: 24px;
	color: #7e7e7e;
	font-size: 14px;
	letter-spacing: 1px;
}

.blog-tile .post-info {
	margin-top: 15px;
}

.blog-tile .post-info ul li {
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
}

.blog-tile .post-info ul li a:hover {
	color: #f6891f;
}

.shop_bannr_sec {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.shop_bannr_sec img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-page.brd_crumb_sec {
	margin: 0px auto;
}
.single-product-page.brd_crumb_sec {
	padding-top: 23px;
}

.brd_crumb_sec {
	width: 100%;
	height: auto;
	margin: 95px auto;
	margin-bottom: 5px;
}
.brd_crumb_sec .bread_crumb {
	width: 100%;
	text-align: left;
}
.brd_crumb_sec .bread_crumb ul {
	list-style-type: none;
}
.brd_crumb_sec .bread_crumb ul li {
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	display: inline-block;
}
.brd_crumb_sec .bread_crumb ul li:last-child {
	border-right: 0px;
}

@keyframes minus {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.filter_sec {
	width: 100%;
	height: auto;
	margin: 20px auto;
	margin-top: 5px;
	margin-bottom: 0;
}
.filter_sec .item_count {
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.filter_sec .item_count .line {
	width: 117px;
	background-color: #000;
	height: 2px;
	display: block;
	margin: 15px 0px 15px 0px;
}
.filter_sec .item_count h2 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.filter_sec .rightsidefilter {
	position: sticky;
	display: block;
}
.filter_sec .rightsideproduct {
	position: relative;
	display: block;
	margin-top: 0px;
}
.filter_sec .short_filter_btn {
	display: none;
}
.filter_sec .filter {
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #ccc;
}
.filter_sec .filter p {
	color: #656565;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
}
.filter_sec .filter p span {
	display: block;
	float: right;
	-webkit-animation: minus 0.5s;
	animation: minus 0.5s;
}
.filter_sec .filter p span a {
	font-size: 12px;
	font-weight: 500;
	color: skyblue;
}
.filter_sec .filter ul {
	list-style-type: none;
}
.filter_sec .filter ul li {
	padding-top: 8px;
	font-size: 14px;
	color: #c4c3c3;
	font-weight: 500;
	cursor: pointer;
	padding: 12px 5px;
	border-bottom: 1px solid #ccc;
}
.filter_sec .filter ul li:last-child {
	border-bottom: 0;
}
.filter_sec .filter ul li.active {
	color: #08c508;
	font-weight: 700;
	background-color: #f7f7f7;
}
.filter_sec .filter ul .size {
	font-size: 14px;
	color: #c4c3c3;
	font-weight: 500;
	padding: 12px 5px;
	border-bottom: 1px solid #ccc;
}
.filter_sec .filter ul .size:last-child {
	border-bottom: 0;
}
.filter_sec .filter ul .size.active {
	color: #08c508;
	font-weight: 700;
	background-color: #f7f7f7;
}
.filter_sec .filter ul .size:hover {
	color: #2d2d2d;
	font-weight: 700;
	background-color: #f7f7f7;
}
.filter_sec .filter ul .color {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 50px;
	cursor: pointer;
}
/* .filter_sec .filter ul .color:hover {
	border: 3px solid #0494a9;
} */
/* .filter_sec .filter ul .color.active {
	border: 3px solid #0494a9;
} */
.filter_sec .filter ul .sort {
	font-size: 12px;
	color: #c4c3c3;
	font-weight: 500;
}
.filter_sec .filter ul .sort.active {
	color: #00ff00;
	font-weight: 700;
}
.filter_sec .filter ul .sort:hover {
	color: #00ff00;
	font-weight: 700;
}
.filter_sec .product {
	width: 100%;
	height: auto;
	margin-top: 30px;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
}
.filter_sec .product .main_img {
	width: 100%;
	height: 325px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
.filter_sec .product .main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.filter_sec .product .hvr_img {
	width: 89%;
	height: 325px;
	position: absolute;
	top: 31px;
	z-index: 2;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.filter_sec .product .hvr_img:hover {
	opacity: 0;
}
.filter_sec .product h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	text-align: center;
}
.filter_sec .product .price {
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	text-align: center;
}
.filter_sec .product .price span {
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
}
.filter_sec .product .price span b {
	font-size: 16px;
}
.filter_sec .product .price .original {
	text-decoration: line-through;
	color: #ccc;
	font-size: 12px;
}
.filter_sec .product .price .offer {
	font-weight: 700;
	color: #7ed321;
	font-size: 12px;
}
.filter_sec .product .ofr {
	position: absolute;
	top: 15px;
	left: 30px;
	z-index: 3;
	background-color: #2b1f7f;
	padding: 4px;
	border-radius: 50px;
	width: 90px;
	height: 90px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 3px;
	line-height: 1;
	border: 1px dashed #fff;
}
.filter_sec .product .ofr span {
	color: #fff;
	font-size: 12px;
	justify-content: center;
	vertical-align: -webkit-baseline-middle;
}
.filter_sec .product .wish_icon {
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 3;
}
.filter_sec .product .wish_icon i {
	color: #000;
	font-size: 22px;
	transition: 0.2s;
	cursor: pointer;
	opacity: 0.5;
}
.filter_sec .product .wish_icon i.active {
	color: #ffef00;
	font-size: 22px;
	opacity: 1;
}
.filter_sec .product .wish_icon i:hover {
	color: #ffef00;
	font-size: 22px;
	opacity: 1;
}

.pgination {
	width: 100%;
	height: auto;
	text-align: right;
}
.pgination .show_result {
	width: 100%;
	height: auto;
	margin: 10px auto;
	text-align: right;
}
.pgination .show_result p {
	color: #ff0030;
	font-weight: 700;
	font-size: 14px;
}
.rating-review {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}
.rating-review li {
	color: #ffef00;
}

.modal_size {
	width: 30%;
	height: auto;
	margin: 120px auto;
}

.log_sec {
	width: 100%;
	display: block;
}
.log_sec .modal_head {
	text-align: center;
}
.log_sec .login_body {
	width: 100%;
	height: auto;
	margin: 0px auto;
	text-align: center;
}
.log_sec .login_body h2 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.log_sec .login_body p {
	font-size: 12px;
	color: #ff0303;
}
.log_sec .login_body ul li {
	display: inline-block;
	padding: 0px 10px;
}
.log_sec .login_body ul li button {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	padding: 10px 15px;
}
.log_sec .login_body ul li button img {
	width: auto;
	height: 20px;
	margin-right: 7px;
}
.log_sec .login_body .or_hr {
	background: #9d9d9d;
	display: block;
	height: 1px;
	width: 100%;
}
.log_sec .login_body .or_hr span {
	background: #fff;
	color: #9d9d9d;
	display: block;
	font-size: 12px;
	margin: -30px auto 20px;
	text-align: center;
	width: 30px;
}
.log_sec .login_body .login-form {
	width: 100%;
	height: auto;
	margin: 10px auto;
	text-align: left;
}
.log_sec .login_body .login-form .otppass li button {
	width: 100px;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	color: #333;
}
.log_sec .login_body .login-form .otppass li button:hover {
	background-color: #000;
	color: #fff;
}
.log_sec .login_body .login-form .otppass li button.active {
	background-color: #000;
	color: #fff;
}
.log_sec .login_body .login-form input[type="text"] {
	width: 100%;
	height: auto;
	padding: 10px 14px;
	border: 1px solid #ccc;
	color: #000;
	margin-top: 10px;
}
.log_sec .login_body .login-form input[type="password"] {
	width: 100%;
	height: auto;
	padding: 10px 14px;
	border: 1px solid #ccc;
	color: #000;
	margin-top: 10px;
}
.log_sec .login_body .login-form button {
	width: 100%;
	height: auto;
	margin-top: 20px;
	width: 100%;
	padding: 15px 0px;
	background-color: #2b1f7f;
	color: #fff;
	font-size: 14px;
}
.log_sec .new_link {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.log_sec .new_link p {
	font-size: 12px;
	color: #333;
}
.log_sec .new_link p a {
	font-size: 14px;
	color: #ff0303;
}
.log_sec .choose_add {
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-align: left;
}
.log_sec .choose_add p {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.log_sec .choose_add ul li {
	padding: 0px;
	margin-left: -4px;
	padding: 5px 15px;
	color: #2b1f7f;
	border: 1px solid #2b1f7f;
	font-size: 14px;
	cursor: pointer;
}
.log_sec .choose_add ul li.active {
	background-color: #2b1f7f;
	color: #fff;
}
.log_sec .choose_add ul li:hover {
	background-color: #2b1f7f;
	color: #fff;
}
.log_sec .address_button {
	margin: 30px auto;
	width: 100%;
	height: auto;
}
.log_sec .address_button button {
	padding: 15px 30px;
	background-color: #2b1f7f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.signup {
	width: 100%;
	height: auto;
	display: none;
}
.signup .modal_head {
	text-align: center;
}
.signup .login_body {
	width: 100%;
	height: auto;
	margin: 0px auto;
	text-align: center;
}
.signup .login_body h2 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.signup .login_body p {
	font-size: 12px;
	color: #ccc;
}
.signup .login_body ul li {
	display: inline-block;
	padding: 0px 10px;
}
.signup .login_body ul li button {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	padding: 10px 15px;
}
.signup .login_body ul li button img {
	width: auto;
	height: 20px;
	margin-right: 7px;
}
.signup .login_body .or_hr {
	background: #9d9d9d;
	display: block;
	height: 1px;
	width: 100%;
}
.signup .login_body .or_hr span {
	background: #fff;
	color: #9d9d9d;
	display: block;
	font-size: 12px;
	margin: -30px auto 20px;
	text-align: center;
	width: 30px;
}
.signup .login_body .login-form {
	width: 100%;
	height: auto;
	margin: 10px auto;
	text-align: left;
}
.signup .login_body .login-form input[type="text"] {
	width: 100%;
	height: auto;
	padding: 10px 14px;
	border: 1px solid #ccc;
	color: #000;
}
.signup .login_body .login-form input[type="password"] {
	width: 100%;
	height: auto;
	padding: 10px 14px;
	border: 1px solid #ccc;
	color: #000;
}
.signup .login_body .login-form button {
	width: 100%;
	height: auto;
	margin-top: 20px;
	width: 100%;
	padding: 15px 0px;
	background-color: #2b1f7f;
	color: #fff;
	font-size: 14px;
}
.signup .login_body .login-form ul span {
	font-size: 12px;
	color: #333;
}
.signup .login_body .login-form ul li button {
	width: 85px;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	color: #333;
}
.signup .login_body .login-form ul li button.active {
	background-color: #000;
	color: #fff;
}
.signup .login_body .login-form ul li button:hover {
	background-color: #000;
	color: #fff;
}
.signup .new_link {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.signup .new_link p {
	font-size: 12px;
	color: #333;
}
.signup .new_link p a {
	font-size: 14px;
	color: #ff0303;
}

.product_dtls_sec {
	width: 100%;
	height: auto;
	/* margin: 30px auto; */
	margin-top: 0;
	margin-bottom: 0;
}
.product_dtls_sec .pdct {
	top: 30px;
}
.product_dtls_sec .product-magni .product-add-to-whishlist {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 8;
	font-size: 22px;
	cursor: pointer;
	color: #ccc;
}
.product_dtls_sec .product-magni .product-add-to-whishlist:hover,
.product_dtls_sec .product-magni .product-add-to-whishlist.active {
	color: #000;
}
.product_dtls_sec .product-magni #zoom-figg {
	border: 1px solid #eee;
}
.product_dtls_sec .product-magni #zoom-figg .MagicZoom {
	display: block;
}
.product_dtls_sec .product-magni #zoom-figg .MagicZoom figure.mz-figure {
	display: block;
	width: 100%;
	max-height: 590px;
	height: 566px;
	cursor: zoom-in;
}
.product_dtls_sec .product-magni #zoom-figg .MagicZoom figure.mz-figure img {
	display: block;
}
.product_dtls_sec .product-magni .prodetails-slide-details {
	margin-top: 0px;
}
.product_dtls_sec .product-magni .prodetails-slide-details li {
	padding: 0 2px;
}
.product_dtls_sec .product-magni .prodetails-slide-details li a {
	display: block;
	border: 1px solid #eee;
}
.product_dtls_sec .product-magni .prodetails-slide-details li a img {
	width: auto;
	height: 100px;
	margin: 0px auto;
}
.product_dtls_sec .product-magni .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	overflow: hidden;
	opacity: 0.3;
	font-size: 0;
	background-position: center;
	background-size: 30px;
	background-color: #fff;
	background-repeat: no-repeat;
	width: 20px;
}
.product_dtls_sec .product-magni .slick-arrow:hover {
	opacity: 1;
	width: 40px;
}
.product_dtls_sec .product-magni .slick-arrow.slick-prev {
	left: 0px;
	background-image: url(../images/left-arrow.png);
	border-radius: 0 5px 5px 0;
}
.product_dtls_sec .product-magni .slick-arrow.slick-next {
	right: 0px;
	background-image: url(../images/right-arrow.png);
	border-radius: 5px 0 0 5px;
}
.product_dtls_sec .prdct_dtls {
	width: 100%;
	height: auto;
}
.product_dtls_sec .prdct_dtls .rating {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}
.product_dtls_sec .prdct_dtls .rating li {
	color: #ffef00;
}

.product_dtls_sec .prdct_dtls h4 {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}
.product_dtls_sec .prdct_dtls h2 {
	font-size: 28px;
	font-weight: 700;
	color: #089b0c;
	margin-top: 10px;
}
.product_dtls_sec .prdct_dtls h2 span {
	font-size: 20px;
}
.product_dtls_sec .prdct_dtls .original {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	text-decoration: line-through;
}
.product_dtls_sec .prdct_dtls .offer {
	color: #08ba0d;
	text-decoration: none;
	margin-left: 10px;
}
.product_dtls_sec .prdct_dtls p {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	margin-top: 10px;
}
.product_dtls_sec .prdct_dtls .product_clr {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.product_dtls_sec .prdct_dtls .product_clr h3 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.product_dtls_sec .prdct_dtls .product_clr ul li {
	width: 25px;
	height: 25px;
	display: inline-block;
	border: 2px solid #ccc;
	margin-right: 10px;
	border-radius: 50px;
	cursor: pointer;
}
.product_dtls_sec .prdct_dtls .product_clr ul li.active {
	border: 3px solid #0494a9;
}
.product_dtls_sec .prdct_dtls .product_clr ul li:hover {
	border: 3px solid #0494a9;
}
.product_dtls_sec .prdct_dtls .product_size {
	width: 56%;
	height: auto;
	margin-top: 10px;
}
.product_dtls_sec .prdct_dtls .product_size span {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.product_dtls_sec .prdct_dtls .product_size a {
	color: blue;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
	margin-right: 10px;
	font-weight: 700;
	text-align: right;
	float: right;
}
.product_dtls_sec .prdct_dtls .product_size ul li {
	display: inline-block;
}
.product_dtls_sec .prdct_dtls .product_size ul li button {
	border: 1px solid #ccc;
	margin-right: 10px;
	background-color: #fff;
	width: auto;
	height: 40px;
	padding: 5px;
	margin-top: 10px;
}
.product_dtls_sec .prdct_dtls .product_size ul li button.active {
	border: 2px solid #0494a9;
}
.product_dtls_sec .prdct_dtls .product_size ul li button:hover {
	border: 2px solid #0494a9;
}
.product_dtls_sec .prdct_dtls .bag_button {
	width: 100%;
	height: auto;
}
.product_dtls_sec .prdct_dtls .bag_button ul {
	margin: 30px auto;
}
.product_dtls_sec .prdct_dtls .bag_button ul .wish_button {
	display: inline-block;
	width: 14%;
}
.product_dtls_sec .prdct_dtls .bag_button ul .wish_button button {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 100%;
	color: #ccc;
	font-size: 30px;
}
.product_dtls_sec .prdct_dtls .bag_button ul .wish_button button.active {
	border: 1px solid #0494a9;
	color: #ffef00;
}
.product_dtls_sec .prdct_dtls .bag_button ul .wish_button button:hover {
	border: 1px solid #0494a9;
	color: #ffef00;
}
.product_dtls_sec .prdct_dtls .bag_button ul .bag_btn {
	display: inline-block;
	width: 44%;
}
.product_dtls_sec .prdct_dtls .bag_button ul .bag_btn button {
	border: 1px solid #2b1f7f;
	background-color: #2b1f7f;
	color: #fff;
	width: 100%;
	height: 46px;
	vertical-align: super;
	text-transform: uppercase;
	font-size: 14px;
}
.product_dtls_sec .prdct_dtls .payment {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.product_dtls_sec .prdct_dtls .payment h3 {
	font-size: 11px;
	color: #333;
	font-weight: 600;
}
.product_dtls_sec .prdct_dtls .payment input[type="text"] {
	width: 25%;
	height: auto;
	padding: 8px 8px;
	color: #333;
	border: 1px solid #ccc;
	display: inline-block;
}
.product_dtls_sec .prdct_dtls .payment button {
	display: inline-block;
	width: 10%;
	background-color: #fff;
	border: none;
	color: #333;
	font-weight: 500;
	font-size: 14px;
}
.product-cart-page.brd_crumb_sec {
	margin: 0;
	margin-top: 145px;
}

.instrac_sec {
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 0px;
	background-color: #fbfbfb;
}
.instrac_sec .head h4 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.instrac_sec .prdct_description {
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 10px 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.instrac_sec .prdct_description .rating {
	width: 100%;
}
.instrac_sec .prdct_description .review .photo-gallery {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	margin-top: 20px;
}
.instrac_sec .prdct_description .review .photo-gallery .item a {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	display: block;
}
.instrac_sec .prdct_description .review .photo-gallery .item a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.instrac_sec
	.prdct_description
	.rating
	.photo-gallery
	.item
	.instrac_sec
	.prdct_description
	.rating
	h1 {
	margin-bottom: 0;
	font-size: 28px;
	color: #333;
}
.instrac_sec .prdct_description .rating h2 {
	color: #089b0c;
	font-size: 25px;
	margin-top: 10px;
	font-weight: 700;
}
.instrac_sec .prdct_description .review h5 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.instrac_sec .prdct_description .review {
	width: 100%;
	margin-top: 20px;
}
.instrac_sec .prdct_description .review h5 b {
	background-color: #089b0c;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 10px;
}
.instrac_sec .prdct_description .review .author {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.instrac_sec .prdct_description .review .author li {
	font-size: 12px;
	color: #222;
	font-weight: 500;
	margin-top: 10px;
}

.instrac_sec .prdct_description h5 {
	font-weight: 700;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}
.instrac_sec .prdct_description h5 span {
	text-align: right;
	font-size: 16px;
	float: right;
}
.instrac_sec .prdct_description p {
	font-weight: 600;
	color: #333;
	font-size: 14px;
	margin-bottom: 0;
}

.cartsizechoose ul li {
	list-style-type: none;
	display: inline-block;
}
.cartsizechoose ul li button {
	border: 1px solid #ccc;
	margin-right: 10px;
	background-color: #fff;
	width: 60px;
	height: 40px;
	margin-top: 10px;
}

.prdct_dtals {
	padding: 0px;
	color: #333;
	background-color: #fff;
}
.prdct_dtals .head {
	text-align: left;
	padding: 0;
	margin-bottom: 30px;
}
.prdct_dtals .head h3 {
	font-size: 20px;
	font-weight: 600;
}
.prdct_dtals a .product {
	width: 100%;
	height: 360px;
	margin-top: 30px;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.prdct_dtals a .product img {
	width: 100%;
	height: 270px;
	margin: 0px auto;
}
.prdct_dtals a .product h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	color: #333;
}
.prdct_dtals a .product .price {
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
}
.prdct_dtals a .product .price span {
	display: inline-block;
	padding-right: 5px;
}
.prdct_dtals a .product .price span b {
	color: #000;
}
.prdct_dtals a .product .price .original {
	text-decoration: line-through;
	color: greenyellow;
}
.prdct_dtals a .product .price .offer {
	font-weight: 500;
	color: green;
}
.prdct_dtals a .product .wish_icon {
	position: absolute;
	top: 35px;
	right: 30px;
}
.prdct_dtals a .product .wish_icon i {
	color: #555;
	font-size: 14px;
	transition: 0.2s;
	cursor: pointer;
}
.prdct_dtals a .product .wish_icon i.active {
	color: #000;
	font-size: 16px;
}
.prdct_dtals a .product .wish_icon i:hover {
	color: #000;
	font-size: 16px;
}
.prdct_dtals .slick-arrow {
	position: absolute;
	top: -75px;
	z-index: 1;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 0;
	background-position: center;
	background-size: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 1px solid #999;
}
.prdct_dtals .slick-arrow:hover {
	opacity: 1;
	width: 40px;
	background-color: #fff;
	border: 0;
}
.prdct_dtals .slick-arrow.slick-prev {
	right: 60px;
	background-image: url(../images/left-arrow.png);
	border-radius: 5px 0 0 5px;
}
.prdct_dtals .slick-arrow.slick-next {
	right: 10px;
	background-image: url(../images/right-arrow.png);
	border-radius: 0 5px 5px 0;
}

.prdct_dtals {
	padding: 0px;
	color: #333;
	background-color: #fff;
}
.prdct_dtals .head {
	text-align: left;
	padding: 0;
	margin-bottom: 30px;
}
.prdct_dtals .head h3 {
	font-size: 20px;
	font-weight: 600;
}
.prdct_dtals a .ofr {
	position: absolute;
	top: 40px;
	left: 30px;
	z-index: 3;
	background-color: #fb0303;
	padding: 4px;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	text-align: center;
	/* justify-content: center; */
	/* vertical-align: middle; */
	display: table;
	padding: 11px 3px;
	line-height: 1;
	border: 1px dashed #fff;
}
.prdct_dtals a .ofr span {
	color: #fff;
	font-size: 12px;
	justify-content: center;
	vertical-align: -webkit-baseline-middle;
}
.prdct_dtals a .ofr {
	position: absolute;
	top: 40px;
	left: 30px;
	z-index: 3;
	background-color: #fb0303;
	padding: 4px;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	text-align: center;
	/* justify-content: center; */
	/* vertical-align: middle; */
	display: table;
	padding: 11px 3px;
	line-height: 1;
	border: 1px dashed #fff;
}
.prdct_dtals a .ofr span {
	color: #fff;
	font-size: 12px;
	justify-content: center;
	vertical-align: -webkit-baseline-middle;
}
.prdct_dtals a .product {
	width: 100%;
	height: auto;
	margin-top: 30px;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	border-radius: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
.prdct_dtals a .product img {
	width: 100%;
	height: 325px;
	margin: 0px auto;
}
.prdct_dtals a .product h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	color: #333;
}
.prdct_dtals a .product .price {
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
}
.prdct_dtals a .product .price span {
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
}
.prdct_dtals a .product .price span b {
	color: #000;
	font-size: 16px;
}
.prdct_dtals a .product .price .original {
	text-decoration: line-through;
	color: #ccc;
	font-size: 12px;
}
.prdct_dtals a .product .price .offer {
	font-weight: 500;
	color: green;
}
.prdct_dtals a .product .wish_icon {
	position: absolute;
	top: 35px;
	right: 30px;
}
.prdct_dtals a .product .wish_icon i {
	color: #555;
	font-size: 14px;
	transition: 0.2s;
	cursor: pointer;
}
.prdct_dtals a .product .wish_icon i.active {
	color: #000;
	font-size: 16px;
}
.prdct_dtals a .product .wish_icon i:hover {
	color: #000;
	font-size: 16px;
}
.prdct_dtals .slick-arrow {
	position: absolute;
	top: -75px;
	z-index: 1;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 0;
	background-position: center;
	background-size: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 1px solid #999;
}
.prdct_dtals .slick-arrow:hover {
	opacity: 1;
	width: 40px;
	background-color: #fff;
	border: 0;
}
.prdct_dtals .slick-arrow.slick-prev {
	right: 60px;
	background-image: url(../images/left-arrow.png);
	border-radius: 5px 0 0 5px;
}
.prdct_dtals .slick-arrow.slick-next {
	right: 10px;
	background-image: url(../images/right-arrow.png);
	border-radius: 0 5px 5px 0;
}

.size .modal-title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.size .size_img {
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
}
.size .size_img img {
	width: auto;
	height: 600px;
	margin: 0px auto;
}
.checkout-page.cart_sec {
	margin: 0px auto;
	margin-top: 75px;
	padding-top: 0;
}
.cart_sec {
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.cart_sec .cart_item {
	width: 100%;
	height: auto;
	padding: 20px 20px 0px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.cart_sec .cart_item h2 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 0 0 30px 0;
}
.cart_sec .cart_item p {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0;
}
.cart_sec .cart_item span {
	font-size: 12px;
	color: #333;
	font-weight: 600;
}
.cart_sec .cart_item span b {
	font-size: 14px;
}
.cart_sec .cart_item .cart-tems {
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.cart_sec .cart_item .cart-tems .table {
	width: 100%;
}
.cart_sec .cart_item .cart-tems .table tbody tr .image_prt {
	width: 230px;
	height: auto;
	overflow: hidden;
	padding-right: 30px;
}
.cart_sec .cart_item .cart-tems .table tbody tr .image_prt a {
	width: 230px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.cart_sec .cart_item .cart-tems .table tbody tr .image_prt a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cart_sec .cart_item .cart-tems .table tbody tr td {
	padding: 10px 0px;
	vertical-align: middle;
}
.cart_sec .cart_item .cart-tems .table tbody tr td img {
	width: auto;
	height: 160px;
}
.cart_sec .cart_item .cart-tems .table tbody tr td p {
	font-size: 13px;
	font-weight: 500;
	color: #000;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .price_crt {
	margin-top: 5px;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .price_crt span {
	font-size: 12px;
	font-weight: 700;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .price_crt span:hover {
	color: #3572b9;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .price_crt span b {
	font-size: 14px;
	color: #333;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .price_crt .original {
	font-weight: 500;
	color: #a3a2a2;
	text-decoration: line-through;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .price_crt .offer {
	color: green;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .price_crt select {
	margin-top: 5px;
	width: auto;
	border: none;
	margin-left: 0px;
	margin-right: 20px;
	font-weight: 700;
	font-size: 12px;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .remove {
	margin-top: 30px;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .remove span {
	color: #000;
}
.cart_sec .cart_item .cart-tems .table tbody tr td .remove span:hover {
	color: #3572b9;
}
.cart_sec .cart-info-details {
	width: 100%;
	height: auto;
	padding: 20px;
	padding-top: 0;
	background-color: #fbfbfb;
}
.cart_sec .cart-info-details .table {
	width: 100%;
	height: auto;
}
.cart_sec .cart-info-details .table thead {
	border-bottom: 2px solid #dee2e6;
	border-top: 2px solid #dee2e6;
}
.cart_sec .cart-info-details .table thead tr th {
	font-size: 18px;
	font-weight: 700;
	width: 100%;
}
.cart_sec .cart-info-details .table tbody tr th {
	border: none;
}
.cart_sec .cart-info-details .table tbody tr td {
	border: none;
	font-size: 12px;
	color: #333;
	font-weight: 700;
	padding: 8px 0px;
	vertical-align: middle;
}
.cart_sec .cart-info-details .table tbody tr td b {
	font-size: 14px;
}
.cart_sec .cart-info-details .table tbody tr td .tax {
	font-size: 11px;
	color: #a3a2a2;
	font-weight: 200;
}
.cart_sec .cart-info-details .table tbody tr td span {
	color: green;
	font-weight: 600;
}
.cart_sec .cart-info-details .table tbody tr td input[type="text"] {
	border: 1px solid #ccc;
	background-color: transparent;
	width: 200px;
	float: left;
	height: 40px;
}
.cart_sec .cart-info-details .table tbody tr td button {
	background: #2b1f7f;
	color: #fff;
	height: 40px;
	width: 30%;
	border-radius: 0px 2px 2px 0px;
}
.cart_sec .cart-info-details .address_button {
	text-align: center;
	margin: 30px auto;
}
.cart_sec .cart-info-details .address_button button {
	width: 100%;
	background-color: #2b1f7f;
	color: #fff;
	padding: 10px 0px;
	font-weight: 600;
	font-size: 14px;
}

.after-slider-wrap {
	padding: 0px;
	color: #333;
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 0;
}
.after-slider-wrap .product_size {
	position: absolute;
	top: 25%;
	background-color: #fff;
	padding: 12px 10px;
	border: 1px solid #ccc;
	width: 90%;
	text-align: center;
	overflow: hidden;
}
.after-slider-wrap .view-btn {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.after-slider-wrap .view-btn button {
	display: block;
	padding: 10px 30px;
	background-color: #2b1f7f;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}
.after-slider-wrap .head {
	text-align: center;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 0;
}
.after-slider-wrap .head h3 {
	font-size: 30px;
	color: #000;
	font-weight: 700;
}

.after-slider-wrap .wish_icon button {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	border: 2px solid #000;
	padding: 10px 30px;
	text-transform: uppercase;
}
.after-slider-wrap a .product {
	width: 100%;
	height: auto;
	margin-top: 30px;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.after-slider-wrap a .product .image {
	width: 100%;
	height: 300px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
.after-slider-wrap a .product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.after-slider-wrap a .product h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
	color: #333;
}
.after-slider-wrap a .product .price {
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0px 0px 0px 10px;
}
.after-slider-wrap a .product .price .ofr {
	position: absolute;
	top: 40px;
	left: 30px;
	z-index: 3;
	background-color: #2b1f7f;
	padding: 4px;
	border-radius: 50px;
	width: 80px;
	height: 80px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 11px 3px;
	line-height: 1;
	border: 1px dashed #fff;
}
.after-slider-wrap a .product .price .ofr span {
	color: #fff;
	font-size: 12px;
	justify-content: center;
	vertical-align: -webkit-baseline-middle;
	padding: 5px;
	line-height: 14px;
	font-weight: 700;
}
.after-slider-wrap a .product .price .remove_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	display: table;
	padding: 11px 3px;
	line-height: 1;
	color: #000;
	font-size: 30px;
	opacity: 0.7;
	cursor: pointer;
}
.after-slider-wrap a .product .price span {
	display: inline-block;
	padding-right: 5px;
	color: #000;
	font-size: 12px;
}
.after-slider-wrap a .product .price span b {
	color: #000;
	font-size: 14px;
}
.after-slider-wrap a .product .price .original {
	text-decoration: line-through;
	color: #ccc;
	font-size: 12px;
}
.after-slider-wrap a .product .price .offer {
	font-weight: 500;
	color: green;
}
.after-slider-wrap a .product .wish_icon {
	position: absolute;
	top: 35px;
	right: 30px;
}
.after-slider-wrap a .product .wish_icon i {
	color: #555;
	font-size: 14px;
	transition: 0.2s;
	cursor: pointer;
}
.after-slider-wrap a .product .wish_icon i.active {
	color: #000;
	font-size: 16px;
}
.after-slider-wrap a .product .wish_icon i:hover {
	color: #000;
	font-size: 16px;
}
.after-slider-wrap .slick-arrow {
	position: absolute;
	top: -75px;
	z-index: 1;
	width: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 0;
	background-position: center;
	background-size: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	border: 1px solid #999;
}
.after-slider-wrap .slick-arrow:hover {
	opacity: 1;
	width: 40px;
	background-color: #fff;
	border: 0;
}
.after-slider-wrap .slick-arrow.slick-prev {
	right: 60px;
	background-image: url(../images/left-arrow.png);
	border-radius: 5px 0 0 5px;
}
.after-slider-wrap .slick-arrow.slick-next {
	right: 10px;
	background-image: url(../images/right-arrow.png);
	border-radius: 0 5px 5px 0;
}
.after-slider-wrap .move_bag {
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
}
.after-slider-wrap .move_bag button {
	width: 80%;
	background-color: #2b1f7f;
	color: #fff;
	font-size: 12px;
	border: 1px solid #2b1f7f;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 14px;
}
.after-slider-wrap .move_bag button.active {
	background-color: #2b1f7f;
	color: #fff;
}
.after-slider-wrap .move_bag button:hover {
	background-color: #2b1f7f;
	color: #fff;
}

.brd_crumb_sec2 {
	width: 100%;
	height: auto;
	text-align: center;
}
.brd_crumb_sec2 .address_breadcrumb {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.brd_crumb_sec2 .address_breadcrumb ul li {
	display: inline-block;
	margin-left: 40px;
	background-color: #fff;
	padding: 0px 5px;
	font-size: 12px;
}
.brd_crumb_sec2 .address_breadcrumb .line {
	border-bottom: 1px dashed #333;
	width: 240px;
	margin: 0px auto;
	margin-top: -10px;
}

.address_sec {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-top: 0;
	margin-top: 75px;
}
.address_sec .address-inner-sec {
	width: 80%;
	height: auto;
	margin: 0px auto;
}
.address_sec .modal_size_address {
	width: 60%;
	margin: 0px auto;
}
.address_sec .modal_size_address .choose_add {
	width: 100%;
}
.address_sec .modal_size_address .choose_add ul li {
	border: 1px solid #333;
	color: #333;
	color: #333;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 6px;
	margin: 0;
}
.address_sec .modal_size_address .choose_add {
	text-align: left;
}
.address_sec .modal_size_address .choose_add ul li {
	border: 1px solid #333;
	color: #333;
	color: #333;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 6px !important;
	margin: 0px -2px;
}
.address_sec .modal_size_address .address_button button {
	width: 80%;
	margin: 30px auto;
	background-color: #000;
	color: #fff;
	padding: 10px 0px;
}
.address_sec .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 2px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin-top: 30px;
}
.address_sec .card.active {
	border: 2px solid #2b1f7f;
}
.address_sec .card:hover {
	border: 2px solid #2b1f7f;
}
.address_sec .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.address_sec .card-title {
	margin-bottom: 0.75rem;
}
.address_sec p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.address_sec .address_all {
	width: 80%;
	height: auto;
	margin: 0px auto;
	border: 1px solid #ccc;
	padding: 30px;
}
.address_sec .address_all .continue_button {
	width: 100%;
	height: auto;
	text-align: right;
	margin-top: 10px;
}
.address_sec .address_all .continue_button button {
	padding: 10px 20px;
	background-color: #2b1f7f;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.address_sec .address_all .address_head h2 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.address_sec .address_all .address_head a {
	text-align: right;
	background-color: #fff;
	color: #2b1f7f;
	font-weight: 600;
	font-size: 16px;
	float: right;
}
.address_sec .card {
	width: 100%;
	height: auto;
	padding: 15px;
}
.address_sec .card .name p {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.address_sec .card .name ul {
	text-align: right;
}
.address_sec .card .name ul li {
	display: inline-block;
	margin-right: 10px;
}
.address_sec .card .name ul li button {
	background-color: #f1f1f1;
	padding: 4px 10px;
	color: #333;
	font-size: 12px;
}
.address_sec .card .name ul li button.active {
	background-color: #2b1f7f;
	color: #fff;
}
.address_sec .card .name ul li button:hover {
	background-color: #2b1f7f;
	color: #fff;
}
.address_sec .card .name ul li i {
	font-size: 20px;
	color: #f1f1f1;
}
.address_sec .card .name ul li i.active {
	color: red;
}
.address_sec .card .name ul li i:hover {
	color: #333;
}
.address_sec .card .card-body h5 {
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
.address_sec .card .card-body p {
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
.address_sec .card .card-body a {
	font-weight: 600;
	color: #337ab7;
	font-size: 12px;
}

.my_account_sec {
	width: 100%;
	height: auto;
	/* padding: 30px 0px; */
	margin-top: 160px;
	padding-bottom: 0;
	padding-top: 0;
}
.my-order-page.my_account_sec {
	margin-top: 170px;
}
.my_account_sec h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.my_account_sec .line {
	width: 100px;
	height: 5px;
	background-color: #2b1f7f;
	display: none;
}
.my_account_sec .order_list {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.my_account_sec .order_list li {
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px;
	background-color: #fff;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	text-align: left;
	border-radius: 5px;
}
.my_account_sec .order_list li a {
	font-weight: 700;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.my_account_sec .order_list li a i {
	margin-left: 7px;
	font-size: 18px;
	color: #2b1f7f;
}
.my_account_sec .order_list li a span {
	display: block;
	font-weight: 600;
	color: #ccc;
	font-size: 11px;
	margin-top: 5px;
}
.my_account_sec .my_order_sec {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.my_account_sec .my_order_sec .order1 {
	width: 100%;
	height: auto;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 30px;
}
.my_account_sec .my_order_sec .order1 .order_product {
	width: 100%;
	height: auto;
	text-align: center;
}
.my_account_sec .my_order_sec .order1 .order_product img {
	width: auto;
	height: 250px;
	margin: 0px auto;
}
.my_account_sec .my_order_sec .order1 .order_dtls {
	width: 100%;
	height: auto;
}
.my_account_sec .my_order_sec .order1 .order_dtls .product_name h5 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.my_account_sec .my_order_sec .order1 .order_dtls .product_name ul {
	margin-top: 10px;
}
.my_account_sec .my_order_sec .order1 .order_dtls .product_name ul li {
	display: inline-block;
	color: #ccc;
	font-weight: 600;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #ccc;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.product_name
	ul
	li:last-child {
	border: none;
}
.my_account_sec .my_order_sec .order1 .order_dtls .product_name ul li b {
	font-size: 12px;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_date h5 {
	font-size: 16px;
	font-weight: 700;
	color: #ccc;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_date p {
	font-size: 14px;
	color: #000;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_track {
	width: 100%;
	height: auto;
	margin-top: 50px;
	display: block;
	position: relative;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_track h5 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_track ul {
	margin-top: 25px;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_track ul li a {
	width: 18px;
	height: 18px;
	background-color: #000;
	display: inline-block;
	border-radius: 4px;
	float: left;
	margin-right: 20%;
	border: 2px solid #ccc;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_track ul li a::after {
	content: "";
	width: 24%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 52px;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_track ul li a span {
	position: relative;
	top: 30px;
	left: -23px;
	right: 0;
	font-size: 14px;
	font-weight: 600;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_track
	ul
	.Delivered
	a::after {
	content: "";
	width: 0px;
	background-color: transparent;
}
.my_account_sec .my_order_sec .order1 .order_dtls .info_button {
	width: 100%;
	height: auto;
	text-align: right;
	display: block;
	float: left;
	margin-top: 45px;
}
.my_account_sec .my_order_sec .order1 .order_dtls .info_button button {
	width: 150px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #2b1f7f;
	border: 1px solid #2b1f7f;
}
/* .my_account_sec .my_order_sec .order1 .order_dtls .info_button button:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
} */
.my_account_sec .my_order_sec .order1 .order_dtls .order_failed {
	width: 100%;
	height: auto;
	margin-top: 50px;
	display: block;
	position: relative;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_failed h5 {
	font-size: 16px;
	font-weight: 700;
	color: #fc5959;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_delivered {
	width: 100%;
	height: auto;
	margin-top: 50px;
	display: block;
	position: relative;
}
.my_account_sec .my_order_sec .order1 .order_dtls .order_delivered h5 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss {
	text-align: center;
	position: relative;
	cursor: pointer;
	padding: 0;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.progress {
	background-color: #ccc;
	border-radius: 0;
	box-shadow: none;
	height: 2px;
	width: 100%;
	margin: 7.5px 15px;
	position: relative;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.progress.active {
	background-color: #2b1f7f;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.progress:last-child {
	width: 0%;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.progress
	.progress_bar {
	width: 100%;
	background-color: #000;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.odr_pointer {
	border-radius: 5px;
	display: block;
	height: 15px;
	margin-left: 15px;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.odr_pointer::after {
	background: #2b1f7f;
	border: 2px solid #ccc;
	border-radius: 100%;
	content: " ";
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.titel {
	text-align: left;
	position: absolute;
	left: 0px;
	right: 0;
	top: 30px;
	width: 100%;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.titel
	p {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.my_account_sec
	.my_order_sec
	.order1
	.order_dtls
	.order_delivered
	.order_prgrss
	.last {
	width: 0%;
}

.my_address_sec {
	width: 100%;
	height: auto;
	padding-top: 150px;
}
.my_address_sec .back_sec a {
	color: #6c6ff1;
}
.my_address_sec .back_sec a p {
	color: #000;
	font-weight: 500;
}
.my_address_sec .back_sec a p i {
	font-size: 25px;
}
.my_address_sec .address_head {
	margin-top: 0px;
}
.my_address_sec .address_head h2 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.my_address_sec .address_head .line {
	width: 100px;
	height: 5px;
	background-color: #2b1f7f;
	display: none;
}
.my_address_sec .card {
	width: 100%;
	height: auto;
	padding: 15px;
	margin-top: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.my_address_sec .card.active {
	border: 1px solid #000;
}
.my_address_sec .card:hover {
	border: 1px solid #000;
}
.my_address_sec .card .name p {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.my_address_sec .card .name ul {
	text-align: right;
}
.my_address_sec .card .name ul li {
	display: inline-block;
	margin-right: 10px;
}
.my_address_sec .card .name ul li button {
	background-color: #f1f1f1;
	padding: 4px 10px;
	color: #333;
	font-size: 12px;
}
.my_address_sec .card .name ul li button.active {
	background-color: #2b1f7f;
	color: #fff;
}
.my_address_sec .card .name ul li button:hover {
	background-color: #333;
	color: #fff;
}
.my_address_sec .card .name ul li i {
	font-size: 20px;
	color: #f1f1f1;
}
.my_address_sec .card .name ul li i.active {
	color: #333;
}
.my_address_sec .card .name ul li i:hover {
	color: #333;
}
.my_address_sec .card .card-body h5 {
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
.my_address_sec .card .card-body p {
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
.my_address_sec .card .card-body a {
	font-weight: 600;
	color: #337ab7;
	font-size: 12px;
}
.my_address_sec .card .add_address {
	text-align: center;
	padding: 24px;
}

.profile {
	width: 100%;
	height: auto;
}
.profile .profile_form {
	width: 100%;
	height: auto;
}
.profile .profile_form p {
	font-size: 14px;
	font-weight: 700;
	margin-top: 30px;
}
.profile .profile_form a {
	display: block;
	color: #6c6ff1;
	font-size: 14px;
	margin-top: 10px;
}
.profile .profile_form input[type="text"] {
	width: 100%;
	height: auto;
	border: none;
	border: 1px solid #ccc;
	padding: 10px;
}
.profile .profile_form input[type="password"] {
	width: 100%;
	height: auto;
	border: none;
	border: 1px solid #ccc;
	padding: 10px;
}
.profile .profile_form ul {
	margin-left: 5px;
}
.profile .profile_form ul li {
	display: inline-block;
	margin-left: -5px;
}
.profile .profile_form ul li a {
	color: #2b1f7f;
	padding: 3px 15px;
	border: 1px solid #ccc;
}
.profile .profile_form ul li a:hover {
	background-color: #2b1f7f;
	color: #fff;
}
.profile .profile_form ul li a.active {
	background-color: #2b1f7f;
	color: #fff;
}
.profile .profile_form button {
	margin-top: 50px;
	background-color: #2b1f7f;
	padding: 15px 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.order_info .modal-dialog {
	width: 35%;
	height: auto;
	margin: 0px auto;
}
.order_info .modal-dialog .modal-header .close {
	margin-top: -50px;
}
.order_info .modal-dialog .modal-header h4 {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.order_info .modal-dialog .modal-header p {
	font-size: 12px;
	color: #b1b1b1;
}
.order_info .modal-dialog .info_dtls {
	width: 100%;
	height: auto;
	padding: 20px;
}
.order_info .modal-dialog .info_dtls h4 {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.order_info .modal-dialog .info_dtls .card {
	width: 100%;
	height: auto;
	padding: 15px;
	margin-top: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.order_info .modal-dialog .info_dtls .card .name p {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.order_info .modal-dialog .info_dtls .card .name ul {
	text-align: right;
}
.order_info .modal-dialog .info_dtls .card .name ul li {
	display: inline-block;
	margin-right: 10px;
}
.order_info .modal-dialog .info_dtls .card .name ul li button {
	background-color: #2b1f7f;
	padding: 4px 10px;
	color: #fff;
}
.order_info .modal-dialog .info_dtls .card .name ul li button.active {
	background-color: #2b1f7f;
	color: #fff;
}
.order_info .modal-dialog .info_dtls .card .name ul li button:hover {
	background-color: #2b1f7f;
	color: #fff;
}
.order_info .modal-dialog .info_dtls .card .name ul li i {
	font-size: 20px;
	color: #f1f1f1;
}
.order_info .modal-dialog .info_dtls .card .name ul li i.active {
	color: #2b1f7f;
}
.order_info .modal-dialog .info_dtls .card .name ul li i:hover {
	color: #333;
}
.order_info .modal-dialog .info_dtls .card .card-body h5 {
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
.order_info .modal-dialog .info_dtls .card .card-body p {
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
.order_info .modal-dialog .info_dtls .card .card-body a {
	font-weight: 600;
	color: #337ab7;
	font-size: 12px;
}
.order_info .modal-dialog .info_dtls .card .add_address {
	text-align: center;
	padding: 35px;
}
.order_info .modal-dialog .info_dtls .summery_table {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.order_info .modal-dialog .info_dtls .summery_table table {
	width: 100%;
	height: auto;
}
.order_info .modal-dialog .info_dtls .summery_table table tbody tr td {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0px;
}
.order_info
	.modal-dialog
	.info_dtls
	.summery_table
	table
	tbody
	tr
	.cost_amount {
	text-align: right;
}
.order_info .modal-dialog .info_dtls .summery_table table tbody tr .free {
	color: #26c726;
}
.order_info .modal-dialog .info_dtls .summery_table table tbody .total_amount {
	margin-top: 15px;
}
.order_info
	.modal-dialog
	.info_dtls
	.summery_table
	table
	tbody
	.total_amount
	td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 14px;
	padding: 15px 0px;
}

.change_password {
	margin-top: 50px;
}
.change_password .modal-dialog {
	width: 35%;
	height: auto;
	margin: 0px auto;
}
.change_password .modal-dialog .modal-header .close {
	margin-top: -50px;
}
.change_password .modal-dialog .modal-header h4 {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.change_password .modal-dialog .modal-header p {
	font-size: 12px;
	color: #b1b1b1;
}
.change_password .modal-dialog .enter_password {
	width: 100%;
	height: auto;
	padding: 0px 20px;
}
.change_password .modal-dialog .enter_password a {
	display: block;
	color: #6c6ff1;
	font-size: 14px;
	margin-top: 10px;
}
.change_password .modal-dialog .enter_password input[type="text"] {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding: 20px 0px;
}
.change_password .modal-dialog .update_button {
	width: 100%;
	height: auto;
}
.change_password .modal-dialog .update_button button {
	width: 100%;
	padding: 20px 0px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}

.frgt .modal-dialog .modal-header .close {
	margin-top: -30px;
}

.thank_u {
	width: 100%;
	height: auto;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: ease 0.4s;
	transition: ease 0.4s;
}
.thank_u .thank img {
	width: auto;
	height: 350px;
}
.thank_u .thank_button {
	width: 100%;
	margin-top: 30px;
}
.thank_u .thank_button ul li {
	display: inline-block;
	margin: 0px 10px;
}
.thank_u .thank_button ul li button {
	padding: 15px 25px;
	background-color: #2b1f7f;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
.thank_u .thank_button ul li button a {
	color: #fff;
}

.brd_crumb_sec2 {
	width: 100%;
	height: auto;
	text-align: center;
}
.brd_crumb_sec2 .address_breadcrumb {
	width: 100%;
	height: auto;
}
.brd_crumb_sec2 .address_breadcrumb ul li {
	display: inline-block;
	margin-left: 40px;
	background-color: #fff;
	padding: 0px 5px;
	font-size: 12px;
	padding: 15px;
	border: 1px solid #2b1f7f;
	cursor: pointer;
}
.brd_crumb_sec2 .address_breadcrumb ul li.active {
	color: #fff;
	font-weight: 600;
	background-color: #2b1f7f;
}
.brd_crumb_sec2 .address_breadcrumb .line {
	border-bottom: 1px dashed #2b1f7f;
	width: 240px;
	margin: 0px auto;
	margin-top: -25px;
}

.payment_sec {
	width: 100%;
	height: auto;
	margin: 50px auto;
	display: block;
	margin-top: 75px;
}
.payment_sec .all_payment_head {
	width: 90%;
	height: auto;
	margin: 0px auto;
	border: 1px solid #ccc;
	padding: 0px;
}
.payment_sec .all_payment_head .address_head {
	padding: 30px;
}
.payment_sec .all_payment_head .address_head h2 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.payment_sec .all_payment_head .address_head p {
	text-align: right;
	background-color: #fff;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	float: right;
}
.payment_sec .all_payment_head .address_head p b {
	font-size: 16px;
	font-weight: 700;
	margin-left: 10px;
}
.payment_sec .all_payment {
	width: 90%;
	height: auto;
	margin: 0px auto;
	border: 1px solid #ccc;
	padding: 0px;
}
.payment_sec .all_payment .payment_option {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 20px 0px;
}
.payment_sec .all_payment .payment_option ul li {
	width: 100%;
	height: auto;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 20px;
	cursor: pointer;
	text-transform: uppercase;
}
.payment_sec .all_payment .payment_option ul li.active {
	background-color: #fff;
	color: #000;
}
.payment_sec .all_payment .payment_option ul li:hover {
	background-color: #fff;
	color: #000;
}
.payment_sec .all_payment .payment_option ul li span {
	text-align: right;
	font-weight: 200;
	color: #000;
	float: right;
	font-size: 14px;
}
.payment_sec .all_payment .payment_details {
	width: 100%;
	height: 100%;
	padding: 20px;
}
.payment_sec .all_payment .payment_details h4 {
	background-color: #000;
	color: #fff;
	padding: 20px 10px;
	font-size: 14px;
	font-weight: 500;
}
.payment_sec .all_payment .payment_details p {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	line-height: 24ppx;
	margin-top: 10px;
}
.payment_sec .all_payment .payment_details .cod_table {
	width: 100%;
	height: auto;
	margin-top: 80px;
}
.payment_sec .all_payment .payment_details .cod_table table {
	width: 100%;
	height: auto;
}
.payment_sec .all_payment .payment_details .cod_table table tbody tr td {
	padding: 20px 5px;
	color: #333;
	font-weight: 600;
	font-size: 14px;
}
.payment_sec .all_payment .payment_details .cod_table table tbody tr td b {
	font-size: 16px;
}
.payment_sec
	.all_payment
	.payment_details
	.cod_table
	table
	tbody
	.final_amount
	td {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	border-top: 1px solid #ccc;
}
.payment_sec
	.all_payment
	.payment_details
	.cod_table
	table
	tbody
	.final_amount
	td
	b {
	font-size: 18px;
}
.payment_sec .all_payment .payment_details .confirm_button {
	width: 100%;
	/*        height: 100%;*/
	/*        display: flex;*/
	justify-content: end;
	align-items: end;
}
.payment_sec .all_payment .payment_details .confirm_button button {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background-color: #2b1f7f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.payment_sec .all_payment .payment_details2 {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: none;
}
.payment_sec .all_payment .payment_details2 .insta {
	width: 100%;
	height: auto;
	text-align: center;
}
.payment_sec .all_payment .payment_details2 .insta img {
	width: auto;
	height: 100px;
	margin: 30px auto;
}
.payment_sec .all_payment .payment_details2 p {
	font-size: 14px;
	font-weight: 500;
	color: #9a9999;
	line-height: 24px;
}
.payment_sec .all_payment .payment_details2 .confirm_button {
	/* width: 100%;
        height: 100%;
        display: flex;
        justify-content: end;
        align-items: end;  */

	width: 100%;
	height: auto;
	padding: 15px 0px;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.payment_sec .all_payment .payment_details2 .confirm_button button {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background-color: #2b1f7f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.no_item {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99;
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	transition: ease 0.4s;
}

.update_status .modal-header h6 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.update_status .modal-header .close {
	margin-top: -35px;
}
.update_status .modal-body label {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.update_status .modal-body textarea {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	padding: 0px 10px;
	margin-top: 20px;
}
.update_status .modal-body select {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	padding: 10px 10px;
	margin-top: 20px;
}
.update_status .modal-footer button {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	padding: 15px 20px;
	height: 46px;
	vertical-align: super;
	text-transform: uppercase;
}

#login_modal .modal-header {
	justify-content: center;
	align-items: center;
}
#login_modal .modal-header button.close {
	position: absolute;
	right: 20px;
	margin: 0;
	padding: 0;
}

.terms {
	width: 100%;
	height: auto;
	margin-top: 120px !important;
}
.terms h4 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-top: 50px;
	margin-bottom: 15px;
}
.terms p {
	font-size: 14px;
	color: #000;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 0;
}
.terms ul li {
	margin-top: 15px;
}

.size_chart {
	width: 100%;
	height: auto;
	margin: 50px auto;
	text-align: center;
}
.size_chart .size {
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.size_chart .size h2 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
.size_chart .size .men_chart {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 30px auto;
}
.size_chart .size .men_chart img {
	width: auto;
	height: 1000px;
	margin: 0px auto;
}
footer {
	background-color: #2b1f7f;
	margin-top: 50px;
}

body section div div div div#zoom-figg a#Zoom-1 > .mz-figure > img {
	width: 100%;
	height: 100%;
	max-width: 100% !important;
	object-fit: cover;
}

.ad-bnr-sec {
	width: 100%;
	height: auto;
	padding-top: 0;
}
.ad-bnr-sec .ad-banr {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}
.ad-bnr-sec .ad-banr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media only screen and (max-width: 992px) {
	.top-slider {
		height: 50vh;
	}
}

@media only screen and (max-width: 768px) {
	.top-slider {
		height: 50vh;
	}
	.top-slider .main-slider .slick-slide {
		height: 50vh;
	}
	.filter_sec .product .main_img {
		height: 300px !important;
	}
	.product_dtls_sec {
		margin-top: 50px;
	}
	.product-cart-page.brd_crumb_sec {
		margin-top: 66px;
	}
	.cart_sec .cart-info-details {
		overflow-x: auto;
	}
	.cart_sec .cart-info-details .address_button {
		margin-bottom: 0;
	}
	.brd_crumb_sec2 .address_breadcrumb {
		margin-top: 0;
	}
	.my-profilr-form-page.my_address_sec {
		padding-top: 110px;
	}
	.my_account_sec {
		margin-top: 110px;
	}
}

/*# sourceMappingURL=style.css.map */
