/******************************************************************
  Template Name: Ashion
  Description: Ashion ecommerce template
  Author: Colorib
  Author URI: https://colorlib.com/
  Version: 1.0
  Created: Colorib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Categories Section
5.  Product Section
6.  Banner Section
7.  Countdown Section
8.  Instagram
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

@font-face{font-family:'Bogle';src:url('../fonts/BogleWeb_subset-Regular.woff2') format('woff2'),url('../fonts/BogleWeb_subset-Regular.woff2')} 
@font-face{font-family:'Bogle-bold';src:url('../fonts/BogleWeb_subset-Bold') format('woff2'),url('../fonts/BogleWeb_subset-Bold.woff2')} 


html,
body {
	height: 100%;
	font-family: "BOGLE", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "BOGLE", sans-serif;
}

h1 {
	font-size: 85px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: "BOGLE", sans-serif;
	color: #000;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
}

.section-title h4 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.section-title h4:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 70px;
	background: #ca1515;
	content: "";
}

.set-bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.set-mbg {
	background-repeat: no-repeat;
	background-size: cover!important;
	background-position: right!important;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 30px 10px;
	color: #ffffff;
	background: #ca1515;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: #ca1515;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #dddddd;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
	box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
}

.header__logo {
	padding: 20px 0;
	text-align:left;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	padding: 20px 0 15px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 40px;
	position: relative;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 27px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	background: #111111;
	text-align: left;
	padding: 2px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #111111;
	font-weight: 500;
	display: block;
	padding: 2px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ca1515;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__right {
	text-align: left;
	padding: 20px 0 15px;
	display: flex;
	justify-content: space-around;
	margin-right:-35px;
}


.header__auth {
	margin-right: 10px;
	display: flex;
    align-items: center;
}

.header__auth a{
	color: #666666;
}
.header__right__auth a {
	font-size: 12px;
	color: #666666;
	position: relative;
	margin-right: 8px;
}

.header__right__auth a:last-child {
	margin-right: 0;
}

.header__right__auth a:last-child:after {
	display: none;
}

.header__right__auth a:after {
	position: absolute;
	right: -8px;
	top: -2px;
	content: "/";
	font-size: 13px;
}

.header__right__widget {
	display: inline-block;
	position:relative;
}

.header__right__widget li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	color: #111111;
	margin-right: 20px;
	cursor: pointer;
}

.icon_heart_alt,.icon_profile{
	margin-right: 10px;
}

.header__right__widget li:last-child {
	margin-right: 0;
}

.header__right__widget li a {
	font-size: 18px;
	color: #111111;
	position: relative;
}

.header__right__widget .tip {
	position: absolute;
	right: 5px;
	top: -8px;
	height: 18px;
	width: 18px;
	background: #111111;
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

.myitem{
	display: block;
	font-weight: 600;
}

.input-search-field:focus{
	border: 2px solid #000;
}
/*---------------------
  Banner
-----------------------*/

.banner {
	height: 425px;
}

.banner__text span {
	font-size: 18px;
	color: #ca1515;
	text-transform: uppercase;
}

.banner__text h1 {
	font-size: 80px;
	color: #111111;
	font-family: "Cookie", cursive;
	margin-bottom: 15px;
}

.banner__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.banner__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.banner__slider {
	text-align: center;
	padding: 150px 0 0;
}

.banner__slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	top: 370px;
	width: 100%;
	text-align: center;
}

.banner__slider.owl-carousel .owl-dots button {
	height: 12px;
	width: 12px;
	background: #a1a1a1;
	border-radius: 50%;
	margin-right: 10px;
}

.banner__slider.owl-carousel .owl-dots button.active {
	background: #ca1515;
}

.banner__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

/*---------------------
  Trend
-----------------------*/

.trend {
	padding-top: 80px;
	padding-bottom: 50px;
}

.trend__content .section-title h4 {
	font-size: 20px;
}

.trend__content .section-title h4:after {
	bottom: -6px;
}

.trend__item {
	overflow: hidden;
	margin-bottom: 35px;
}

.trend__item__pic {
	float: left;
	margin-right: 25px;
}

.trend__item__text {
	overflow: hidden;
}

.trend__item__text h6 {
	font-size: 14px;
	color: #111111;
	margin-bottom: 5px;
}

.trend__item__text .rating {
	line-height: 18px;
	margin-bottom: 6px;
}

.trend__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.trend__item__text .rating i:last-child {
	margin-right: 0;
}

.trend__item__text .product__price {
	color: #111111;
	font-weight: 600;
}

.trend__item__text .product__price span {
	font-size: 14px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 4px;
}

/*---------------------
  Discount
-----------------------*/

.discount__pic img {
	min-width: 100%;
	height: 100%;
}

.discount__text {
	background: #f4f4f4;
	height: 390px;
	padding: 75px 90px 50px;
	text-align: center;
}

.discount__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.discount__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.discount__text__title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.discount__text__title:after {
	position: absolute;
	left: 50%;
	top: -38px;
	height: 183px;
	width: 183px;
	background: #ffffff;
	content: "";
	border-radius: 50%;
	z-index: -1;
	margin-left: -91.5px;
}

.discount__text__title span {
	font-size: 12px;
	color: #111111;
	font-weight: 500;
	text-transform: uppercase;
}

.discount__text__title h2 {
	font-size: 60px;
	color: #ca1515;
	font-family: "Cookie", cursive;
	line-height: 46px;
	margin-bottom: 10px;
}

.discount__text__title h5 {
	color: #ca1515;
	font-weight: 700;
}

.discount__text__title h5 span {
	font-size: 14px;
	color: #111111;
	margin-right: 4px;
}

.discount__countdown {
	text-align: center;
	margin-bottom: 10px;
}

.countdown__item {
	margin-bottom: 15px;
	float: left;
	width: 25%;
}

.countdown__item:last-child {
	margin-right: 0;
}

.countdown__item span {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
}

.countdown__item p {
	color: #111111;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
}

/*---------------------
  Services
-----------------------*/

.services {
	padding-top: 80px;
	padding-bottom: 50px;
}

.services__item {
	padding-left: 65px;
	position: relative;
	margin-bottom: 20px;
}

.services__item i {
	font-size: 36px;
	color: #ca1515;
	position: absolute;
	left: 0;
	top: 4px;
}

.services__item h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 5px;
}

.services__item p {
	margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/

.instagram__item {
	height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.instagram__item:hover:after {
	opacity: 1;
}

.instagram__item:hover .instagram__text {
	opacity: 1;
	visibility: visible;
}

.instagram__item:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	content: "";
	opacity: 0;
	z-index: -1;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.instagram__text {
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.instagram__text i {
	font-size: 30px;
	color: #0d0d0d;
}

.instagram__text a {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	padding-top: 55px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	margin-bottom: 20px;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__payment a {
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer__payment a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.footer__newslatter {
	margin-bottom: 30px;
}

.footer__newslatter h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer__newslatter form {
	position: relative;
	margin-bottom: 30px;
}

.footer__newslatter form input {
	height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}

.footer__newslatter form input::-webkit-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-moz-placeholder {
	color: #666666;
}

.footer__newslatter form input:-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::placeholder {
	color: #666666;
}

.footer__newslatter form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.footer__social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #e1e1e1;
	font-size: 15px;
	color: #111111;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	margin-bottom: 5px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__copyright__text {
	border-top: 1px solid #e1e1e1;
	padding: 18px 0 25px;
	text-align: center;
	margin-top: 35px;
}

.footer{
    border-top: 1px solid #e1e1e1;
}

.footer__copyright__text p {
	margin-bottom: 0;
}

.footer__copyright__text a {
	color: #5C5C5C;
}

.footer__copyright__text i {
	color: #ca1515;
}

.footer__copyright__text a:hover {
	color: #ca1515;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	padding-top: 35px;
}

.breadcrumb__links a {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -14px;
	top: 0;
	content: "\f101";
	font-family: "FontAwesome";
}

.breadcrumb__links a i {
	margin-right: 5px;
}

.breadcrumb__links span {
	font-size: 15px;
	font-weight: 500;
	color: #888888;
	display: inline-block;
}

/*---------------------
  Categories
-----------------------*/

.categories {
	overflow: hidden;
	margin-top: 10px;
	margin-left: 25px;
	margin-right:25px;
}

.categories .container-fluid {
	padding-right: 5px;
}

.categories__item {
	height: 314px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 10px;
}

.categories__item.categories__large__item {
	height: 638px;
	padding-left: 70px;
}

.categories__item.categories__large__item .categories__text {
	max-width: 480px;
}

.categories__item.categories__large__item .categories__text p {
	margin-bottom: 15px;
}

.categories__text h1 {
	font-family: "Cookie", cursive;
	color: #111111;
	margin-bottom: 5px;
}

.categories__text h4 {
	color: #111111;
	font-weight: 700;
}

.categories__text p {
	margin-bottom: 10px;
}

.categories__text a {
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.categories__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}

/*---------------------
  Product
-----------------------*/

.product {
//	padding-top: 60px;
//	padding-bottom: 50px;
}

.filter__controls {
	text-align: right;
	margin-bottom: 50px;
}

.filter__controls li {
	font-size: 14px;
	list-style: none;
	display: inline-block;
	color: #111111;
	margin-right: 35px;
	position: relative;
	cursor: pointer;
}

.filter__controls li.active:after {
	opacity: 1;
}

.filter__controls li:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
	opacity: 0;
}

.filter__controls li:last-child {
	margin-right: 0;
}

.product__item {
	margin-bottom: 35px;
}

.product__item:hover .product__hover li {
	opacity: 1;
	top: 0;
}

.product__item.sale .product__item__pic .label {
	background: #ca1515;
}

.product__item.sale .product__item__text .product__price {
	color: #ca1515;
}

.product__item__pic {
	height: 260px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px #ccc;
}

.product__item__pic .label {
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	padding: 2px 8px;
	text-transform: uppercase;
	position: absolute;
	right: 10px;
	top: 10px;
}

.product__item__pic .label.new {
	background: #36a300;
}

.product__item__pic .label.stockout {
	background: #111111;
}

.product__item__pic .label.stockblue {
	background: #0066bd !important;
}

.product__item__pic .label.sale {
	background: #ca1515;
}

.product__hover {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.product__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 100px;
	opacity: 0;
	z-index:9;
}

.product__hover li:nth-child(1) {
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition: all 0.4s ease 0.1s;
	transition: all 0.4s ease 0.1s;
}

.product__hover li:nth-child(2) {
	-webkit-transition: all 0.4s ease 0.15s;
	-o-transition: all 0.4s ease 0.15s;
	transition: all 0.4s ease 0.15s;
}

.product__hover li:nth-child(3) {
	-webkit-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
}

.product__hover li:last-child {
	margin-right: 0;
}

.product__hover li:hover a {
	background: #ca1515;
}

.product__hover li:hover a span {
	color: #ffffff;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.product__hover li a {
	font-size: 18px;
	color: #111111;
	display: block;
	height: 45px;
	width: 45px;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__hover li a span {
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	display: inline-block;
}

.product__item__text {
	text-align: center;
	padding-top: 22px;
}

.product__item__text h6{
	height: 40px;
	overflow: hidden;
}
.product__item__text h6 a {
	font-size: 14px;
	color: #111111;
}

.product__item__text .rating {
	line-height: 18px;
	margin-bottom: 5px;
}

.product__item__text .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__item__text .rating i:last-child {
	margin-right: 0;
}

.product__item__text .product__price {
	color: #111111;
	font-weight: 600;
}



/*---------------------
  Shop
-----------------------*/

.shop {
	padding-top: 70px;
	padding-bottom: 80px;
}

.sidebar__categories {
	margin-bottom: 50px;
}

.sidebar__categories .section-title {
	margin-bottom: 35px;
}

.sidebar__categories .section-title h4 {
	font-size: 18px;
}

.categories__accordion .card {
	border: none;
	border-radius: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2 !important;
	margin-bottom: 12px;
}

.categories__accordion .card:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none !important;
}

.categories__accordion .card-heading {
	cursor: pointer;
}

.categories__accordion .card-heading a {
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	display: block;
}

.categories__accordion .card-body {
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 0;
}

.categories__accordion .card-body li {
	list-style: none;
	position: relative;
	padding-left: 16px;
}

.categories__accordion .card-body li:before {
	position: absolute;
	left: 4px;
	top: 14px;
	height: 1px;
	width: 4px;
	background: #666666;
	content: "";
}

.categories__accordion .card-body li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.categories__accordion .card-heading a:after,
.categories__accordion .card-heading>a.active[aria-expanded=false]:after {
	content: "?";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: 0px;
}

.categories__accordion .card-heading.active a:after {
	content: "?";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.categories__accordion .card-heading a[aria-expanded=true]:after,
.categories__accordion .card-heading>a.active:after {
	content: "?";
	font-size: 14px;
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	right: 30px;
	top: -1px;
}

.sidebar__filter {
	position: relative;
	margin-bottom: 60px;
}

.sidebar__filter .section-title {
	margin-bottom: 50px;
}

.sidebar__filter .section-title h4 {
	font-size: 18px;
}

.sidebar__filter a {
	font-size: 14px;
	color: #0d0d0d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: inline-block;
	padding: 5px 16px 5px 24px;
	border: 2px solid #ff0000;
	position: absolute;
	right: 0;
	bottom: -5px;
	border-radius: 2px;
}

.filter-range-wrap .range-slider .price-input {
	position: relative;
}

.filter-range-wrap .range-slider .price-input p {
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0;
}

.filter-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 81px;
	top: 12px;
	height: 1px;
	width: 5px;
	background: #0d0d0d;
	content: "";
}

.filter-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #0d0d0d;
	max-width: 16%;
	border: none;
}

.filter-range-wrap .range-slider .price-input input:nth-child(1) {
	margin-right: 28px;
}

.filter-range-wrap .price-range {
	border-radius: 0;
	margin-bottom: 28px;
}

.filter-range-wrap .price-range.ui-widget-content {
	border: none;
	background: rgba(0, 0, 0, 0.1);
	height: 5px;
}

.filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #ca1515;
	border: none;
	outline: none;
	cursor: pointer;
}

.filter-range-wrap .price-range .ui-slider-range {
	background: #ca1515;
	border-radius: 0;
}

.sidebar__sizes,
.sidebar__color {
	margin-bottom: 40px;
}

.sidebar__sizes .section-title,
.sidebar__color .section-title {
	margin-bottom: 35px;
}

.sidebar__sizes .section-title h4,
.sidebar__color .section-title h4 {
	font-size: 18px;
}

.sidebar__sizes .size__list label,
.sidebar__color .size__list label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #444444;
	position: relative;
	cursor: pointer;
}

.sidebar__sizes .size__list label input,
.sidebar__color .size__list label input {
	position: absolute;
	visibility: hidden;
}

.sidebar__sizes .size__list label input:checked~.checkmark,
.sidebar__color .size__list label input:checked~.checkmark {
	border-color: #ca1515;
}

.sidebar__sizes .size__list label input:checked~.checkmark:after,
.sidebar__color .size__list label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.sidebar__sizes .size__list label .checkmark,
.sidebar__color .size__list label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.sidebar__sizes .size__list label .checkmark:after,
.sidebar__color .size__list label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.sidebar__color .color__list label {
	text-transform: capitalize;
}

.pagination__option a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 6px;
}

.pagination__option a:last-child {
	margin-right: 0;
}

.pagination__option a i {
	font-weight: 600;
}

.pagination__option a:hover {
	background: #0d0d0d;
	border-color: #0d0d0d;
	color: #ffffff;
}

/*---------------------
  Product Details
-----------------------*/

.product-details {
	padding-top: 0px;
	padding-bottom: 50px;
}

.product__details__pic {
	overflow: hidden;
}

.product__details__pic__left {
	width: 22%;
	max-height: 574px;
	float: left;
	overflow-y: auto;
}

.product__details__pic__left .pt {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.product__details__pic__left .pt::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
	opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
	margin-bottom: 0;
}

.product__details__pic__left .pt img {
	min-width: 100%;
}

.product__details__slider__content {
	width: calc(78% - 20px);
	float: left;
	margin-left: 20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 22px;
	color: #111111;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
}

.product__details__text h3 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.product__details__text h3 span {
	display: block;
	font-size: 14px;
	color: #444444;
	text-transform: none;
	font-weight: 400;
	margin-top: 5px;
}

.product__details__text .rating {
	margin-bottom: 16px;
}

.product__details__text .rating i {
	font-size: 12px;
	color: #e3c01c;
	margin-right: -4px;
}

.product__details__text .rating span {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
}

.product__details__text p {
	color: #444444;
	margin-bottom: 28px;
}

.product__details__price {
	font-size: 30px;
	font-weight: 600;
	color: #ca1515;
	margin-bottom: 30px;
}

.product__details__price span {
	font-size: 18px;
	color: #b1b0b0;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
}

.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantity>span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
}

.pro-qty {
	height: 50px;
	width: 150px;
	border: 1px solid #ebebeb;
	border-radius: 50px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
}

.pro-qty .qtybtn {
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	float: left;
	width: 12px;
	line-height: 46px;
}

.pro-qty input {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	border: none;
	float: left;
	width: 84px;
	text-align: center;
	height: 48px;
}

.product__details__button {
	overflow: hidden;
	margin-bottom: 25px;
}

.product__details__button .cart-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #ca1515;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 30px 15px;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product__details__button ul {
	float: left;
}

.product__details__button ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.product__details__button ul li:last-child {
	margin-right: 0;
}

.product__details__button ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	padding-top: 1px;
}

.product__details__button ul li a span {
	font-size: 18px;
	color: #666666;
}

.product__details__widget {
	border-top: 1px solid #ebebeb;
	padding-top: 35px;
}

.product__details__widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

.product__details__widget ul li:last-child {
	margin-bottom: 0;
}

.product__details__widget ul li span {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
	width: 150px;
	float: left;
}

.product__details__widget ul li .stock__checkbox {
	overflow: hidden;
}

.product__details__widget ul li .stock__checkbox label {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	position: relative;
	cursor: pointer;
}

.product__details__widget ul li .stock__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark {
	border-color: #ca1515;
}

.product__details__widget ul li .stock__checkbox label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.product__details__widget ul li .stock__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.product__details__widget ul li .stock__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .color__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 20px;
}

.product__details__widget ul li .color__checkbox label.active input~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .color__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li .color__checkbox label input:checked~.checkmark:after {
	border-color: #ffffff;
	opacity: 1;
}

.product__details__widget ul li .color__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: -10px;
	height: 20px;
	width: 20px;
	background: #e31e2f;
	border-radius: 50%;
	content: "";
}

.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
	background: #111111;
}

.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
	background: #e4aa8b;
}

.product__details__widget ul li .color__checkbox label .checkmark:after {
	position: absolute;
	left: 3px;
	top: 5px;
	width: 13px;
	height: 6px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.product__details__widget ul li .size__btn label {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 0;
}

.product__details__widget ul li .size__btn label:last-child {
	margin-right: 0;
}

.product__details__widget ul li .size__btn label.active {
	color: #ca1515;
}

.product__details__widget ul li .size__btn label input {
	position: absolute;
	visibility: hidden;
}

.product__details__widget ul li p {
	margin-bottom: 0;
	color: #666666;
}

.product__details__tab {
	padding-top: 80px;
	margin-bottom: 65px;
}

.nav {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}


.nav-item {
	margin-right: 46px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-link{
	color: #212529;
}
.nav-item  .nav-link.sub-link{
	padding: 0 0 7px 0!important;
}

.nav-item .main-link {
	font-size: 18px;
	color: #666666;
	font-weight: 600;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.nav-item .nav-link.active {
	color: #111111;
}

.tab-content .tab-pane h6 {
	color: #666666;
	font-weight: 600;
	margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

.related__title h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shop-cart {
	padding-top: 70px;
	padding-bottom: 90px;
}

.shop__cart__table {
	margin-bottom: 30px;
}

.shop__cart__table table {
	width: 100%;
}

.shop__cart__table thead {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table thead th {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.shop__cart__table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.shop__cart__table tbody tr td {
	padding: 30px 0;
}

.shop__cart__table tbody tr .cart__product__item {
	overflow: hidden;
	width: 585px;
}

.shop__cart__table tbody tr .cart__product__item img {
	float: left;
	margin-right: 25px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
	overflow: hidden;
	padding-top: 23px;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
	color: #111111;
	font-weight: 600;
}

.shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
	font-size: 10px;
	color: #e3c01c;
	margin-right: -4px;
}

.shop__cart__table tbody tr .cart__price {
	font-size: 16px;
	color: #ca1515;
	font-weight: 600;
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity {
	width: 190px;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty {
	border: none;
	padding: 0;
	width: 110px;
	border-radius: 0;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty input {
	color: #444444;
}

.shop__cart__table tbody tr .cart__quantity .pro-qty .qtybtn {
	font-size: 16px;
	color: #444444;
}

.shop__cart__table tbody tr .cart__total {
	font-size: 16px;
	color: #ca1515;
	font-weight: 600;
	width: 150px;
}

.shop__cart__table tbody tr .cart__close {
	text-align: right;
}

.shop__cart__table tbody tr .cart__close span {
	height: 45px;
	width: 45px;
	background: #f2f2f2;
	border-radius: 50%;
	font-size: 18px;
	color: #111111;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
}

.cart__btn {
	margin-bottom: 50px;
}

.cart__btn.update__btn {
	text-align: right;
}

.cart__btn a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px 12px;
	background: #f5f5f5;
}

.cart__btn a span {
	color: #ca1515;
	font-size: 14px;
	margin-right: 5px;
}

.discount__content h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 30px;
}

.discount__content form {
	position: relative;
	width: 370px;
	display: inline-block;
}

.discount__content form input {
	height: 52px;
	width: 100%;
	border: 1px solid #444444;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 115px;
	font-size: 14px;
	color: #444444;
}

.discount__content form input::-webkit-input-placeholder {
	color: #444444;
}

.discount__content form input::-moz-placeholder {
	color: #444444;
}

.discount__content form input:-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::-ms-input-placeholder {
	color: #444444;
}

.discount__content form input::placeholder {
	color: #444444;
}

.discount__content form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.cart__total__procced {
	background: #f5f5f5;
	padding: 40px;
}

.cart__total__procced h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.cart__total__procced ul {
	margin-bottom: 25px;
}

.cart__total__procced ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.cart__total__procced ul li span {
	color: #ca1515;
	float: right;
}

.cart__total__procced .primary-btn {
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 12px 0 10px;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 70px;
}

.coupon__link {
	font-size: 14px;
	color: #444444;
	padding: 14px 0;
	background: #f5f5f5;
	border-top: 2px solid #ca1515;
	text-align: center;
	margin-bottom: 50px;
}

.coupon__link a {
	font-size: 14px;
	color: #444444;
}

.coupon__link span {
	font-size: 14px;
	color: #ca1515;
}

.checkout__form h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout__form .checkout__form__input p {
	color: #444444;
	font-weight: 500;
	margin-bottom: 10px;
}

.checkout__form .checkout__form__input p span {
	color: #ca1515;
}

.checkout__form .checkout__form__input input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	margin-bottom: 25px;
	font-size: 14px;
	padding-left: 20px;
	color: #666666;
}

.checkout__form .checkout__form__input input::-webkit-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-moz-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input:-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::-ms-input-placeholder {
	color: #666666;
}

.checkout__form .checkout__form__input input::placeholder {
	color: #666666;
}

.checkout__form .checkout__form__checkbox {
	margin-bottom: 20px;
}

.checkout__form .checkout__form__checkbox label {
	display: block;
	padding-left: 24px;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	margin-bottom: 16px;
}

.checkout__form .checkout__form__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark {
	border-color: #ca1515;
}

.checkout__form .checkout__form__checkbox label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.checkout__form .checkout__form__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__form .checkout__form__checkbox label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

.checkout__form .checkout__form__checkbox p {
	margin-bottom: 0;
}

.checkout__order {
	background: #f5f5f5;
	padding: 30px;
}

.checkout__order h5 {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 18px;
}

.checkout__order .site-btn {
	width: 100%;
}

.checkout__order__product {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 22px;
}

.checkout__order__product ul li {
	list-style: none;
	font-size: 14px;
	color: #444444;
	font-weight: 500;
	overflow: hidden;
	margin-bottom: 14px;
	line-height: 24px;
}

.checkout__order__product ul li:last-child {
	margin-bottom: 0;
}

.checkout__order__product ul li span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__product ul li .top__text {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: left;
}

.checkout__order__product ul li .top__text__right {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.checkout__order__total {
	padding-top: 12px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.checkout__order__total ul li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	overflow: hidden;
	line-height: 40px;
}

.checkout__order__total ul li span {
	color: #ca1515;
	float: right;
}

.checkout__order__widget {
	padding-bottom: 10px;
}

.checkout__order__widget label {
	display: block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #111111;
	position: relative;
	cursor: pointer;
	margin-bottom: 14px;
}

.checkout__order__widget label input {
	position: absolute;
	visibility: hidden;
}

.checkout__order__widget label input:checked~.checkmark {
	border-color: #ca1515;
}

.checkout__order__widget label input:checked~.checkmark:after {
	border-color: #ca1515;
	opacity: 1;
}

.checkout__order__widget label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 10px;
	width: 10px;
	border: 1px solid #444444;
	border-radius: 2px;
}

.checkout__order__widget label .checkmark:after {
	position: absolute;
	left: 0px;
	top: -2px;
	width: 11px;
	height: 5px;
	border: solid #ffffff;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	opacity: 0;
	content: "";
}

/*---------------------
    Blog
-----------------------*/

.blog {
	padding-top: 70px;
	padding-bottom: 80px;
}

.blog__item {
	margin-bottom: 35px;
}

.blog__item__pic {
	height: 240px;
}

.blog__item__pic.large__item {
	height: 540px;
}

.blog__item__text {
	padding: 25px 20px 0 0;
	margin-right: 30px;
	background: #ffffff;
	margin-top: -54px;
}

.blog__item__text h6 {
	margin-bottom: 6px;
}

.blog__item__text h6 a {
	color: #111111;
	font-weight: 600;
	line-height: 21px;
}

.blog__item__text ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__item__text ul li span {
	color: #111111;
}

.blog__item__text ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text ul li:last-child:after {
	display: none;
}

.primary-btn.load-btn {
	color: #111111;
	background: #f2f2f2;
	padding: 12px 85px 10px;
	border-radius: 50px;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
	padding-left: 40px;
}

.blog__sidebar__item {
	margin-bottom: 50px;
}

.blog__sidebar__item:last-child {
	margin-bottom: 0;
}

.blog__sidebar__item .section-title {
	margin-bottom: 40px;
}

.blog__sidebar__item .section-title h4 {
	font-size: 16px;
}

.blog__sidebar__item .section-title h4:after {
	bottom: -7px;
}

.blog__sidebar__item ul li {
	list-style: none;
	line-height: 30px;
}

.blog__sidebar__item ul li a {
	font-size: 14px;
	color: #111111;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
	color: #ca1515;
}

.blog__sidebar__item ul li a:hover span {
	color: #111111;
}

.blog__sidebar__item ul li a span {
	float: right;
	color: #888888;
}

.blog__feature__item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog__feature__item:last-child {
	margin-bottom: 0;
}

.blog__feature__item__pic {
	float: left;
	margin-right: 25px;
}

.blog__feature__item__text {
	overflow: hidden;
}

.blog__feature__item__text h6 {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 5px;
}

.blog__feature__item__text span {
	font-size: 12px;
	color: #888888;
	display: block;
}

.blog__sidebar__tags a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	border: 1px solid #f2f2f2;
	padding: 8px 14px 7px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__tags a:hover {
	color: #111111;
}

.blog__sidebar__tags a:last-child {
	margin-right: 0;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog__details__item {
	background: #ffffff;
	margin-bottom: 24px;
}

.blog__details__item__title {
	background: #ffffff;
	padding-top: 30px;
	padding-right: 30px;
	margin-top: -100px;
	position: relative;
	margin-right: 50px;
}

.blog__details__item__title .tip {
	font-size: 12px;
	color: #ffffff;
	background: #ca1515;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 2px 11px 1px;
	border-radius: 5px;
}

.blog__details__item__title h4 {
	color: #111111;
	font-weight: 600;
	line-height: 39px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.blog__details__item__title ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__details__item__title ul li span {
	color: #111111;
}

.blog__details__item__title ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__details__item__title ul li:last-child {
	margin-right: 0;
}

.blog__details__item__title ul li:last-child:after {
	display: none;
}

.blog__details__desc {
	margin-bottom: 40px;
}

.blog__details__desc p {
	font-size: 15px;
	color: #444444;
	line-height: 27px;
}

.blog__details__desc p:last-child {
	margin-bottom: 0;
}

.blog__details__quote {
	border-top: 2px solid #ca1515;
	position: relative;
	padding-top: 22px;
	margin-bottom: 20px;
}

.blog__details__quote .icon {
	height: 30px;
	width: 30px;
	font-size: 18px;
	color: #ca1515;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: -11px;
}

.blog__details__quote p {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 0;
}

.blog__details__tags {
	margin-bottom: 50px;
}

.blog__details__tags a {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	border: 1px solid #f2f2f2;
	padding: 8px 14px 7px;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__tags a:hover {
	color: #111111;
}

.blog__details__tags a:last-child {
	margin-right: 0;
}

.blog__details__btns {
	background: #f5f5f5;
	padding: 14px 30px;
	margin-bottom: 55px;
}

.blog__details__btn__item.blog__details__btn__item--next {
	text-align: right;
}

.blog__details__btn__item.blog__details__btn__item--next h6 a i {
	margin-right: 0;
	margin-left: 5px;
}

.blog__details__btn__item h6 a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #111111;
}

.blog__details__btn__item h6 a i {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.blog__details__comment {
	position: relative;
}

.blog__details__comment h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.blog__details__comment .leave-btn {
	font-size: 14px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
}

.blog__details__comment .leave-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 100%;
	background: #ca1515;
	content: "";
}

.blog__comment__item {
	margin-bottom: 35px;
}

.blog__comment__item:last-child {
	margin-bottom: 0;
}

.blog__comment__item.blog__comment__item--reply {
	padding-left: 115px;
}

.blog__comment__item__pic {
	float: left;
	margin-right: 25px;
}

.blog__comment__item__pic img {
	border-radius: 50%;
}

.blog__comment__item__text {
	overflow: hidden;
}

.blog__comment__item__text h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 14px;
}

.blog__comment__item__text p {
	font-size: 15px;
	color: #444444;
	line-height: 26px;
}

.blog__comment__item__text ul li {
	list-style: none;
	font-size: 12px;
	color: #888888;
	display: inline-block;
	margin-right: 25px;
}

.blog__comment__item__text ul li:last-child {
	margin-right: 0;
}

.blog__comment__item__text ul li i {
	font-size: 14px;
	color: #ca1515;
	margin-right: 5px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact__address {
	margin-bottom: 45px;
}

.contact__address h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contact__address ul li {
	list-style: none;
	position: relative;
	margin-bottom: 20px;
}

.contact__address ul li:last-child {
	margin-bottom: 0;
}

.contact__address ul li h6 {
	color: #111111;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact__address ul li h6 i {
	font-size: 16px;
	color: #ca1515;
	margin-right: 5px;
}

.contact__address ul li p {
	margin-bottom: 0;
	font-size: 15px;
	color: #444444;
}

.contact__address ul li span {
	font-size: 15px;
	color: #444444;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.contact__address ul li span:after {
	position: absolute;
	right: -15px;
	top: 11px;
	content: "|";
	line-height: 0;
}

.contact__address ul li span:last-child {
	margin-right: 0;
}

.contact__address ul li span:last-child:after {
	display: none;
}

.contact__form h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.contact__form form input {
	height: 50px;
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 20px;
}

.contact__form form input::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form input::-moz-placeholder {
	color: #444444;
}

.contact__form form input:-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::placeholder {
	color: #444444;
}

.contact__form form textarea {
	height: 130px;
	width: 100%;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	margin-bottom: 14px;
	resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-moz-placeholder {
	color: #444444;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::placeholder {
	color: #444444;
}

.contact__map {
	height: 780px;
}

.contact__map iframe {
	width: 100%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
	.header {
		padding: 0 85px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header__menu ul li {
		margin-right: 20px;
	}
	.header {
		padding: 0 1.5rem;
		height: 84px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu ul li {
		margin-right: 20px;
	}
	.header__right__auth {
		margin-right: 5px;
	}
	.sidebar__filter a {
		padding: 5px 15px 5px 15px;
	}
	.nav::before {
		width: 240px;
	}
	.nav::after {
		width: 240px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.filter__controls li {
		margin-right: 15px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		height: auto;
	}
	.sidebar__filter a {
		position: relative;
		bottom: 0;
	}
	.filter-range-wrap .range-slider .price-input input {
		max-width: 27%;
	}
	.filter-range-wrap .range-slider .price-input {
		margin-bottom: 20px;
	}
	.product__details__pic {
		margin-bottom: 50px;
	}
	.nav::before {
		width: 125px;
	}
	.nav::after {
		width: 125px;
	}
	.discount__content {
		margin-bottom: 40px;
	}
	.checkout__order {
		margin-top: 20px;
	}
	.blog__sidebar {
		padding-left: 0;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #222;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 24px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.1);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 550px;
		background: #ffffff;
		padding: 65px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		visibility: visible;
		//left: 0;
	}
	.offcanvas__close {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 30px;
		top: 10px;
		border: 1px solid #ddd;
		border-radius: 50%;
		font-size: 26px;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
		display: none;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 25px;
		display: none;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 18px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: #111111;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -12px;
		top: -11px;
		height: 18px;
		width: 18px;
		background: #111111;
		font-size: 10px;
		font-weight: 500;
		color: #ffffff;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: #111111;
		position: relative;
		margin-right: 8px;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	
	.header__menu {
		display: none;
	}
	.header__right {
		display: none;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.canvas__open {
		display: block;
		font-size: 20px;
		color: #222;
		height: 30px;
		width: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #323232;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 24px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.1);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		right: 0;
		top: 65px;
		width: 210px;
		height: 350px;
		background: #ffffff;
		padding: 10px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		visibility: visible;
		
	}
	.offcanvas__close {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 30px;
		top: 10px;
		border: 1px solid #ddd;
		border-radius: 50%;
		font-size: 26px;
		text-align: center;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
		display: none;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 25px;
		display: none;
	}
	.offcanvas__widget {
		text-align: center;
		margin-bottom: 20px;
	}
	.offcanvas__widget li {
		list-style: none;
		display: inline-block;
		font-size: 16px;
		color: #111111;
		margin-right: 20px;
		cursor: pointer;
	}
	.offcanvas__widget li:last-child {
		margin-right: 0;
	}
	.offcanvas__widget li a {
		font-size: 18px;
		color: #111111;
		position: relative;
	}
	.offcanvas__widget li a .tip {
		position: absolute;
		right: -9px;
		top: -5px;
		height: 18px;
		width: 18px;
		background: #111111;
		font-size: 10px;
		font-weight: 500;
		color: #ffffff;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
	}
	.offcanvas__auth a {
		font-size: 15px;
		color: #111111;
		position: relative;
		font-weight: 500;
	}
	.offcanvas__auth a:last-child {
		margin-right: 0;
	}
	.offcanvas__auth a:last-child:after {
		display: none;
	}
	
	.header__menu {
		display: none;
	}
	.header__right {
		display: none;
	}
	.filter__controls {
		text-align: left;
		margin-bottom: 40px;
	}
	.filter__controls li {
		margin-right: 20px;
	}
	.discount__pic img {
		height: auto;
	}
	.discount__text {
		padding: 75px 40px 50px;
		height: auto;
	}
	.product__details__pic__left {
		height: auto;
	}
	.product__details__pic {
		margin-bottom: 30px;
	}
	.quantity {
		float: none;
		margin-right: 0;
	}
	.nav::before {
		display: none;
	}
	.nav::after {
		display: none;
	}
	.shop__cart__table {
		overflow-x: auto;
	}
	.shop__cart__table tbody tr .cart__product__item img {
		float: none;
		margin-right: 0;
	}
	.cart__btn {
		text-align: center;
		margin-bottom: 25px;
	}
	.cart__btn.update__btn {
		text-align: center;
	}
	.discount__content h6 {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.discount__content {
		margin-bottom: 35px;
	}
	.blog__sidebar {
		padding-left: 0;
		padding-top: 40px;
	}
	.contact__content {
		margin-bottom: 40px;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.categories__item.categories__large__item {
		padding-left: 30px;
	}
	.banner__text h1 {
		font-size: 45px;
	}
	.filter__controls li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.discount__text {
		padding: 75px 0px 50px;
	}
	.footer__newslatter form {
		text-align: center;
	}
	.footer__newslatter form input {
		margin-bottom: 10px;
	}
	.footer__newslatter form button {
		position: relative;
		right: 0;
		top: 0;
	}
	.product__details__button .cart-btn {
		float: none;
		margin-right: 0;
	}
	.product__details__button ul {
		float: none;
	}
	.nav-item {
		margin-right: 20px;
	}
	.blog__details__item__title {
		margin-right: 30px;
	}
	.blog__comment__item.blog__comment__item--reply {
		padding-left: 0;
	}
	.blog__comment__item__text ul li {
		margin-right: 5px;
	}
	.primary-btn.load-btn {
		padding: 12px 50px 10px;
	}
	.blog__comment__item__pic {
		float: none;
		margin-bottom: 20px;
	}
	.discount__content form {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
}


.float-panel {
    transform: translateZ(0);
    transition: all 0.5s;
    width: 100%;
    z-index: 10;
    position: relative;
	padding: 0 1.5rem;
	background-color:#ffd91c;
	box-shadow: 0px 5px 5px #b3b1b194;
	height:40px;
}
.mainMenus li{
	display: inline-block;
	padding: 5px 0;
}
.mainMenus .paren{
	padding: 8px;
	}
#myModal{
	top: 40px!important;
	}
.main-menu-wrapper {
    height: 40px;
    width: 100%;
    background-color: #ffd91c;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-align: left;
}
.main-menu-wrapper ul li a {
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 7px 0px;
}
.main-menu-wrapper ul.nav-pills li a {
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 18px;
	display: block;
	width: 100%;
}
.main-menu-wrapper ul.nav-pills li{
	padding:0;
}
.list-head{
	padding: 12px 18px!important;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.input-search-field-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 32px;
    font-size: small;
    padding: 2px;
    line-height: 10px;
    color: #f69524;
	border: none;
    background: transparent;
}

.nav-pills,.nav-pills li{
	display: block;
	}
.list li {
    display: block;
}
.blok .nav-pills li .active{
	background:#e6f1fc;
	border-left: 3px solid #0071dc;
}
.blok-body .nav {
    display: block !important;
	min-width: 200px;
	z-index: 999;
}
.paren:hover .child-menu {
    display: block;
    justify-content: center;
}
.child-menu {
    width: auto;
    background-color: #FFF;
    min-height: 150px;
    display: none;
    z-index: 5;
	position: fixed;
    opacity: 1;
    margin-top: 7px;
    max-height: 600px;
    overflow: auto;
    display: none;
	border-radius: 5px;
}

.deliv{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border: 1px solid #ccc;
    background: #ffd91c;
    border-radius: 25px;
    padding: 5px 5px;
	width: 100%;
	}
.deliv img{
	width: 35px;
}
.deliv p{
	color: #000;
	line-height: 1.4;
}
.sub-col{
	font-size: 12px;
	margin-bottom:0;
}
.d-flex{
	display: flex;
    align-items: center;
    justify-content: space-around;
	}
.ship-box img{
	width: 50px;
	height: 50px;
}
.ship-box{
	text-align: center;
	}
.ship-box p{
	color: #000;
}
.ship-main{
    text-align: center;
    padding: 20px;
	position: absolute;
    z-index: 99;
    background: rgb(255, 255, 255);
	border-radius: 5px;
	box-shadow: 2px 2px 5px #ccc;
	width: 100%;
}
.add-btn{
	border-radius: 25px;
    padding: 5px 15px;
    width: 100%;
	margin-top: 15px;
	font-size: 14px;
    background: #0071dc;
    color: #fff;
    border: none;
    box-shadow: 2px 2px 5px #999;
}
.add-btn a{
	color: #fff;
	}
.otherclass{
	transform: rotateZ(180deg);
}
#myICON{
	margin-left: 5px;
    font-size: 17px;
}
#tab-1,#tab-2,#tab-3,#tab-4,
#tab-5,#tab-6,#tab-7,#tab-8,
#tab-9{
	background-color:#e6f1fc;
	padding: 15px 20px;
}
.list{
	margin-top: 15px;
}

.catlist li{
	display: flex;
}

.categories__text{
	padding-bottom: 25px;
}

/* Product Css */
.product-img{
    width: 100%;
    height: 350px;
    margin-top: 25px;	
	box-shadow: 0 0 10px #ccc;
}
.pr-cat{
	background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 0px #ccc;
    color: #000;
    font-weight: 500;
	font-size: 15px;
}

/*  FAQ Page */

.card{
	margin-bottom: 10px!important;
}
.card-header{
	margin-bottom: 0!important;
}
.black-txt{
	color: #000;
	margin-top: 25px;
	font-weight: 500;
}

.graybx {position: absolute;
    top: 0%;
    width: 80%;
    height: 100%;
    background-color: #efefef;
    right: 0;
    z-index: -1;
    border-radius: 10px;}
	
.graybx-l {position: absolute;
    top: 0%;
    width: 60%;
    height: 85%;
    background-color: #efefef;
    left: 0;
    z-index: -1;
    border-radius: 10px;}

.ab-subhead{
	font-size: 20px;
    margin-bottom: 15px;
	font-weight: 500;
}

.pt-35{
	padding-top: 35px;
}
.white-txt{
	color: #fff;
	font-weight: 500;
}
.lrpad30 { padding:30px 30px 30px 0px}

.ab-para{
    margin: 20px auto;
    max-width: 100%;
    width: 1170px;
}

.headbr{
	text-align: center;
    padding-left: 15px;
    line-height: 30px;
}

/*  Single Product */
.specifications ul,.other-info{
	margin-left: 18px;
}
.single-prod-name {
    font-size: 20px;
    font-weight: 500;
}
.absolute{ position:absolute !important}
.prodPics{ width:100%}
p{ margin-bottom:5px;}
#parent{
 width:120px;
 height:465px;
 overflow:hidden;
 margin:5px auto;
}
.child{
 width:100px; margin:auto; height:120px;
}
#up{ background-image:url(../imgs/icons/arrow-down.png); background-position:center; background-repeat:no-repeat; opacity:0.5;}
#down{ background-image:url(../imgs/icons/arrow-up.png); background-position:center; background-repeat:no-repeat; opacity:0.5;}
#up:hover, #down:hover{ 
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}
#up, #down{
    width: 55px;
    height: 24px;
    cursor: pointer;
    margin: auto;
    text-align: center;
	overflow:hidden;

}
@keyframes fadein{
    0% { opacity:0.5; }
    66% { opacity:0.8; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0.5; }
    66% { opacity:0.8; }
    100% { opacity:1; }
}

.prod-color {
    width: 15px;
    height: 15px;
    background: #CCC;
    position: absolute;
    top: 5px;
    border-radius: 10px;
    left: 60px;
}
.White{ background:#FFF !important}
.Yellow{ background:#FF0 !important}
.Orange{ background:#FC0 !important}
.Brown{ background:#603 !important}
.Black{ background:#000 !important}
.Beige{ background:beige !important}
.Purple{ background:purple !important}
.Maroon{ background:#930 !important}
.Cream{ background:#F7F7F7 !important}
.Red{ background:#F00 !important}
.Blue{ background:#006 !important}
.Green{ background:#090 !important}
.Multicolor{ background-image: conic-gradient(red, yellow, green);}

.activeThumb{ border: solid 1px #f3764a;box-shadow: 0 0 3px #888;}
.mainprodimg{ border:solid 1px #CCCCCC; position:relative;}
.mainprodimg img{ width:96%; margin:2%;}
.viewlightbox{ font-size:24px; cursor:pointer; position:absolute; bottom:15px; right:15px;background: #ffffff9e;
    border-radius: 15px;
    padding: 0 6px;}
.rightpnl{ background:#f8f5ff; border:solid 1px #E7E7E7}
.social-share{ padding:5px 0 0; margin:0; text-align:right;}
.social-share li{ display:inline-block; padding:2px;font-family: 'Roboto', sans-serif;}
.social-share li a{ color:inherit}
.social-share li i{ font-size:20px}
.sale-prices{ font-weight: 600;font-size: 16px;}
.mrp-prices{ color:#b4b4b4;font-weight: 500;font-size: 16px; text-decoration:line-through;}
.discounts{ color:#2ba52e;font-weight: 500;font-size: 16px;}
.mrp-prices .mdi-currency-inr:before{ text-decoration:line-through;}
.single-category-name{ font-size:14px;font-family: 'Roboto', sans-serif; color:#306}
.single-prod-name{ font-size:20px; font-weight:500;font-family: 'Roboto', sans-serif;}
.btn-by-now{ background:#e74488; color:#FFF;}
.btn-addto-bag{ background:#4f3d79; color:#FFF;}
.minus-prod,.add-prod {
    font-size: 27px;
    line-height: 0px;
	cursor:pointer; color:#CCC;
}
.minus-prod:hover,.add-prod:hover { color:#333}
span.noofprod {
    padding: 5px 12px;
    border: solid 1px #CCC;
    line-height: 1px;
    font-size: 14px;
    border-radius: 4px;
	margin:0 5px;
}
.prodinfo-div{font-family: 'Roboto', sans-serif;}
.prod-description{ color:#4f3d79; font-size:18px;font-family: 'Roboto', sans-serif;}

.other-info,.specifications{font-family: 'Roboto', sans-serif; font-size:14px;}
.other-info span,.specifications span{ font-weight:500}
.inn-heading {
    font-family: 'Roboto', sans-serif;font-size: 14px;
    font-weight: 500;
	margin-bottom:10px
}
.keyfeature ul{ padding:0 15px; font-size:14px; color:#454446; font-weight:400;}
.keyfeature ul li {
    list-style: disc;
}
.description-div{font-size:13px; color:#454446}
.other-info ul li,.specifications ul li {
    padding: 3px;
}

.bg-other-products{ background:#f8f5ff; padding:15px 0}
.bg-buy-togather{ background:#FFF; padding:15px 0;}
.bg-other-products h3{ color:#4f3d79;}
.otherImages {
    background: #FFF;
    padding: 15px;
    box-shadow: 0px 0px 3px #CCC;
    margin-bottom: 15px;
    margin-top: 5px;
}
.prod-name,.prod-prices{ text-align:center;}
#comboTabs {font-size: 14px;}
.combname {
    font-size: 12px;
    padding: 5px 0;
    height: 40px;
    overflow: hidden;
}
.combprices .sale-prices,.combprices .mrp-prices,.combprices .discounts{ font-size:13px !important}
.prod-plus, .prod-equal{
    font-size: 30px;
    font-weight: 900;
    color: #233656;
}
/*.position-icon { margin-top: 99px;}*/
.combprices { padding-bottom: 15px;}
.final-prices{ font-size:16px}
.flxalign { align-items:center;}



/* ****************** COMBO TABS ******************** */
#comboTabs .tab-content { padding : 15px;margin-top: 15px;}
#comboTabs .nav-pills > li > a {
  border-radius: 0;color: #CCC;
    padding: 5px 10px;
    text-decoration: none;
}
#comboTabs .nav-pills > li > a:hover { color:#000;}
.activeTab a{ color:#000 !important;}
#comboTabs ul li .active{ color:#000 !important; font-weight:400}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.btn-block{
	font-size: 14px;
	padding: 8px;
}
.btn-shortlist{
	font-size: 14px;
}

h5{
	font-size: 14px;
	font-weight: 600;
}

.cancellation ul{
	padding-left: 20px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

/* Single Blog   */

.singleblog-pad{
	padding-top:30px;
	padding-bottom: 30px;
}
.side-blog{
    
}
.side-blog li{
	margin-bottom: 15px;
}
.sideblogp{
	color: #000;
}
,sideblogd{
}
.sidebar{
	background: #f8eef5;
    padding: 20px 35px;
    border-radius: 5px;
	box-shadow: 2px 2px 5px #ccc;
}
.sidebar h4{
	padding-bottom: 15px;
	text-align:center;
	font-size:20px;
	font-weight: 500;
}
.sidebar ul{
	padding-left: 10px;
}

/* Blogs */

.blog-img{
	width: 100%;
    height: 260px;
    margin-top: 5px;
}
.dt-flex{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.side-blog-br{
	border-left: 1px solid #ccc;
}
.sidebar-bg h4{
	padding-bottom: 15px;
	text-align:center;
	font-size:20px;
	font-weight: 500;
}
.sidebar-bg ul li{
	list-style: none;
	margin-bottom: 20px;
}
.sidebar-cat ul li::marker{
	color: #f54500;
}
.sidebar-cat ul li{
	margin-bottom: 20px;
}
.sidebar-cat {
	position: relative;
}
.catbg-img{
	position: absolute;
    right: 0;
    bottom: 0;
}
.read{
	color: #f54500;
}
.firstblog h4{
	margin-bottom: 15px;
}


/* Login page  */
.email-inp{
    background-color: transparent !important;
    background: transparent;
    border: navajowhite;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
	font-size: 14px;
    border-radius: 0;
}
.pass-inp{
    border: none;
    border-bottom: 1px solid #ccc;	
	font-size: 14px;
    border-radius: 0;
}
input:focus{
	border: none;
	outline: none;
}
.btn-login{
	width: 200px;
	background-color: #ffd91c;
	
}
.icon-block{
	height: 44vw;
	margin: 30px 50px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 4px;
	padding: 20px 50px;
	background:#fff;
}
.icon-block form{
	
}

.modal-heading h4{
	margin-bottom: 30px;
}
.back{
	display: inline-block;
    background: #f8eef5;
    border-radius: 25px;
    padding: 2px 12px;
    font-size: 14px;
    color: #495057;
    margin-bottom: 25px;
}
.pre-line{
	width: 65%;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 25px;
}
.post-line{
	text-align:center;
	margin:25px;
}
.google-img{
	padding: 7px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.second-div{
	text-align:center;
	background: #a47096;
	color: #fff;
}
.second-div h2{
	color: #fff;
}
.second-div p{
	color: #fff;
	font-size: 25px;
    line-height: 25px;
}
.last-div{
	background: url('../uploads/bg-img.png');
    position: absolute;
    right: 55px;
    bottom: 12px;
    background-repeat: no-repeat;
    height: 215px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.last-div p{
	color: #fff;
    font-size: 20px;
}

/*   Cart Css  */

.prodval {
    color: #424242;
    line-height: 18px;
    float: right;
}
.discountval, .shipval {
    color: #7cb342;
    line-height: 18px;
    float: right;
}
.taxval {
    color: #ff7043;
    line-height: 18px;
    float: right;
}
.finalval {
    float: right;
    line-height: 20px;
}
.subval {
    color: #424242;
    line-height: 18px;
    float: right;
}
.pay-div{
	width: 100%;
    margin: 0 auto;
}
.pay-btn{
    padding: 3px 10px;
    border-radius: 5px;
    width: 80%;
    background: #a47096;
    color: #fff;
    border: none;	
}
.cart-card{
	background: #efefef;
}
.cart-actions{
	display:flex;
	height: 117px;
	justify-content: space-between;
	flex-direction: column;
}
.productnames{
	font-size: 14px;
	font-weight: 600;
}
.fa-inr{
	font-size: 14px;
	margin-right: 4px;
}
.fa-chevron-down{
	font-size: 12px;
}
.unitPrices{
	display: flex;
	align-items: center;
}
.mrp-price{
	margin: 0 15px;
	font-size: 14px;
}
.sale-price{
	font-size: 18px;
}
.dis-price{
	font-size: 14px;
	color: #ff8800;
}
.cartback {width:30%;}
.shortback {width:70%;}

.nav-pills {justify-content:space-between !important;}

.cartback .active {background-image:url(../uploads/tab2.png) !important; background-size:cover !important; width:100%;
height:90px; display:flex; align-items:center; justify-content:center; border:none !important; color:#000;}

.shortback .active {background-image:url(../uploads/tab1.png) !important; background-size:cover !important; width:100%;
height:90px; display:flex; align-items:center; justify-content:center; border:none !important; color:#000;}

.actions{
	display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: center;
}
.wish-cartbtn{
	background: #a47096;
    color: #fff;
    padding: 5px;
    width: 80%;
    margin: 0 auto;
}
#tabshortlist{
	box-shadow: 2px 2px 5px #ccc;
	padding: 0 30px;
    border: 1px solid #efefef;
}
.wish-stock{
	color: #7cb342;
	font-weight: 600;
}

/*  Profile Page */
.childcss{
	display: none;
}
.addchild,.addaddress{
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: right;
	font-size: 17px;
}
.addresscss{
	display: none;
}
.upload-btn{
    margin-right: 75px;
    margin-top: 15px;
    background: #ffd91c;
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
}
.child-img{
	width: 90px;
	height: 90px;
	border-radius: 50px;
	margin-right: 65px;
}
.d-flex-start{
    justify-content: start;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}
.shadow{
	box-shadow: 2px 2px 5px #ccc;
    border-radius: 3px;
}
.pro-name{
	text-transform: Capitalize;
    font-size: 24px;
}
.pro-sec{
	font-size: 18px;
}
.reset-btn{
	width: 100px;
}
.theme_bg_yellow{
	background-color: #ffd91c;
	width: 100px;
}

#myTab .nav-item{
	margin-right: 0;
}
.menu-icon{
	margin-right: 7px;
}
.bg-white{
	background: #fff;
}
.pro-subhead{
	font-size: 22px;
	padding-top: 10px;
    padding-bottom: 15px;
	border-bottom:1px solid #ccc;
}
li.active.nav-item{
	background: #feefde;
	
}
.profile li.active .main-link{
	color: #ff8a00;
	border-right: 3px solid #ff8a00;
}
.f-13{
	font-size: 13px;
}
.f-12{
	font-size: 12px;
	margin-top: 15px;
}
.bold{
	font-weight: 600;
}
.profile .nav-item .nav-link.active {
    color: #111111;
    background: transparent;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    border-left: none;
    border-bottom: 2px solid #111;
    margin-bottom: 20px;	
}
.profile .nav-item .main-link{
	color: #111111;
    background: transparent;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    border-left: none;
    border-radius: 0;
    padding: 8px 10px;
	margin-left: 35px;
	
}
.profile .nav-item:last-child {
	margin-right: 46px;
}

.profile .card{
	border: none;
}
.profile .nav-item .sublist .active .nav-link{
	color: #ff8a00;
    background: transparent;
	padding:0;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    border-right: none;
    border-radius: 0;
	margin-left: 0px;
}

/*  Order History  */
.nav-tabs .nav-link{
	border: none;
	font-size: 18px;
}
.det-btn{
	background: #0071dc;
    color: #fff;
    padding: 2px 15px;
    width: 85%;
    position: absolute;
    bottom: 15px;
    right: 25px;
}
.det-btn:hover{
    color: #fff;
}
.ord-status{
	font-size: 16px;
    font-weight: 600;
    color: #000;
}

.ord-status.red{
	font-size: 16px;
    font-weight: 600;
    color: red;
	margin-bottom:0px !important;
}
.ord-status.orange{
	font-size: 16px;
    font-weight: 600;
    color: #ff8a00;
}
.ord-status.green{
	font-size: 16px;
    font-weight: 600;
    color: green;
}
.pr-bg{
	background: #f7f6f6;
}
.ord-box{
	background: #fff;
    margin-bottom: 20px;
    padding: 15px 15px 30px;
	border-radius: 5px;
	position:relative;
}
.ord-box p{
	margin-bottom: 10px!important;
}
.ord-box img{
	height: 120px;
}
.sublist{
	list-style-type:"- ";
	display:list-item;
	padding-left: 69px;
	display: none;
}
.sublist li{
	list-style-type:"- ";
	display:list-item;
}
#myTab li.active .sublist{
	display: block;
}

/*  Reviews  */
.fa-star,.fa-star-o{
	color: #f78529;
    margin: 0 2px;
    font-size: 14px;
}
.rev-rat{
	font-size: 14px;
	font-weight: 600;
}
.rev-pp{
	font-size: 13px;
	font-weight: 500;
}
.reviews .border-left{
	border-left: 1px solid #000!important;
}
.rev-main{
	border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px 10px;
    margin-top: 35px;
	margin-right: 25px;
}
.rev-img{
	height: 120px;
    width: 140px;
}

.d-flex-space{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.rev-edit{
	margin-right: 35px;
}
.rev-edit a{
	color: #666;
    font-size: 14px;
    text-decoration: underline;
}
.rev-pro{
	font-weight: 600;
	margin-bottom: 20px;
}
.rev-review{
	font-style: italic;
}
.rev-banner{
	width: 100%;
    margin-top: 35px;
	padding-right: 25px;
}
.rev-read{
	color: blue;
}

/*   Track Order  */
.tr-main{
	border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
	margin-bottom: 25px;
}
.can-btn{
    width: 100px;
    padding: 0 10px;
    border-radius: 3px;
    border: 2px solid #000;
    background: #fff;
	
}
.tr-items{
	font-size: 18px;
}
.rem-btn{
	position: absolute;
    right: 20px;
    bottom: 10px;
	width: 145px;
    padding: 0 10px;
    border-radius: 3px;
    border: 2px solid #000;
    background: #fff;
}
.break{
	border-color: #666;
	margin-bottom: 40px;
}

.tracking-detail {
  padding: 3rem 0;
}
#tracking {
  margin-bottom: 1rem;
}
[class*="tracking-status-"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
[class*="tracking-status-"] {
  padding: 1.6rem 0;
}
.tracking-list {
  border: 1px solid #e5e5e5;
}
.tracking-item {
  border-left: 4px solid #00ba0d;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 8rem;
}
.tracking-item:last-child {
  padding-bottom: 4rem;
}
.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}
.tracking-item .tracking-icon {
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
  top:0px !important;
}

.tracking-item-pending {
  border-left: 4px solid #d6d6d6;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 8rem;
}
.tracking-item-pending:last-child {
  padding-bottom: 4rem;
}
.tracking-item-pending .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item-pending .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item-pending .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px;
}
.tracking-item-pending .tracking-icon {
  top:0px !important;
  position: absolute;
  left: -0.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6;
}
.tracking-item-pending .tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
  width: 1.9rem;
  height: 1.9rem;
  left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
  color: #00ba0d;
  font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
  color: #00ba0d;
  font-size: 0.6rem;
}
@media (min-width: 992px) {
  
  .tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
	display:none;
  }
  .tracking-item .tracking-date span {
    display: block;
  }
  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }

  .tracking-item-pending .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
	display:none;
  }
  .tracking-item-pending .tracking-date span {
    display: block;
  }
  .tracking-item-pending .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}

.tracking-item .tracking-content {
  font-weight: 600;
  font-size: 17px;
}

.blinker {
  border: 7px solid #e9f8ea;
  animation: blink 1s;
  animation-iteration-count: infinite;
}
@keyframes blink { 50% { border-color:#fff ; }  }


/*  Manage Return   */
.cent{
	align-items: center;
	padding-bottom: 10px;
}
.pr-table{
	background: #fff;
    padding: 15px;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
}
.bolds{
	font-size: 18px;
}
.pr-table .mn-price{
	font-size: 18px;
}
.pr-table .fa-inr{
	margin-left: 5px;
	font-size: 16px;
	margin-right: 2px;
}
.pend{
	color: #ff8a00;
	font-weight: 600;
}
.conf{
	color: #00ba0d;
    font-weight: 600;
}

/*  Quick Reorder  */
.addlist-btn{
	background: #a47096;
    border-radius: 25px;
    padding: 2px 10px;
    color: #fff;
    border: 1px solid #a47096;
}
.add-list{
	position: absolute;
    right: 48px;
    top: 30px;
    border-radius: 25px;
}
.hrtag{
	margin-top: 8px;
    margin-bottom: 8px;
    width: 95%;
    display: block;
    border-top: 1px solid #ccc;
}
.del-div{
	display: flex;
}
.del-div .fa-trash{
	margin: 0 10px;
}
.re-main{
	width: 475px;
    text-align: center;
    border-radius: 15px;
	max-width: 100%;
	position:relative;
}
.re-txt{
	background:#f3e2ee;
	padding: 10px 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.retxt .d-flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.reod-btn{
	border-radius: 25px;
    padding: 2px 25px;
    background: #a47096;
    color: #fff;
    border: none;
    width: 135px;
}
.reod-div{
	margin-top: -15px;
}
.heart-span{
	position: absolute;
    right: 35px;
    top: 12px;
}
.re-bg-white{
	background:#fff;
	border-radius: 15px;
}
.re-txt .fa-inr{
	margin-left: 5px;
	font-size: 15px;
	margin-right: 2px;
}
.re-txt .mrp{
	font-size: 16px;
}

/* Cashback Codes  */
.go-to-btn{
	    border-radius: 25px;
    padding: 5px 12px;
    width: 180px;
    border: none;
    background: #a47096;
    color: #fff;
}

/*  Payment Details */
.inp{
	margin-bottom: 15px;
}
.get-otp{
	margin: 20px;
    background: #ff8a00;
    color: #fff;
    border: none;
    width: 150px;
    border-radius: 5px;
}
.pay-det .nav-pills .active{
	    font-size: 20px;
    color: #ff8a00;
    font-weight: 600;
}
.bank-head a, .card-head a{
	font-size: 20px;
	font-weight: 600;
	color: #666;
	width: 100%;
	display: block;
    text-align: center;
    padding: 25px;
}
.bank-head,.card-head{
	display:block;
	width: 50%;
}
.bank-head a.active,.card-head a.active{
	width: 100%;
	display: block;
    text-align: center;
    background: #fff;
    padding: 25px;
}
.add-new-btn{
	border-radius: 25px;
    padding: 3px 12px;
    width: 100px;
    border: none;
    background: #a47096;
    color: #fff;
}
.ccc{
	margin-top: 20px;
    margin-bottom: 20px;
}
.tgline{
	position: absolute;
    bottom: 0;
}
.pay-det .tab-content{
	background: #fff;
	padding: 15px;
}

.otherImages .prod-name{
	height: 45px;
    overflow: hidden;
	font-size: 14px;
}
.sale-prices,.mrp-prices,.discounts{
	font-size: 14px;
}
.sale-prices .fa-inr,.mrp-prices .fa-inr{
	font-size: 13px;
	margin-right:2px;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #fff;
    text-align: center;
    left: -55px;
    opacity: 0.5;
    border: none;
    background: transparent;
}

.owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #fff;
    text-align: center;
    right: -55px;
    opacity: 0.5;
    border: none;
    background: transparent;
}
.prodPics {
    max-width: 37vw;
	z-index: -1;
}
footer{
	background: #fff;
}
.list li:hover{
   background: #fff;
}
.size__list ul{
	list-style-type: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #ca1515;
	border: none;
}
.ui-slider-horizontal .ui-slider-range {
	background: #ca1515;
}
#price_show{
	margin-bottom: 15px;
}
#loading
{
 text-align:center; 
 background: url('loader.gif') no-repeat center; 
 height: 150px;
}
.mark{
	background-color: transparent;
}


 #flashdiv{  
    position:absolute; 
	right: -32px;
    bottom: -40px;
    background-color: #ff8a00;
	color: #fff;
    padding: 10px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    opacity:0; }

/*.activeflash { animation: myAnim 5s ease-in 2s infinite normal backwards;}*/

@keyframes myAnim {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-250px);
	}
}

.product__hover {
	bottom: 40px;
	}

.product__hover li:hover p {
	background: #ca1515;
}

.product__hover li:hover p span {
	color: #ffffff;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.product__hover li p {
	font-size: 18px;
	color: #111111;
	display: block;
	height: 45px;
	width: 45px;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__hover li p span {
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	display: inline-block;
}

.pagination {
	justify-content: center;
	width: 100%;
}

.pagination a:hover {
    background: #0d0d0d;
    border-color: #0d0d0d;
    color: #ffffff;
}

.pagination a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 6px;
}

.pay-div{
	width: 100%;
    margin: 0 auto;
    
}
.pay-btn{
    padding: 3px 10px;
    border-radius: 5px;
    width: 80%;
    background: #a47096;
    color: #fff;
    border: none;	
}

.pay-btn-dis{
    padding: 3px 10px;
    border-radius: 5px;
    width: 80%;
    background: #aaa;
	opacity: 1!important;
    color: #fff;
    border: none;	
	cursor:no-drop;
}

.gen-btn{
	position: absolute;
    right: 20px;
    top: 0;
    padding: 0 10px;
    border-radius: 3px;
    border: 2px solid #000;
}
.tr-img{
	height: 180px;
    width: 180px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
	.icon-block{
		height: auto!important;
		padding: 20px;
		margin: 10px;
	}
	.pre-line{
		width:100%;
	}
	.second-div{
		display: none;
	}
}

.wishlist-btn.in-wishlist {
  background-color: #ca1515;
  color: white;
  border-color: #ca1515;
  border-radius: 50px;
}

.wishlist-btn.not-in-wishlist {
  background-color: #ffffff;
  color: #333;
  border-color: #ccc;
  border-radius: 50px;
}
.wishlist-icon{
	font-size: 28px;
	padding: 12px;
	cursor: pointer;
	}
.product-details .wishlist-icon{
	font-size: 24px;
	padding: 6px;
	cursor: pointer;
	}
.product-details .wishlist-btn.not-in-wishlist{
   border: 1px solid #000;
}
.product-details .wishlist-btn.not-in-wishlist{
   border: 1px solid #ca1515;
}



.header__right__widget .tip {
    right: -15px;
}

@media only screen and (max-width:768px){
		
	
		.prodPics { max-width:100% !important; position:relative !important;top: 0!important;}
		.prodPics .prodpicl {flex-direction: column-reverse;align-items: center;}
         #parent { height: 100% !important;display: flex;width: 100%;overflow: scroll;margin: 20px 0;}
		.prod-thumbs {width:100% !important;}
		.footer__payment{text-align: center;}
		.footer__social{text-align: center;}
		.shop__sidebar{display: none;}
		.shop {padding-top: 0px!important;padding-bottom: 30px!important;}
		.product-img{height: auto!important;}
		#parent .child{height: auto!important;}
        #up,#down,#comboTabs{display: none!important;}
		.footer {padding-top: 5px;}
		.disp-none{display: none;}
        #tabcart table{display: block;width:100%;overflow-x: auto;}
		.lrpad30{padding: 0;}
		.cartback .active,.shortback .active{background: #f7f7f7;background-image: unset ! Important;}
		.cartback,.shortback{width:50%;}
		#tabcart .update-btn{float:none;margin:10px!important;}
		#tabcart .img-fluid{width:100px;height:100px;max-width:fit-content;}
		.product-details #flashdiv{width:100%!important;}
		
        /* input[type=number]::-webkit-inner-spin-button {opacity: 1;}*/
		 .dis-flex{display: flex;flex-direction: column;align-items: center;}
		 #tabcart .prod-imag{
	        width:90px!important;
	        height:90px!important;
             } 
			.spinner{padding-left: 0!important;width:40px!important;}
			#tabcart .prod-name{
	         width: 140px !important;
             text-align: left;
             padding: 10px;
			 overflow: hidden;
             height: 110px;
             word-wrap: break-word;
             }
			 #myTabContent{
				padding:10px!important;
			 }
			 .offcanvas__widget{
				margin: 0;
				padding: 10px 0;
			 }
			 #flashdiv{
				left: 50%;
                transform: translate(-50%, -50%);
                top: 50%;
                height: 45px;
			 }
			 .activeflash{
				z-index: 9;
			 }
			 .mob-cart,.mob-login{
				display: block!important;
				padding: 5px;
			 }
	 		 #myTab {
                   height: 65px;
                   overflow: hidden;
                   display: block;
				   }
             .showtab {height:100% !important; overflow:visible ; display:block !important;}
             .ptopnav {display:flex !important; justify-content:space-between;}
             .pmenuicon {font-size:35px; padding:10px 25px;}
			 .homeicon { font-size:30px; padding:10px 10px;}

			 .tracking-item , .tracking-item-pending { padding:0px !important; height:auto !important; margin-left:0px !important;}
		     .tracking-item .tracking-content  , .tracking-item-pending .tracking-content  {padding:0px 0px 0px 10px !important;}
            .tracking-item .tracking-date , .tracking-item-pending .tracking-date  {margin-left:15px !important;}
            .blog-img{height: auto!important;}
			.main-blog-br{padding-right: 15px!important;}
			.side-blog-br{padding-left: 15px!important;}
			.header__auth{margin-left:15px!important;}
		}

         .main-blog-br{padding-right: 3rem;}
		 
		 .side-blog-br{padding-left: 3rem;}
			
		.ptopnav {display:none;}

		.mob-cart,.mob-login{
				display: none;
			 }
		
		.dis-flex{display: flex;align-items: center;}

.product-details #comboTabs{display: none!important;}

.opac{
	opacity: 0.5;
	cursor:not-allowed;
	pointer-events: none;
}
.product__item:hover .product__hover li.op{
	opacity: 0!important;
	pointer-events: none;
	cursor:not-allowed;
}
#flashdiv{
	right: 30px!important;
	bottom: 8px!important;
}
.activeflash{
	opacity: 1!important;
	visibility: visible;
}

.product-details #flashdiv{
	right: 0!important;
	bottom: 0!important;
	width: 175px;
	visibility: hidden;
}
.product-details .activeflash{
	opacity: 1!important;
	visibility: visible!important;
}

.pagination a.active {
    background-color: dodgerblue;
    color: white;
}
.product-total{
	margin:10px;
}

.increment,.decrement{
	line-height: 18px;
    font-size: 18px;
	width: 25px;
    height: 25px;
    border-radius: 4px;
}

#generatePDFButton {position:absolute; bottom:0; right:10px;}
.mainprocon {background-color:#fff;}
.mainprocon .bg-white {padding:0px 10px;}

.addchild  , .addaddress{border-bottom:1px solid #ccc;}
.pprno {padding-right:0px !important}
.pplno {padding-left:0px !important}
