@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
*,
:after,
:before {
	box-sizing: border-box
}

body,
html {
	height: 100%
}


body {
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.75;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: #5E5D5D;
	background-color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	body {
		font-size: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	body {
		font-size: 15px
	}
}

@media only screen and (max-width:767px) {
	body {
		font-size: 15px
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {

	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	color: #524F4F;


}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: inherit;
	margin: 0
}

p:last-child {
	margin-bottom: 0
}

a,
button {
	line-height: inherit;
	cursor: pointer;
	text-decoration: none;
	color: inherit
}

a:active,
a:focus,
a:hover {
	box-shadow: none;
	outline: none;
	text-decoration: none
}

a,
button,
img,
input {
	transition: all .5s ease 0s
}

:focus,
a:focus {
	outline: none
}

a:focus {
	color: inherit
}

a:focus,
a:hover {
	text-decoration: none
}

a:hover {
	color: #ED752F
}

button,
input[type=submit] {
	cursor: pointer
}

img {
	height: auto;
	max-width: 100%
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1
}

ul {
	margin: 0;
	padding: 0
}

ul:last-child {
	margin-bottom: 0
}

ul li {
	list-style: none
}

hr {
	border-top-width: 2px
}

.bg-img {
	background: no-repeat 50%;
	background-size: cover
}

.wrapper {

}

.section-space {
	padding-bottom: 40px;
	padding-top: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-space {
		padding-top: 90px;
		padding-bottom: 90px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

}

@media only screen and (max-width:767px) {
	.section-space {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.table>:not(:first-child) {
	border-top: none
}

.row,
.row .col,
.row [class*=col-] {
	margin-top: 0
}

.modal {
	z-index: 9999
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.header-area {
		padding: 0px 0 0px
	}
}



.header-transparent {
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9
}

.header-navigation {
	position: relative
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.header-navigation {
		display: none
	}
}

.main-nav {
  display: flex;
  flex-flow: row wrap;
}

.main-nav>li {
	position: relative;
	margin: 0 20px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.main-nav>li {
		margin: 0 10px
	}
}

.main-nav>li:first-child {
	margin-left: 0
}

.main-nav>li:first-child>a {
	padding-left: 0
}

.main-nav>li:last-child {
	margin-right: 0
}

.main-nav>li:last-child>a {
	padding-right: 0
}

.main-nav>li>a {
	color: #262626;
	font-size: 16px;
	font-weight: 300;
	height: auto;
	padding:12px 12px;
	display:block;
	line-height: auto;
	letter-spacing: 0;
	position: relative;
	text-transform: capitalize;
	transition: all 0s ease-out;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	white-space: nowrap;
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.main-nav>li>a {

	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-nav>li>a {

	}
}

.main-nav .has-submenu:hover a,
.main-nav>li>a:hover {
	color: #d91c53
}

.main-nav .has-submenu:hover .submenu-nav,
.main-nav .has-submenu:hover .submenu-nav-mega {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: visible
}

.main-nav .has-submenu .submenu-nav,
.main-nav .has-submenu .submenu-nav-mega {
	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, .09);
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	color: #000;
	opacity: 0;
	margin-top: 30px;
	min-width: 230px;
	padding: 0;
	position: absolute;
	pointer-events: none;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	visibility: hidden;
	width: 230px;
	z-index: 9999
}

.main-nav .has-submenu .submenu-nav-mega>li,
.main-nav .has-submenu .submenu-nav>li {
	border-bottom: 1px solid rgba(173, 181, 189, .15);
	padding: 0;
	margin-bottom: 0
}

.main-nav .has-submenu .submenu-nav-mega>li:last-child,
.main-nav .has-submenu .submenu-nav>li:last-child {
	margin-bottom: 0;
	border-bottom: none
}

.main-nav .has-submenu .submenu-nav-mega>li.active:after,
.main-nav .has-submenu .submenu-nav>li.active:after {
	color: #ff6565
}

.main-nav .has-submenu .submenu-nav-mega>li a,
.main-nav .has-submenu .submenu-nav>li a {
	color: #1d1d1d;
	display: block;
	font-size: 14px;
	padding: 11px 25px 10px;
	position: relative;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

.main-nav .has-submenu .submenu-nav-mega>li a:hover,
.main-nav .has-submenu .submenu-nav>li a:hover {
	color: #ff6565;
	background-color: rgba(173, 181, 189, .15)
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu,
.main-nav .has-submenu .submenu-nav .has-submenu {
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {

	.main-nav .has-submenu .submenu-nav-mega .has-submenu a,
	.main-nav .has-submenu .submenu-nav .has-submenu a {
		padding: 11px 10px 10px 32px
	}
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu a:before,
.main-nav .has-submenu .submenu-nav .has-submenu a:before {
	content: "\f105";
	font-family: FontAwesome;
	right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {

	.main-nav .has-submenu .submenu-nav-mega .has-submenu a:before,
	.main-nav .has-submenu .submenu-nav .has-submenu a:before {
		left: 15px;
		right: auto;
		content: "\f104"
	}
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav,
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav {
	border-radius: 0;
	box-shadow: 0 0 3.76px .24px rgba(0, 0, 0, .05);
	left: 100%;
	right: auto;
	top: 8px;
	opacity: 0;
	visibility: hidden;
	margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {

	.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav,
	.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav {
		left: auto;
		right: 100%
	}
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a,
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a {
	padding: 11px 25px 10px
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a:before,
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:before {
	display: none
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu .submenu-nav a:hover,
.main-nav .has-submenu .submenu-nav-mega .has-submenu:hover a,
.main-nav .has-submenu .submenu-nav .has-submenu .submenu-nav a:hover,
.main-nav .has-submenu .submenu-nav .has-submenu:hover a {
	color: #ff6565
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav,
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav a,
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a {
	color: #1d1d1d
}

.main-nav .has-submenu .submenu-nav-mega .has-submenu:hover .submenu-nav a:hover,
.main-nav .has-submenu .submenu-nav .has-submenu:hover .submenu-nav a:hover {
	color: #ff6565
}

.main-nav .has-submenu .submenu-nav-mega {
	display: flex;
	left: 50%;
	min-width: 100%;
	padding: 0;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	min-width: 100%;
	padding: 20px 20px;
	min-height:250px;
}

.main-nav .has-submenu .submenu-nav-mega li {
	border-bottom: none;
	margin: 0px 0px 11px;
	padding: 0;
  }



.submenu-title {
	color: #000 !important;
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 15.5px;
	font-weight: 600;
	display: block;
  }

 .submenu-title::before {

    width: 30px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #d91c53;

}
.subsmenu{
	padding: 0px;
}
.subsmenu .col-md-3{
    margin-bottom:15px;
}
.subsmenu a{
	color:#666666 !important
}
.subsmenu a:hover{
	color:#d91c53 !important
}



.main-nav .has-submenu .submenu-nav-mega li:last-child {
	border-right: none
}

.main-nav .has-submenu .submenu-nav-mega li ul>li {
	border-bottom: 1px solid rgba(173, 181, 189, .15)
}

.main-nav .has-submenu .submenu-nav-mega li ul>li.active>a {
	color: #ff6565 !important
}

.main-nav .has-submenu .submenu-nav-mega li ul>li>a {
	color: #1d1d1d !important;
	font-size: 13px;
	padding: 11px 0px 10px
}

.main-nav .has-submenu .submenu-nav-mega li ul>li>a:hover {
	background-color: rgba(173, 181, 189, .15);
	color: #ff6565 !important;
	text-decoration: none
}

.main-nav .has-submenu .submenu-nav-mega li ul>li:first-child {
	border-top: 1px solid rgba(173, 181, 189, .15)
}

.main-nav .has-submenu .submenu-nav-mega li:hover .mega-title {
	color: #ff6565;
	text-decoration: none
}

.main-nav .has-submenu .submenu-nav-mega .mega-title {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: 600;
	padding: 18px 35px 15px;
	text-decoration: none;
	text-transform: uppercase
}

.main-nav .has-submenu .submenu-nav-mega .mega-title:hover {
	background-color: transparent;
	color: #2d2d2d;
	cursor: auto;
	text-decoration: none
}

.main-nav li.active a,
.main-nav li.active ul li.active a {
	color: #ff6565
}

.main-nav li.active ul li.active ul li.active a {
	color: #ff6565 !important
}

.sticky-header {
	/*transition: all .4s ease-out;*/
	/*-webkit-transition: all .4s ease-out;*/
	/*-moz-transition: all .4s ease-out;*/
	/*-ms-transition: all .4s ease-out;*/
	/*-o-transition: all .4s ease-out;*/
	background: #fff;
	padding:10px 0px 15px;
  }

.sticky-header.sticky-show {
	/*animation-name: a !important*/
}

.sticky-header.sticky {
	box-shadow: 0 8px 8px -6px #2319421f;
	position: fixed;
	left: 0;
	top: 0 !important;
	width: 100%;
	z-index: 5;
	/*animation-name: b;*/
	/*animation-duration: .5s;*/
	/*animation-fill-mode: both;*/
	/*transition: all .4s ease-out;*/
	/*-webkit-transition: all .4s ease-out;*/
	/*-moz-transition: all .4s ease-out;*/
	/*-ms-transition: all .4s ease-out;*/
	/*-o-transition: all .4s ease-out*/
}





@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.header-logo {
		padding-bottom: 0px;
		display: flex;
		align-items: center;
        justify-content: center;
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.header-logo img {
		width:250px;
		padding: 10px 0;
	}
}

.header-action {
	align-items: center;
	display: flex
}

.header-action .header-action-btn {
  border: none;
  margin: 0;
  padding: 0;
  background: #F0F0F0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  line-height: 43px;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.header-action .header-action-btn {
		margin-left: 5px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.header-action .header-action-btn {
		margin-left: 5px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.header-action .header-action-btn svg {
		width: 26px
	}
}

.header-menu-btn {
	background-color: transparent;
	border: none;
	margin: 2px 0px 0 0;
	padding: 0;
	display: none
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.header-menu-btn {
		display: inline-block
	}
}

.header-menu-btn span {
	background-color: #000;
	width: 20px;
	height: 2px;
	display: block;
	margin-bottom: 4px;
	border-radius: 50px
}

.header-menu-btn span:last-child {
	margin-bottom: 0
}

.aside-search-box-wrapper .search-note p {
	font-size: 20px;
	text-transform: capitalize;
	color: #666;
	font-weight: 400;
	margin-bottom: 15px
}

@media only screen and (max-width:479px) {
	.aside-search-box-wrapper .search-note p {
		font-size: 13px
	}
}

.aside-search-box-wrapper.offcanvas-top {
	height: 239px
}

@media only screen and (max-width:767px) {
	.aside-search-box-wrapper.offcanvas-top {
		height: 170px
	}
}

.aside-search-box-wrapper .offcanvas-header {
	justify-content: flex-end;
	padding: 0
}

.aside-search-box-wrapper .offcanvas-body {
	padding-top: 30px
}

@media only screen and (max-width:767px) {
	.aside-search-box-wrapper .offcanvas-body {
		padding-top: 40px
	}
}

.aside-search-box-wrapper .btn-close {
	position: absolute;
	background-image: none;
	background-color:#222e64;
	color: #fff;
	opacity: 1;
	font-size: 18px;
	top: 0;
	width: 40px;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	border-radius: 0 0 8px 8px;
	right: 15px
}

@media only screen and (max-width:767px) {
	.aside-search-box-wrapper .btn-close {
		padding: 0;
margin: 0;
width: 50px;
height: 50px;
line-height: 0;
font-size: 12px;
border-radius: 0px;
right: -4px;
top: -4px;
	}
}

.aside-search-box-wrapper .btn-close:hover {
	color: #fff;
	background-color: #ff3232
}

.aside-search-form {
	position: relative
}

.aside-search-form .form-control {
  border: 1px solid transparent;
  color: #333;
  background: #F0F0F0;
  border-radius: 30px;
  height: 43px;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  padding: 10px 75px 12px 24px;
  margin-bottom: 16px;
}
.aside-search-form .form-control::-webkit-input-placeholder {
	color: #231942;
}

.aside-search-form .form-control:-moz-placeholder,
.aside-search-form .form-control::-moz-placeholder {
	color: #222e64
}

.aside-search-form .form-control:-ms-input-placeholder {
	color: #222e64
}
.aside-search-form .search-btn {
  background: none;
  border: 0px;
  position: absolute;
  right: 15px;
      top: 12px;
    line-height: 12px;
}

@media only screen and (max-width:767px) {
	.aside-search-form .form-control {
		font-size: 13px;
		height: 50px;
		padding: 10px 75px 10px 14px
	}
}

.aside-search-form .search-button {
	border: none;
	background-color: #ff6565;
	border-radius: 0 8px 8px 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 70px;
	font-size: 18px;
	color: #fff
}

@media only screen and (max-width:767px) {
	.aside-search-form .search-button {
		width: 50px;
		font-size: 16px
	}
}

.aside-search-form .search-button:hover {
	color: #fff;
	background-color: #ff3232
}

.offcanvas {
	z-index: 999 !important
}

@keyframes a {
	0% {
		transform: translateY(-100%)
	}

	to {
		transform: translateY(0)
	}
}

@keyframes b {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-100%)
	}
}

.footer-area {
	background:#2B2B2B !important;
}

.footer-main {
	padding: 60px 0;

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-main {
		padding: 10px 0 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-main {
		padding: 10px 0 10px
	}
}

@media only screen and (max-width:767px) {
	.footer-main {
		padding: 20px 0 20px
	}
}

.footer-main .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
  }

.footer-main .widget-logo {
	display: inline-block;
	margin-bottom: 20px
}

.footer-main .desc {

	font-size: 16px;
	color:#fff;
}

.footer-main .widget-nav {
	display: flex;
	flex-wrap: wrap
}

.footer-main .widget-nav li {
	color: #fff;
	font-size: 16px;
	position: relative;
	transition: all .5s ease 0s;
	margin-bottom: 3px;
	width: 100%
}

.footer-main .widget-nav li a {
	transition: all .5s ease 0s;
  }

.footer-main .widget-nav li a:hover {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.footer-main .widget-social {
	display: flex
}

.footer-main .widget-social a {
	color: #fff;
	font-size: 22px
}

.foo-social a {
	width: 30px;
	height: 29px;
	color: #231942 !important;
	background: #fff;
	display: flex;
	font-size: 19px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
  }
  .foo-social a:hover {
	color: #fff !important;
	background: #231942;
  }

.footer-main .widget-social a+a {
	margin-left: 16px
}

.footer-main .widget-social a:hover {
	color: #e50480;
}


.footer-main .widget-title {

    margin-bottom: 25px;
    padding-bottom: 9px;
    position: relative;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    font-weight: 700;

  }
  .footer-main .widget-title::before {
	width: 50px;
	height: 1px;
	bottom: -1px;
	content: '';
	position: absolute;
	left: 0;
	background-color: #ED752F;
  }

.footer-bottom-content {
	text-align: center;
	padding: 20px 0 19px
}

.footer-bottom-content p {
	font-size: 14px;
	color:#fff;
}

.footer-bottom-content p i {
	color: #eb3e32;
	font-size: 13px;
	margin: 0 2px
}

.section-title {
	margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title {
		margin-bottom: 35px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title {
		margin-bottom: 35px
	}
}

@media only screen and (max-width:767px) {
	.section-title {
		margin-bottom: 25px
	}
}

.section-title .title {
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 13px;
	line-height: 39px;
	padding-bottom: 10px;
	text-transform: capitalize;
  }

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-title .title {
		font-size: 42px;
		margin-bottom: 12px;
		line-height: 32px;
		padding-bottom: 8px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-title .title {
		font-size: 38px;
		margin-bottom: 10px;
		line-height: 30px;
		padding-bottom: 7px
	}
}

@media only screen and (max-width:767px) {
	.section-title .title {
		font-size: 18px !important;
		margin-bottom: 10px;
		line-height: 30px;
		padding-bottom: 7px
	}
	.offer-content h2 {
		margin-bottom: 0;
		font-size: 30px;
		font-weight: 700;
		color: #fff;
	  }
}

.section-title p {
	max-width: 500px;
	margin: 0 auto
}

.line-left-style {
	background-color: #cecece;
	display: inline-block;
	height: 1px;
	width: 40px
}

.breadcrumb-style1 {
	background: #fffaef;
	padding: 36px 0 20px
}

.breadcrumb-item {
	color: #494949;
	font-size: 14px;
	line-height: 28px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.breadcrumb-item {
		font-size: 15px
	}
}

.breadcrumb-item a {
	color: #494949
}

.breadcrumb-item a:hover {
	color: #ff6565
}

.breadcrumb-item.active {
	color: #494949
}

.breadcrumb-item+.breadcrumb-item:before {
	color: #494949;
	font-size: 16px
}

.page-header-style2-area {
	border-radius: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100%;
	margin: 0 auto;
	max-width: 1703px;
	padding: 38px 0 90px
}

@media only screen and (max-width:1649px) {
	.page-header-style2-area {
		background-position: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-header-style2-area {
		padding: 90px 0
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.page-header-style2-area {
		padding: 115px 0 85px
	}
}

@media only screen and (max-width:767px) {
	.page-header-style2-area {
		padding: 48px 0 82px
	}
}

.page-header-content {
	margin-top: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.page-header-content {
		margin-top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.page-header-content {
		margin-top: -30px
	}
}

.page-header-content .title-img {
	margin-bottom: -39px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.page-header-content .title-img {
		margin-bottom: -60px;
		width: 330px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.page-header-content .title-img {
		margin-bottom: -52px;
		width: 250px
	}
}

@media only screen and (max-width:479px) {
	.page-header-content .title-img {
		width: 180px;
		margin-bottom: -32px
	}
}

.page-header-content .page-header-title {
	font-weight: 300;
	font-size: 67px;
	margin-bottom: 14px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-header-content .page-header-title {
		font-size: 48px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.page-header-content .page-header-title {
		font-size: 42px;
		margin-bottom: 8px
	}
}

@media only screen and (max-width:479px) {
	.page-header-content .page-header-title {
		font-size: 35px
	}
}

.page-header-content .page-header-sub-title {
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: .43em;
	margin-bottom: 28px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-header-content .page-header-sub-title {
		font-size: 18px;
		margin-bottom: 18px
	}
}

@media only screen and (max-width:479px) {
	.page-header-content .page-header-sub-title {
		font-size: 14px;
		margin-bottom: 15px
	}
}

.page-header-content .page-header-desc {
	font-size: 21px;
	line-height: 1.5;
	max-width: 470px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-header-content .page-header-desc {
		font-size: 16px
	}
}

@media only screen and (max-width:479px) {
	.page-header-content .page-header-desc {
		font-size: 15px
	}
}

.page-header-st2-content .title-img {
	margin-bottom: -53px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-header-st2-content .title-img {
		margin-bottom: -40px;
		width: 220px
	}
}

.page-header-st2-content .page-header-title {
	line-height: 87px;
	margin-bottom: 16px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-header-st2-content .page-header-title {
		line-height: 1.2;
		margin-bottom: 7px;
		font-size: 43px
	}
}

@media only screen and (max-width:575px) {
	.page-header-st2-content .page-header-title {
		font-size: 38px
	}
}

.page-header-st3-content .breadcrumb {
	margin-bottom: 0px;
}

.page-header-st3-content .page-header-title {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 0;
    color: #525252;
}

.showing-pagination-results {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.showing-pagination-results {
		font-size: 15px
	}
}

.page-header-thumb {
	text-align: right
}

@media only screen and (max-width:767px) {
	.page-header-thumb {
		text-align: left;
		margin-top: 50px
	}
}

@media only screen and (max-width:479px) {
	.page-header-thumb {
		margin-top: 30px
	}
}

@media only screen and (max-width:767px) {
	.page-header-thumb img {
		width: 330px
	}
}

.newsletter-content-wrap {
	height: 230px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 171px 0 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.newsletter-content-wrap {
		padding: 0 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-content-wrap {
		padding: 0 15px
	}
}

@media only screen and (max-width:767px) {
	.newsletter-content-wrap {
		display: block;
		padding: 40px 20px 44px;
		text-align: center;
		height: auto
	}
}

.newsletter-content {
	padding-top: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-content {
		padding-right: 15px
	}
}

@media only screen and (max-width:767px) {
	.newsletter-content {
		padding-right: 0;
		padding-top: 0
	}
}

.newsletter-content .title {
	margin-bottom: 11px
}

.newsletter-content p {
	max-width: 310px
}

.newsletter-form {
	position: relative;
	margin-top: 12px
}

.newsletter-form .form-control {
	box-shadow: none;
	border: 1px solid #dc7354;
	border-radius: 10px;
	font-size: 13px;
	font-style: italic;
	color: #979797;
	height: 42px;
	width: 400px;
	padding: 5px 58px 7px 14px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-form .form-control {
		width: 318px;
		padding: 5px 30px 7px 28px
	}
}

@media only screen and (max-width:767px) {
	.newsletter-form .form-control {
		width: 100%;
		padding: 5px 30px 7px 28px
	}
}

.newsletter-form .btn-submit {
	background-color: #ce4820;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	color: #fff;
	height: 100%;
	width: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	line-height: 38px
}

.newsletter-form .btn-submit:hover {
	background-color: #a23919
}

.my-account-tab-menu {
	flex-direction: column;
	background: #f2b4c32b;
  }

@media only screen and (max-width:767px) {
	.my-account-tab-menu {
		margin-bottom: 40px
	}
}

.my-account-tab-menu.nav-tabs .nav-link {
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-radius: 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	display: block;
	padding: 10px 15px;
	text-align: left;
	text-transform: capitalize
}

.my-account-tab-menu.nav-tabs .nav-link:last-child {
	border-bottom: 1px solid #e5e5e5
}

.my-account-tab-menu.nav-tabs .nav-link.active {
	background-color:#d91c53
}

.my-account-tab-menu.nav-tabs .nav-link.active,
.my-account-tab-menu.nav-tabs .nav-link:hover {
	background-color:#d91c53;
	border-color:#d91c53;
	color: #fff
}

.myaccount-content {
	border: 1px solid #fdf2f5;
	padding:30px 30px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.myaccount-content {
		padding: 25px 25px 10px
	}
}

.myaccount-content form {
	margin-top: -20px
}

.myaccount-content h3 {
	font-weight: 600;
	font-size: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 25px;
	margin-top: 0px;
	position: relative;
  }

  .myaccount-content h3::after {
	background-color: #d91c53;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.myaccount-content h3 {
		font-size: 18px
	}
}

.myaccount-content .welcome a:hover {
	color: #d91c53
}

.myaccount-content .welcome strong {
	font-weight: 600;
	color: #d91c53
}

.addressinfo p {
	line-height: 20px;
	margin: 5px 0px;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.myaccount-content p {
		font-size: 15px
	}
}

.myaccount-content fieldset {
	margin-top: 20px
}

.myaccount-content fieldset legend {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.myaccount-content fieldset legend {
		font-size: 15px
	}
}

.myaccount-content .account-details-form {
	margin-top: 50px
}

.myaccount-content .account-details-form .single-input-item {
	margin-bottom: 20px
}

.myaccount-content .account-details-form .single-input-item label {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	margin: 0 0 5px
}

.myaccount-content .account-details-form .single-input-item input {
	border: 1px solid #e8e8e8;
	width: 100%;
	height: 50px;
	background-color: #e8e8e8;
	padding: 2px 20px;
	color: #1f2226;
	font-size: 15px;
	border-radius: 0px;
  }

.myaccount-content .account-details-form .single-input-item input:focus {
	border: 1px solid #343538
}

.myaccount-content .account-details-form .single-input-item button {
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 20px 40px;
	line-height: 1;
	color: #fff;
	font-size: 13px
}

.myaccount-content .account-details-form .single-input-item button:hover {
	background-color: #1f2226
}

.myaccount-table {
	white-space: nowrap;
	font-size: 14px
}

.myaccount-table .table th,
.myaccount-table table th {
	padding: 10px;
	font-weight: 600;
	background-color: #f2b4c32b;
	border-color: #ccc;
	border-bottom: 0;
	color: #1f2226
}

.myaccount-table .table td,
.myaccount-table table td {
	padding: 10px;
	vertical-align: middle;
	border-color: #ccc
}

.myaccount-table .table td a,
.myaccount-table table td a {
	font-size: 14px;
	color: #000
}

.page-not-found-area {
	align-items: center;
	display: flex;
	height: calc(100vh - 144px);
	min-height: 650px
}

.page-not-found {
	margin-top: -50px;
	text-align: center
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-not-found {
		margin-top: 0
	}
}

.page-not-found img {
	margin-bottom: 18px
}

.page-not-found .title {
	color: #000;
	font-weight: 500;
	font-size: 50px;
	line-height: 66px;
	margin-bottom: 14px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-not-found .title {
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 4px
	}
}

@media only screen and (max-width:479px) {
	.page-not-found .title {
		font-size: 30px
	}
}

.page-not-found .back-btn {
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-not-found .back-btn {
		font-size: 15px
	}
}

.page-not-found .back-btn a {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #007df0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.page-not-found .back-btn a {
		font-size: 16px
	}
}

.page-not-found .back-btn a:hover {
	color: #d91c53
}

.btn {
	background-color: #525152;
	border: 2px solid #525152;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	height: 50px;
	letter-spacing: 0px;
	line-height: 37px;
	padding: 5px 30px;
	text-align: center;
	border-radius: 0px;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.btn {
		padding: 5px 15px 5px 15px;
		height: 48px;
		line-height: 35px;
		letter-spacing: 5px
	}
}

.btn:hover {
	background-color: #231942;
	border-color: #231942;
	color: #fff
}

.btn.btn-border-primary {
	background-color: transparent;
	border-color: #e63946;
	color: #231942
}

.btn.btn-border-primary:hover {
	background-color: #ff6565;
	border-color: #ff6565;
	color: #fff
}

.btn.btn-border-dark {
	background-color: #fff;
	border-color: #7a7a7a;
	color: #231942
}

.btn.btn-border-dark:hover {
	background-color: #ff6565;
	border-color: #ff6565;
	color: #fff
}

.btn.btn-sm {
	letter-spacing: .5em;
	padding: 5px 41px 5px 47px
}

.btn-link,
.btn.btn-sm {
	font-size: 13px;
	font-weight: 500
}

.btn-link {
	color: #572dff;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	text-decoration: none
}

.btn-link:before {
	background-color: #572dff;
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
	bottom: 1px;
	opacity: .6;
	transition: all .5s ease 0s
}

.btn-link:hover {
	color: #ff6565
}

.btn-link:hover:before {
	background-color: #ff6565
}

.ht-popup-video {
	align-items: center;
	display: flex
}

.ht-popup-video .icon {
	background-color: #e63946;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 59px;
	font-size: 14px;
	padding-left: 2px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.ht-popup-video .icon {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 14px
	}
}

.ht-popup-video span {
	color: #1d3557;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .2em;
	margin-left: 14px;
	text-transform: uppercase;
	transition: all .5s ease 0s
}

.ht-popup-video:hover span {
	color: #e63946
}

.map-area iframe {
	width: 100%;
	height: 600px;
	border-radius: 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.map-area iframe {
		height: 400px
	}
}

.pagination {
	align-items: center;
	border: 2px solid #d91c53;
	border-radius: 50px;
	width: -moz-fit-content;
	width: fit-content
}

.pagination .page-link {
	font-weight: 500;
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #231942;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0px 20px;
    margin: 0;
    height: 46px;
    /* width: 46px; */
    text-align: center;
    line-height: 46px;
}

@media only screen and (max-width:767px) {
	.pagination .page-link {
		height: auto !important;
    width: auto;
    font-size: 11px;
    line-height: 25px;
	}
}

.product-thumbs .swiper-slide img{
    max-height: 100%;
}

.pagination .page-link:hover {
	color: #ff6565
}

.pagination span {
	color: #575757
}

@media only screen and (max-width:767px) {
	.pagination .previous {
		margin-right: 0
	}
}

/*.pagination .next {*/
/*	border-left: 1px solid #cdcdcd;*/
/*	margin-left: 16px !important*/
/*}*/

@media only screen and (max-width:767px) {
	.pagination .next {
		margin-left: 0 !important
	}
}

.pagination .next,
.pagination .previous {
	/*height: 25px;*/
	width: 100px;
    display: flex;
    font-size: 12px;
    line-height: 26px;
    justify-content: center;
}

.fancybox__content {
	background-color: transparent;
	outline: none;
	border: none;
	padding: 0;
	margin: 0
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content,
.modal-backdrop,
.offcanvas-backdrop {
	cursor: url(../images/icons/cancel-white.webp), auto
}

.modal-backdrop,
.offcanvas-backdrop {
	background-color: rgba(43, 43, 43, .92)
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
	opacity: 1
}

.nice-select {
	height: 40px;
	line-height: 18px;
	background: none;
	border-radius: 0;
	padding: 10px 28px 10px 10px;
	width: 100%;
  }

.nice-select .current {
	margin-right: 0
}

.nice-select .option {
	font-size: 14px;
	line-height: 35px;
	min-height: 35px;
	border-bottom: 1px solid #fdf2f5;
	padding: 2px 20px
}

.nice-select .option:last-child {
	border-bottom: none
}

.nice-select:after {
	border-bottom:2px solid #333537;
border-right: 2px solid #333537;
content: '';
display: block;
height: 8px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 8px;
}

.nice-select.open:after {
	transform: translateY(-50%) rotate(-180deg);
	margin: 4px 0 0
}

.offcanvas {
	z-index: 10
}

.offcanvas-backdrop {
	z-index: 9
}

.scroll-to-top {
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
	bottom: 0px;
	color: #fff;
	position: fixed;
	right: 15px;
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius:5px 5px 0px 0px;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
	font-weight: 700;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all .5s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
	z-index: 999
}

.scroll-to-top,
.scroll-to-top:hover {
	background-color:#101f36
}

.scroll-to-top.show {
	visibility: visible;
	opacity:1;
	bottom: 0px
}

.scroll-to-top.show:hover {
	opacity: 1
}

.hero-two-slider-area {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0px;
	background: #dede;
}

.hero-slide-item {
	background-color: #fafafa;
	height: 1000px !important;
	z-index: 1;
	display: flex;
	align-items: center;
	position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-item {
		height: 660px !important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-item {
		height: 512px !important
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-item {
		height: auto !important
	}
}

.hero-slide-item:before {
	background-color: #d9f1e1;
	position: absolute;
	width: 50%;
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1
}

.hero-two-slide-item {
	align-items: center;
	background-color: #fcebed;
	border-radius: 0px;
	height: 700px !important;
	display: flex;
	position: relative;
	z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-two-slide-item {
		height: 550px !important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-two-slide-item {
		height: 500px !important
	}
}

@media only screen and (max-width:767px) {
	.hero-two-slide-item {
		border-radius: 20px;
		height: auto !important
	}
}

.hero-slide-content {
	position: relative;
	padding-top: 156px;
	z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-content {
		padding-top: 76px;
		margin-top: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content {
		padding-top: 60px;
		margin-top: 44px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-content {
		padding-top: 60px;
		margin-top: 134px;
		margin-bottom: 40px
	}
}

@media only screen and (max-width:479px) {
	.hero-slide-content {
		text-align: center;
		margin-top: 82px
	}
}

.hero-slide-content .hero-slide-text-img {
	position: absolute;
	top: 7px;
	left: 2px;
	z-index: -1;
	pointer-events: none
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-content .hero-slide-text-img {
		width: 230px;
		top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content .hero-slide-text-img {
		width: 200px;
		top: 0
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-content .hero-slide-text-img {
		width: 180px;
		top: 0
	}
}

@media only screen and (max-width:479px) {
	.hero-slide-content .hero-slide-text-img {
		margin: 0 auto;
		position: relative;
		top: 0
	}
}

.hero-slide-content .hero-slide-title {
	font-size: 67px;
	font-weight: 700;
	margin-bottom: 14px;
	text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-content .hero-slide-title {
		font-size: 45px;
		margin-bottom: 5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content .hero-slide-title {
		font-size: 38px;
		margin-bottom: 5px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-content .hero-slide-title {
		font-size: 32px;
		margin-bottom: 5px
	}
}

.hero-slide-content .hero-slide-desc {
	font-size: 21px;
	line-height: 1.34;
	max-width: 410px;
	margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-content .hero-slide-desc {
		font-size: 16px;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-content .hero-slide-desc {
		font-size: 15px;
		margin-bottom: 18px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-content .hero-slide-desc {
		font-size: 15px;
		margin-bottom: 18px
	}
}

@media only screen and (max-width:479px) {
	.hero-slide-content .hero-slide-desc {
		max-width: 100%
	}
}

.hero-two-slide-content {
	position: relative;
	padding-top: 44px;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.hero-two-slide-content {
		padding-top: 98px
	}
}

@media only screen and (max-width:479px) {
	.hero-two-slide-content {
		padding-top: 38px;
		text-align: center
	}
}

.hero-two-slide-content .hero-two-slide-text-img {
	position: absolute;
	top: -105px;
	left: 2px;
	z-index: -1;
	pointer-events: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-two-slide-content .hero-two-slide-text-img {
		top: -38px;
		width: 280px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-two-slide-content .hero-two-slide-text-img {
		width: 250px;
		top: -32px;
		left: 0
	}
}

@media only screen and (max-width:767px) {
	.hero-two-slide-content .hero-two-slide-text-img {
		width: 200px;
		top: 38px
	}
}

@media only screen and (max-width:479px) {
	.hero-two-slide-content .hero-two-slide-text-img {
		position: relative;
		margin: 0 auto
	}
}

.hero-two-slide-content .hero-two-slide-title {
	font-size: 67px;
	font-weight: 700;
	margin-bottom: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-two-slide-content .hero-two-slide-title {
		font-size: 56px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-two-slide-content .hero-two-slide-title {
		font-size: 44px
	}
}

@media only screen and (max-width:767px) {
	.hero-two-slide-content .hero-two-slide-title {
		font-size: 40px
	}
}

@media only screen and (max-width:479px) {
	.hero-two-slide-content .hero-two-slide-title {
		font-size: 30px;
		margin-bottom: 10px
	}
}

.hero-two-slide-content .hero-two-slide-desc {
	font-size: 21px;
	line-height: 1.34;
	max-width: 410px;
	margin-bottom: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-two-slide-content .hero-two-slide-desc {
		font-size: 20px;
		margin-bottom: 22px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-two-slide-content .hero-two-slide-desc {
		font-size: 17px;
		margin-bottom: 22px
	}
}

@media only screen and (max-width:767px) {
	.hero-two-slide-content .hero-two-slide-desc {
		font-size: 16px
	}
}

@media only screen and (max-width:479px) {
	.hero-two-slide-content .hero-two-slide-desc {
		font-size: 14px;
		margin-bottom: 22px;
		max-width: 100%
	}
}

.hero-two-slide-meta {
	align-items: center;
	display: flex
}

@media only screen and (max-width:479px) {
	.hero-two-slide-meta {
		display: block
	}
}

.hero-two-slide-meta .ht-popup-video {
	margin-left: 24px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-two-slide-meta .ht-popup-video {
		margin-left: 12px
	}
}

@media only screen and (max-width:479px) {
	.hero-two-slide-meta .ht-popup-video {
		margin-left: 0;
		margin-top: 18px;
		justify-content: center
	}
}

.hero-slide-thumb {
	position: absolute;
	right: 0;
	top: -162px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-thumb {
		position: relative;
		top: 20px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-thumb {
		position: relative;
		top: 0;
		margin-bottom: 50px
	}
}

.hero-slide-thumb img {
	max-width: none
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-thumb img {
		width: 770px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-thumb img {
		max-width: 100%
	}
}

.hero-two-slide-thumb {
	float: left;
	position: relative;
	bottom: 23px;
	right: 18px
}

@media only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-two-slide-thumb {
		bottom: -10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-two-slide-thumb {
		float: none;
		right: 0;
		bottom: -15px;
		margin-right: -150px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-two-slide-thumb {
		float: none;
		bottom: -20px;
		right: 0;
		margin-right: -140px
	}
}

@media only screen and (max-width:767px) {
	.hero-two-slide-thumb {
		float: none;
		right: 0;
		bottom: 0
	}
}

@media only screen and (max-width:479px) {
	.hero-two-slide-thumb {
		margin-right: -54px
	}
}

.hero-two-slide-thumb img {
	max-width: none
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-two-slide-thumb img {
		max-width: 100%
	}
}

.hero-slide-text-shape {
	left: calc(50% + 520px);
	position: absolute;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%) rotate(13deg) scale(.8);
	-webkit-transform: translateY(-50%) rotate(13deg) scale(.8);
	-moz-transform: translateY(-50%) rotate(13deg) scale(.8);
	-ms-transform: translateY(-50%) rotate(13deg) scale(.8);
	-o-transform: translateY(-50%) rotate(13deg) scale(.8);
	transition: all 3s ease-out;
	-webkit-transition: all 3s ease-out;
	-moz-transition: all 3s ease-out;
	-ms-transition: all 3s ease-out;
	-o-transition: all 3s ease-out;
	opacity: 0;
	z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-text-shape {
		display: none
	}
}

.hero-slide-social-media {
	position: absolute;
	right: 82px;
	bottom: 48px;
	z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-social-media {
		display: flex;
		bottom: 24px
	}
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-social-media {
		right: -5px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-social-media {
		right: 0;
		bottom: 3px
	}
}

.hero-slide-social-media a {
	color: #353434;
	font-size: 22px;
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 18px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-social-media a {
		margin-bottom: 0;
		margin-right: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-social-media a {
		font-size: 18px;
		margin-right: 8px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-social-media a {
		font-size: 15px;
		margin-bottom: 8px
	}
}

.hero-slide-social-media a:hover {
	color: #ff6565
}

.hero-slide-social-shape {
	background-color: #fff;
	width: 1px;
	top: 171px;
	right: 100px;
	position: absolute
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slide-social-shape {
		bottom: 40px;
		top: auto;
		right: 250px;
		height: 1px;
		width: 150px;
		animation-name: inherit !important
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slide-social-shape {
		right: 160px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slide-social-shape {
		right: 138px
	}
}

@media only screen and (max-width:767px) {
	.hero-slide-social-shape {
		right: 17px;
		top: auto;
		height: 160px;
		bottom: 152px;
		animation-name: inherit !important
	}
}

.hero-slider-pagination {
	align-items: center;
	color: #000;
	display: flex;
	font-weight: 300;
	font-size: 21px;
	line-height: 1;
	position: absolute;
	z-index: 1;
	left: -89px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	height: 20px;
	width: 363px;
	top: calc(50% - 12px);
	bottom: auto
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slider-pagination {
		transform: none;
		left: 30px;
		top: auto;
		bottom: 30px;
		width: 200px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-pagination {
		font-size: 16px
	}
}

@media only screen and (max-width:767px) {
	.hero-slider-pagination {
		font-size: 16px;
		width: 200px;
		left: -80px;
		bottom: 110px;
		top: auto
	}
}

.hero-slider-pagination:after,
.hero-slider-pagination:before {
	background-color: #f3b7a2;
	content: "";
	height: 2px;
	width: 111px;
	display: inline-block
}

.hero-slider-pagination:before {
	margin-right: 39px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slider-pagination:before {
		margin-right: 10px
	}
}

.hero-slider-pagination:after {
	margin-left: 39px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1549px) {
	.hero-slider-pagination:after {
		margin-left: 10px
	}
}

.hero-slider-pagination .swiper-pagination-current {
	margin-right: 10px
}

.hero-slider-pagination .swiper-pagination-total {
	margin-left: 10px
}

.hero-two-slider-pagination {
	position: absolute;
	bottom: 58px !important;
	left: 56px !important;
	line-height: 1;
	z-index: 1
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.hero-two-slider-pagination {
		text-align: center;
		left: 0 !important;
		bottom: 20px !important
	}
}

.hero-two-slider-pagination .swiper-pagination-bullet {
	background-color: #fff;
	height: 6px;
	border-radius: 50px;
	margin: 0 7.5px;
	opacity: 1;
	width: 40px;
	transition: all .5s ease 0s
}

.hero-two-slider-pagination .swiper-pagination-bullet-active {
	background-color: #ff6565
}

.hero-slide-item.swiper-slide-active .hero-slide-thumb img {
	animation-name: c;
	animation-delay: .5s;
	animation-duration: 2s;
	animation-fill-mode: both
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-text-img {
	animation-name: e;
	animation-delay: 1.3s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
	animation-name: f;
	animation-delay: 2.2s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
	animation-name: f;
	animation-delay: 2.8s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

.hero-slide-item.swiper-slide-active .hero-slide-content .btn {
	animation-name: f;
	animation-delay: 3.2s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

.hero-slide-item.swiper-slide-active .hero-slide-text-shape {
	transform: translateY(-50%) rotate(0) scale(1);
	-webkit-transform: translateY(-50%) rotate(0) scale(1);
	-moz-transform: translateY(-50%) rotate(0) scale(1);
	-ms-transform: translateY(-50%) rotate(0) scale(1);
	-o-transform: translateY(-50%) rotate(0) scale(1);
	opacity: 1
}

.hero-slide-item.swiper-slide-active .hero-slide-social-shape {
	animation-name: d;
	animation-delay: 1s;
	animation-duration: 3s;
	animation-fill-mode: both
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-thumb img {
	animation-name: c;
	animation-delay: .5s;
	animation-duration: 2s;
	animation-fill-mode: both
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-text-img {
	animation-name: e;
	animation-delay: 1.3s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-title {
	animation-name: f;
	animation-delay: 2.2s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-desc {
	animation-name: f;
	animation-delay: 2.8s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .btn {
	animation-name: f;
	animation-delay: 3.2s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .ht-popup-video {
	animation-name: f;
	animation-delay: 3.3s;
	animation-duration: 1.5s;
	animation-fill-mode: both
}

@keyframes c {
	0% {
		opacity: 0;
		transform: scale3d(.9, .9, .9)
	}

	50% {
		opacity: 1
	}
}

@keyframes d {
	0% {
		height: 0
	}

	to {
		height: 524px
	}
}

@keyframes e {
	0% {
		opacity: 0;
		transform: translate3d(-15%, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes f {
	0% {
		opacity: 0;
		transform: translate3d(0, 80%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.product-item .product-thumb {
	background-color: #fff;
	border:1px solid #fdf2f5;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
  }

.product-item .product-thumb a img {
    -webkit-transition: .8s;
    transition: .8s;
}

.product-item .product-thumb img {
	width:100%;
	height: auto;
	transition: transform .5s ease;
}
.product-item:hover .imageappear{
	width:100%;
	height: auto;
	-webkit-transition: .8s;
    transition: .8s;
}
.product-item:hover .imageappear{
	opacity: 1.2;
    visibility: hidden;
	display:none;
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.product-item a .imagehidden {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}


.imagehidden{
	opacity: 0;
    visibility: hidden;
	display:none;
	-webkit-transition: .8s;
    transition: .8s;
}
.product-item:hover .imagehidden{
	opacity: 1;
    visibility: visible;
	display:block;
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


@media only screen and (max-width:575px) {

}

.product-item .product-info {
	padding-top: 8px
}

.product-item .product-info .title {
	font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    min-height: 28px;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-item .product-info .title {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 4px !important;
		min-height: auto !important;
	  }
}

.product-item .product-info+.product-action-bottom {
	margin-top: 12px
}

.product-item .product-action {
	display: flex;
	position: absolute;
	top: 15px;
	width: 100%;
	justify-content: center;
	right: 0px;
	flex-direction: column;
	width: 40px;
	opacity: 0.7;
  }

@media only screen and (max-width:768px) {
	.product-item .add-to-cart {
		position: relative !important;

		opacity: 1 !important;
		visibility: visible !important;
		-webkit-transform: translateX(0px) !important;
		transform: translateX(0px) !important;
		margin-top: 7px;
	  }
	  .product-action svg{
		width:18px !important

	  }
}

.product-item .product-action .product-action-btn {
	background-color: #fff;
	border:0px;
	color: #231942;
	display: inline-block;
	opacity:1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transition: all .5s ease 0s;
	transition-delay: .1s;
	margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}

.product-item .add-to-cart {
	position: relative;
	left: 0;
	white-space: nowrap;
	bottom: 0;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	color: #fff;
	/* opacity: 0; */
	/* visibility: hidden; */
	/* -webkit-transform: translateX(20px);
	transform: translateX(20px); */
	font-size: 12px;
	font-weight: 600;
	padding: 5px 20px;
	border: 0px;
	background: #101f36;
  }
.product-item:hover .add-to-cart {
	opacity:1;
	visibility: visible;
	/* -webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: 0.5s;
	transition: 0.5s; */
}
.product-item .product-action .action-btn-cart {
	border-radius: 50px;
	height: 50px;
	letter-spacing: .2em;
	font-size: 13px;
	color: #231942;
	font-weight: 500;
	margin: 0 20px;
	padding: 5px 28px 5px 32px;
	text-align: center;
	text-transform: uppercase;
	transition-delay: .15s
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-item .product-action .action-btn-cart {
		height: 44px;
		font-size: 11px;
		margin: 0 10px;
		padding: 5px 15px 5px 19px
	}
}

@media only screen and (max-width:767px) {
	.product-item .product-action .action-btn-cart {
		height: 40px;
		font-size: 11px;
		margin: 0 8px;
		padding: 7px 15px 5px 17px;
		letter-spacing: .4px
	}
}

.product-item .product-action .action-btn-quick-view,
.product-item .product-action .action-btn-wishlist {
	border-radius: 50%;
	height: 30px;
	font-size: 20px;
	line-height: 47px;
	width: 30px
}

/*@media only screen and (min-width:768px) and (max-width:991px),*/
/*only screen and (min-width:992px) and (max-width:1199px) {*/

/*	.product-item .product-action .action-btn-quick-view,*/
/*	.product-item .product-action .action-btn-wishlist {*/
/*		height: 44px;*/
/*		font-size: 15px;*/
/*		line-height: 38px;*/
/*		width: 44px*/
/*	}*/
/*}*/

@media only screen and (max-width:767px) {

	.product-item .product-action .action-btn-quick-view,
	.product-item .product-action .action-btn-wishlist {
		height: 30px;
		font-size: 14px;
		line-height: 36px;
		width: 30px
	}
}

.product-item .product-action .action-btn-wishlist {
	transition-delay: .2s
}

.product-item .product-action .action-btn-quick-view {
	font-size: 17px;
	line-height: 35px;
  }

/*@media only screen and (min-width:768px) and (max-width:991px),*/
/*only screen and (min-width:992px) and (max-width:1199px) {*/
/*	.product-item .product-action .action-btn-quick-view {*/
/*		font-size: 14px;*/
/*		line-height: 30px;*/
/*		height: 44px;*/
/*		width: 44px*/
/*	}*/

/*}*/

@media only screen and (max-width:767px) {
	.product-item .product-action .action-btn-quick-view {
		font-size: 12px;
		line-height: 25px;
		height: 25px;
		width: 30px
	}
	.product-item .product-action {
		display: flex;
		position: absolute;
		top: 4px;
		width: 100%;
		justify-content: end;
		right: 0px;
		flex-direction: column;
		width: 35px;
		opacity: 0.8;
	  }
}

.product-item .product-action-bottom {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between
}

@media only screen and (max-width:575px) {
	.product-item .product-action-bottom {
		display: flex
	}
}

.product-item .product-action-bottom .product-action-btn {
	background-color: #f7f7f7;
	border: 1px solid #fdf2f5;
	width: calc(50% - 2px);
	font-size: 15px;
	padding: 4px;
	height: 40px
}

.product-item .product-action-bottom .action-btn-cart {
	font-size: 12px;
	display: block;
	width: 100%;
	font-weight: 500;
	padding: 6px 0 8px;
	margin-top: 4px
}

.product-item .product-rating {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.product-rating.position-relative {
    display: flex !important;
    justify-content: center !important;
}
.product-rating .rating-label {
	margin: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  p.product_rating {
    margin-bottom: 0px;
    padding-right: 10px;
}

.product-quick-view-content .price{
    font-size: 24px;
}
@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-item .product-rating {
		margin-bottom: 8px;
		display: flex;
		height: 12px !important;
	}
}

.product-item .product-rating .rating {
	color: #ff6565;
	cursor: pointer;
	font-size: 16px;
	display: flex
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-item .product-rating .rating {
		font-size: 13px
	}
}

@media only screen and (max-width:575px) {
	.product-item .product-rating .rating {
		font-size: 11px
	}
}

.product-item .product-rating .rating i+i {
	margin-left: 5px
}

@media only screen and (max-width:575px) {
	.product-item .product-rating .rating i+i {
		margin-left: 2px
	}
}

.product-item .product-rating .reviews {
	color: #898989;
	font-size: 13px;
	font-style: italic;
	font-weight: 400
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-item .product-rating .reviews {
		margin-top: 8px
	}
}

@media only screen and (max-width:575px) {
	.product-item .product-rating .reviews {
		margin-top: 5px;
		font-size: 12px
	}
}

.product-item .prices span {
	font-size: 17px;
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-item .prices span {
		font-size: 16px
	}
}

@media only screen and (max-width:575px) {

}

.product-item .prices .price-old {
	color: #999;
	font-weight: 400;
	margin-left: 4px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through
}

@media only screen and (max-width:575px) {

}

.product-item .flag-new {
	background-color:#d91c53;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 7px 22px 10px;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 20px;
	text-transform: capitalize;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-item .flag-new {
		font-size: 14px;
		padding: 5px 18px 8px
	}
}

@media only screen and (max-width:575px) {

}

.product-item:hover .product-thumb img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.product-item:hover .product-action .product-action-btn {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0)
}

.product-st2-item,
.product-st2-item .product-info {
	background-color: #fafafa;
	border-radius: 10px
}

.product-st2-item .product-info {
	overflow: hidden;
	padding: 25px 30px 36px;
	position: relative;
	transition: all .5s ease 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-st2-item .product-info {
		padding: 25px 24px 28px
	}
}

@media only screen and (max-width:767px) {
	.product-st2-item .product-info {
		padding: 24px 18px 20px
	}
}

@media only screen and (max-width:575px) {
	.product-st2-item .product-info {
		padding: 14px 10px 12px
	}
}

@media only screen and (max-width:575px) {
	.product-st2-item .product-info .title {
		font-size: 15px
	}
}

.product-st2-item .prices {
	margin-bottom: 20px
}

.product-st2-item .product-action {
	bottom: 0;
	justify-content: space-between;
	margin-bottom: -86px;
	position: relative;
	transition: all .5s ease 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-st2-item .product-action {
		margin-bottom: -76px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-st2-item .product-action {
		margin: 0;
		transform: none
	}
}

@media only screen and (max-width:575px) {
	.product-st2-item .product-action {
		width: 220px
	}
}

.product-st2-item .product-action .product-action-btn {
	opacity: 1
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-st2-item .product-action .product-action-btn {
		transform: none
	}
}

.product-st2-item .product-action .action-btn-cart {
	margin: 0
}

.product-st2-item:hover .product-info {
	margin-top: -86px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-st2-item:hover .product-info {
		margin-top: -76px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-st2-item:hover .product-info {
		margin-top: 0
	}
}

.product-st2-item:hover .product-action {
	margin-bottom: 0
}

.product-st3-item .flag-new {
	font-size: 14px;
	padding: 5px 16px 8px
}

@media only screen and (max-width:575px) {

}

.product-st3-item .product-rating {
	margin-bottom: 14px
}

.product-st3-item .product-rating .rating {
	font-size: 14px
}

@media only screen and (max-width:575px) {
	.product-st3-item .product-rating .rating {
		font-size: 11px
	}
}

.product-st3-item .product-info .title {
	font-size: 19px;
	margin-bottom: 12px
}

@media only screen and (max-width:575px) {

}

.product-st3-item .prices span {
	font-size: 18px
}

@media only screen and (max-width:575px) {

}

.product-st3-item .product-action .action-btn-cart {
	height: 40px;
	letter-spacing: 1px;
	font-size: 11px;
	margin: 0 10px;
	padding: 7px 13px 5px 15px
}

.product-st3-item .product-action .action-btn-quick-view,
.product-st3-item .product-action .action-btn-wishlist {
	height: 40px;
	font-size: 16px;
	line-height: 36px;
	width: 40px
}

.product-st3-item .product-action .action-btn-quick-view {
	font-size: 14px;
	line-height: 34px
}

.product-category-item {
	border-radius: 10px;
	background-color: #dcffd2;
	display: block;
	padding: 45px 15px 30px;
	height: 100%;
	position: relative;
	text-align: center;
	transition: all .5s ease 0s
}

@media only screen and (max-width:479px) {
	.product-category-item {
		padding: 34px 15px 25px
	}
}

.product-category-item .icon {
	margin-bottom: 43px;
	transition: all .8s ease 0s
}

@media only screen and (max-width:479px) {
	.product-category-item .icon {
		width: 54px;
		margin-bottom: 20px
	}
}

.product-category-item .title {
	color: #1d4a21;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
	padding-top: 11px
}

@media only screen and (max-width:479px) {
	.product-category-item .title {
		font-size: 11px
	}
}

.product-category-item .title:before {
	background-color: #ff6565;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	width: 25px
}

.product-category-item .flag-new {
	position: absolute;
	right: 25px;
	top: -17px;
	background-color: #ff6565;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 22px 1px 22px 4px;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	transform: rotate(270deg)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-category-item .flag-new {
		font-size: 14px;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		padding: 2px 20px 4px;
		top: 10px;
		right: 10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.product-category-item .flag-new {
		font-size: 14px;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		padding: 2px 20px 4px;
		top: 10px;
		right: 10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}
}

@media only screen and (max-width:767px) {
	.product-category-item .flag-new {
		font-size: 14px;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		padding: 2px 20px 4px;
		top: 10px;
		right: 10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}
}

@media only screen and (max-width:575px) {
	.product-category-item .flag-new {
		font-size: 13px;
		padding: 0 15px 2px
	}
}

.product-category-item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
	border: 1px solid #c33483;
}

.product-category-item:hover img {
	transform: rotateY(1turn)
}

.product-banner-item {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.product-banner-item img {
	border-radius: 10px;
	transition: all .5s ease 0s;
	width: 100%
}

.product-banner-item:before {
	left: -280px
}

.product-banner-item:after,
.product-banner-item:before {
	background-color: hsla(0, 0%, 100%, .09);
	content: "";
	height: 200%;
	position: absolute;
	top: -50%;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1);
	width: 80px;
	z-index: 1
}

.product-banner-item:after {
	left: 180%
}

.product-banner-item:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03)
}

.product-banner-item:hover:before {
	left: 180%
}

.product-banner-item:hover:after {
	left: -280px
}

.product-cart-view-modal .modal-dialog {
	max-width: 1180px
}

.product-cart-view-modal .modal-body {
	padding: 30px 15px
}

@media only screen and (max-width:575px) {
	.product-cart-view-modal .modal-body {
		padding: 15px 0
	}
}

.product-cart-view-modal .modal-content {
	border: none;
	margin: 0 auto;
	width: auto
}

.product-cart-view-modal .product-single-info {
	padding-bottom: 0;
	padding-top: 20px;
	margin-left: 0;
	margin-bottom: 0
}

.product-cart-view-modal .product-single-info .prices {
	margin: 20px 0
}

.product-cart-view-modal .product-single-info .desc {
	margin-bottom: 20px
}

.product-cart-view-modal .btn-close {
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #c8c8c8;
	background-image: none;
	font-size: 22px;
	line-height: 1;
	border-radius: 0 0 60px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 45px;
	height: 45px;
	text-align: left
}

.product-cart-view-modal .btn-close span {
	position: relative;
	top: -7px;
	left: 7px
}

.product-action-modal .modal-content {
	border-radius: 0 0 5px 5px
}

.product-action-modal .product-action-view-content .btn-close {
	background-image: none;
	box-shadow: none;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	width: 100%;
	height: 32px;
	line-height: 18px;
	position: absolute;
	right: 0;
	bottom: 100%;
	background-color: #ff6565;
	color: #fff;
	opacity: 1;
	text-align: center;
	padding: 0;
	margin: 0
}

.product-action-modal .product-action-view-content .modal-action-messages {
	font-size: 15px;
	line-height: 1;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 17px
}

.product-action-modal .product-action-view-content .modal-action-messages i {
	position: relative;
	top: 0;
	margin-right: 5px
}

.product-action-modal .product-action-view-content .modal-action-product .thumb img {
	border-radius: 8px;
	width: 100%;
	height: 500px;
}

.product-action-modal .product-action-view-content .modal-action-product .product-name {
	margin: 18px 0 2px;
	font-size: 18px;
	text-align: center
}

.shop-top-bar-area {
	border-bottom: 1px solid #a8dadc
}

.shop-top-bar {
	display: flex;
	justify-content: space-between;
	height: 70px;
	align-items: center
}

@media only screen and (max-width:767px) {
	.shop-top-bar {
		height: auto;
		flex-wrap: wrap;
		padding: 20px 0
	}
}

@media only screen and (max-width:767px) {
	.shop-top-bar .select-shoing {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	.shop-top-bar .select-on-sale {
		width: 50%;
		justify-content: right
	}
}

.select-shoing {
	-webkit-appearance: inherit;
	-moz-appearance: inherit;
	appearance: inherit;
	border: none;
	color: #231942;
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	width: 161px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.select-shoing {
		font-size: 14px
	}
}

.select-shoing option {
	font-size: 14px
}

.select-on-sale {
	display: flex;
	width: 123px
}

.select-on-sale span {
	font-size: 16px;
	color: #1d3557;
	margin-right: 10px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.select-on-sale span {
		font-size: 14px
	}
}

.select-on-sale .select-on-sale-form {
	-webkit-appearance: inherit;
	-moz-appearance: inherit;
	appearance: inherit;
	border: none;
	color: #231942;
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	margin: 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.select-on-sale .select-on-sale-form {
		font-size: 14px
	}
}

.select-on-sale .select-on-sale-form option {
	font-size: 14px
}

.select-price-range {
	align-items: center;
	border-right: 1px solid #a8dadc;
	border-left: 1px solid #a8dadc;
	justify-content: center;
	display: flex;
	min-height: 38px;
	padding: 0;
	width: 53.42%
}

@media only screen and (max-width:767px) {
	.select-price-range {
		padding: 10px 0;
		width: 100%;
		border-width: 1px 0;
		border-color: #a8dadc;
		border-style: solid;
		margin: 14px 0
	}
}

.select-price-range .title {
	font-size: 16px;
	font-weight: 400;
	color: #1d3557;
	margin-bottom: 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.select-price-range .title {
		font-size: 14px
	}
}

.select-price-range-slider {
	align-items: center;
	display: flex;
	margin-left: 26px
}

@media only screen and (max-width:767px) {
	.select-price-range-slider {
		flex-wrap: wrap
	}
}

.select-price-range-slider .noUi-connect {
	background-color: #a8dadc
}

.select-price-range-slider .noUi-horizontal {
	height: 1px
}

.select-price-range-slider .noUi-horizontal .noUi-handle {
	background-color: #457b9d;
	cursor: pointer;
	width: 10px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.select-price-range-slider .noUi-target {
	border-radius: 0;
	width: 130px
}

.select-price-range-slider .slider-labels {
	margin-left: 22px
}

.select-price-range-slider .slider-labels span {
	font-weight: 400;
	font-size: 16px;
	color: #1d3557
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.select-price-range-slider .slider-labels span {
		font-size: 14px
	}
}

.product-details {
	margin-bottom: 5px
}

.product-details-thumb {
	position: relative;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-details-thumb {
		margin-bottom: 40px
	}
}

.product-details-thumb img {
	border-radius: 10px;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-details-thumb img {
		width: 100%
	}
}

.product-details-thumb .flag-new {
	background-color: #333;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 7px 22px 10px;
	line-height: 1;
	position: absolute;
	top: 30px;
	right: 30px;
	text-transform: capitalize;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-thumb .flag-new {
		font-size: 14px;
		padding: 5px 18px 8px
	}
}

.product-details-content {
	padding-left: 42px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content {
		padding-left: 0
	}
}

.product-details-content .product-details-collection {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 14px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .product-details-collection {
		font-size: 14px;
		margin-bottom: 12px
	}
}

.product-details-content .product-details-title {
	font-weight: 600;
	font-size: 27px;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-content .product-details-title {
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 16px
	}
}

.product-details-review {
	align-items: center;
	display: flex
}

.product-details-review .product-review-icon {
	display: flex;
	font-size: 16px;
	color: #ff6565;
	letter-spacing: 5px;
	margin-right: 26px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-review .product-review-icon {
		font-size: 14px;
		margin-right: 8px
	}
}

.product-details-review .product-review-show {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 13px;
	line-height: 1;
	text-align: right;
	color: #898989
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-review .product-review-show {
		font-size: 13px
	}
}

.product-details-review .product-review-show:hover {
	color: #ff6565
}

.product-details-qty-list {
	border-top: 1px solid #e3e3e3;
	margin: 34px 0;
	padding: 30px 0 0px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-qty-list {
		margin: 24px 0;
		padding: 12px 0 0
	}
}

.product-details-qty-list .qty-list-check {
	margin-bottom: 17px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-qty-list .qty-list-check {
		margin-bottom: 12px
	}
}

.product-details-qty-list .form-check-input {
	cursor: pointer;
	box-shadow: none;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #bababa;
	margin-right: 20px;
	margin-top: 4px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-qty-list .form-check-input {
		width: 15px;
		height: 15px;
		margin-right: 7px;
		margin-top: 6px
	}
}

.product-details-qty-list .form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%235B5B5B'/%3E%3C/svg%3E");
	background-size: 12px;
	box-shadow: none
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-qty-list .form-check-input:checked[type=radio] {
		background-size: 9px
	}
}

.product-details-qty-list .form-check-label {
	cursor: pointer;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	color: #000
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-qty-list .form-check-label {
		font-size: 13px
	}
}

.product-details-qty-list .form-check-label b {
	font-weight: 600
}

.product-details-qty-list .extra-offer {
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
	color: #898989;
	line-height: 1;
	margin-top: 2px
}

.product-details-pro-qty {
        flex-direction: column;
    width: 100%;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-pro-qty {
		padding-bottom: 25px;
		margin-bottom: 22px
	}
}

@media only screen and (max-width:767px){
.product-details-pro-qty {
	display: flex;
	flex-direction: column;
	align-items: normal !important;
  }
  .pro-qty{
	margin-bottom: 20px;
	width: 35%;
  }
  .product-details-pro-qty .btn-wishlist{
	margin-top: 20px;
  }
}

.pro-qty, .cart-page-pro-qty {
	display: inline-block;
	position: relative;
    width: 100%;
  }

  li.breadcrumb-item.active.text-dark {
    background: none !important;
}



.pro-qty input, .cart-page-pro-qty input {
    width: 100%;
    height: 48px;
    font-size: 15px;
    background: #727272;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 500;
    padding: 0 55px;
    border: 0px;
    text-align: center;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {


}
@media only screen and (max-width:767px){
.pro-qty input, .cart-page-pro-qty input {
	width: 100%;
	height: 30px;
	padding: 0 48px;
	border: 1px solid #fdf2f5;
  }
  .pro-qty, .cart-page-pro-qty, .addbtn{
	margin-right: 0px !important;
  }
}

.pro-qty .qty-btn,
.cart-page-pro-qty .qty-btn {
	cursor: pointer;
	position: absolute;
	line-height: 21px;
	color: #ffffff;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	width: 53px;
	text-align: center;
	transition: all .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {

	.pro-qty .qty-btn,
	.cart-page-pro-qty .qty-btn {
		font-size: 22px;
		width: 43px
	}
}

.pro-qty .qty-btn:hover,
.cart-page-pro-qty .qty-btn:hover {
	color:#222e64
}

.pro-qty .dec,
.cart-page-pro-qty .dec {
	left: 0;

	padding-left: 5px;
	line-height: 19px
}

.pro-qty .inc,
.cart-page-pro-qty .inc {
	right: 0;
	padding-right: 5px
}

.product-details-shipping-cost .form-check-input {
	cursor: pointer;
	box-shadow: none;
	width: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 20px;
	background-color: #fff;
	border: 1px solid #bababa;
	margin-right: 20px;
	margin-top: 4px;
	border-radius: 50%
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-shipping-cost .form-check-input {
		margin-right: 5px;
		width: 15px;
		height: 15px;
		margin-top: 5px
	}
}

.product-details-shipping-cost .form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%235B5B5B'/%3E%3C/svg%3E");
	background-size: 12px;
	box-shadow: none
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-shipping-cost .form-check-input:checked[type=checkbox] {
		background-size: 9px
	}
}

.product-details-shipping-cost .form-check-label {
	cursor: pointer;
	font-style: italic;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
	font-size: 16px;
	color: #000
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-shipping-cost .form-check-label {
		font-size: 13px
	}
}

.product-details-action {
	align-items: center;
	display: flex;
	margin-top: 0px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-action {
		margin-top: 10px
	}
}

@media only screen and (max-width:575px) {
	.product-details-action {
		flex-wrap: wrap
	}
}

@media only screen and (max-width:479px) {
	.product-details-action {
		flex-direction: column;
		align-items: flex-start
	}
}

.product-details-action .price {
font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    color: #3CBA4B;
    gap: 2px;
    display: block;
  }

  .product-details-action  small{
    margin-left: 5px;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-action .price {
		font-size: 24px
	}
	.product-quick-view-content .price {
    font-size: 24px;
}
}

.product-details-cart-wishlist {
	display: flex;
	margin-right: 55px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-cart-wishlist {
		margin-right: 26px
	}
}

@media only screen and (max-width:479px) {
	.product-details-cart-wishlist {
		margin-left: 0;
		margin-top: 30px
	}
}

.product-details-cart-wishlist .btn-wishlist {
	color: #4f4f4f;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 2px solid #e63946;
	font-size: 20px;
	border-radius: 50%;
	line-height: 2.3;
	margin-right: 30px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-cart-wishlist .btn-wishlist {
		width: 45px;
		height: 45px;
		font-size: 18px;
		margin-right: 11px
	}
}

.product-details-cart-wishlist .btn {
	letter-spacing: 2px;
	font-weight: 500
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-cart-wishlist .btn {
		height: 45px;
		line-height: 32px
	}
}

.product-details-nav {
	display: flex;
	margin-bottom: 49px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-nav {
		margin-bottom: 29px
	}
}

.product-details-nav .nav-link {
	padding: 0;
	border: none;
	background-color: transparent;
	line-height: 1.2;
	font-weight: 400;
	font-size: 21px;
	position: relative;
	color: #898989
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-nav .nav-link {
		font-size: 18px
	}
}

.product-details-nav .nav-link:before {
	background-color: #898989;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1
}

.product-details-nav .nav-link.active {
	color: #231942
}

.product-details-nav .nav-link.active:before {
	background-color: #231942
}

.product-details-nav .nav-link+.nav-link {
	margin-left: 72px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-details-nav .nav-link+.nav-link {
		margin-left: 25px
	}
}

.group-product-list {
	margin-bottom: 35px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.group-product-list {
		overflow-x: auto
	}
}

.group-product-list .info-text {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px
}

@media only screen and (max-width:479px) {
	.group-product-list .info-text {
		font-size: 14px
	}
}

.group-product-list .info-text .text-primary {
	color: #ff6565;
	font-weight: 600
}

.group-product-list table {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px dotted #e5e5e5
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.group-product-list table {
		min-width: 400px
	}
}

.group-product-list table tbody tr td {
	font-weight: 500;
	padding: 10px 10px 10px 0;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #e5e5e5;
	background-color: transparent
}

.group-product-list table tbody tr .thumb {
	width: 50px
}

.group-product-list table tbody tr .title {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize
}

.group-product-list table tbody tr .title a {
	color: #282828
}

.group-product-list table tbody tr .title a:hover {
	color: #ff6565
}

.group-product-list table tbody tr input {
	cursor: pointer
}

.group-product-list table tbody tr .price {
	padding-right: 0;
	text-align: right
}

.group-product-list table tbody tr .price .pro-price span {
	font-size: 14px;
	font-weight: 500;
	color: #333
}

.group-product-list table tbody tr .price .pro-price .old {
	font-size: 14px;
	margin-right: 5px;
	text-decoration: line-through;
	opacity: .5
}

.group-product-list .info-text {
	font-size: 14px;
	font-weight: 600;
	display: block
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-quick-view-content .product-single-thumb {
		margin-bottom: 30px
	}
}

.product-quick-view-content .product-single-thumb img {
	border-radius: 4px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-quick-view-content .product-single-thumb img {
		width: 100%
	}
}

.product-quick-view-content .product-details-content {
	padding-left: 0
}

.product-quick-view-content .product-details-content .product-details-title {
	font-size: 40px;
	margin-bottom: 22px;
	line-height: 1.2
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-quick-view-content .product-details-content .product-details-title {
		font-size: 24px
	}
}

@media only screen and (max-width:767px) {
	.product-quick-view-content .product-details-content .product-details-title {
		font-size: 24px
	}
}

.product-quick-view-content .product-details-content .product-details-pro-qty {
	margin-bottom: 0
}

.product-quick-view-content .product-details-content .product-details-action {
	margin-top: 30px
}

.product-quick-view-content .product-details-content .product-details-action .price {
	font-size: 38px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-quick-view-content .product-details-content .product-details-action .price {
		font-size: 24px
	}
}

@media only screen and (max-width:767px) {
	.product-quick-view-content .product-details-content .product-details-action .price {
		font-size: 24px
	}
}

.product-quick-view-content .product-details-content .product-details-cart-wishlist {
	margin-right: 20px;
	margin-left: 0 !important;
}

@media only screen and (max-width:479px) {
	.product-quick-view-content .product-details-content .product-details-cart-wishlist {
		margin-left: 0;
		margin-top: 10px
	}
}

.product-quick-view-content .product-details-content .product-details-cart-wishlist .btn {
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
	padding: 0 20px;
	height: 44px
}

.product-review-item {
	background: #fafafa;
	border-radius: 0px;
	margin-bottom: 30px;
	padding: 15px;
	position: relative;
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-review-item {
		border-radius: 10px
	}
}

@media only screen and (max-width:575px) {
	.product-review-item {
		padding: 20px 20px 18px
	}
}

.product-review-item .product-review-top {
	display: flex;
	margin-bottom: 20px
}

.product-review-item .product-review-thumb {
	margin-right: 15px;
	min-width: 60px;
  }
.product-review-item .product-review-thumb img {
	border-radius: 50%
}

.product-review-item .product-review-content {
	display: flex;
	flex-direction: column;
  }

@media only screen and (max-width:575px) {
	.product-review-item .product-review-content {
		flex-direction: column;
		align-items: flex-start
	}
}

.product-review-item .product-review-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	margin: 0;
  }

@media only screen and (max-width:767px) {
	.product-review-item .product-review-name {
		margin-right: 22px
	}
}

@media only screen and (max-width:575px) {
	.product-review-item .product-review-name {
		margin-right: 0;
		margin-top: 8px
	}
}

.product-review-item .product-review-designation {
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	margin-right: 44px
}

@media only screen and (max-width:767px) {
	.product-review-item .product-review-designation {
		margin-right: 24px
	}
}

@media only screen and (max-width:575px) {
	.product-review-item .product-review-designation {
		margin-right: 0;
		margin-top: 8px
	}
}

.product-review-item .product-review-icon {
	display: flex;
	font-size: 16px;
	color: #ff6565;
	margin: 8px 0px 2px;
	line-height: 1;
  }

@media only screen and (max-width:767px) {
	.product-review-item .product-review-icon {
		font-size: 13px
	}
}

@media only screen and (max-width:575px) {
	.product-review-item .product-review-icon {
		margin-top: 8px
	}
}

.product-review-item .desc {
	font-weight: 400;
	font-size: 14px;
  }

.product-review-item .desc {
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-review-item .review-reply {
		width: 50px;
		height: 22px;
		border-radius: 4px;
		background-color: #ff6565;
		color: #fff;
		text-align: center;
		line-height: 18px;
		font-size: 13px;
		bottom: 0;
		position: relative;
		right: 0;
		top: 0
	}
}

.product-review-item .review-reply:hover {
	color: #ff6565
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-review-item .review-reply:hover {
		background-color: #ff3232;
		color: #fff
	}
}

.product-review-reply {
	margin-right: 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-review-reply {}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.product-reviews-form-wrap {
		margin-top: 50px
	}
}

.product-reviews-form .form-input-item {
	margin-bottom: 15px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-reviews-form .form-input-item {
		margin-bottom: 25px
	}
}

.product-reviews-form .form-control {
	font-weight: 400;
	box-shadow: none;
	font-size: 13px;
	border-radius: 0;
	padding: 10px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-reviews-form .form-control {
		padding:5px
	}
}

.product-reviews-form .form-control::-webkit-input-placeholder {
	color: #1d3557
}

.product-reviews-form .form-control:-moz-placeholder,
.product-reviews-form .form-control::-moz-placeholder {
	color: #1d3557
}

.product-reviews-form .form-control:-ms-input-placeholder {
	color: #1d3557
}

.product-reviews-form textarea.form-control {
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-reviews-form textarea.form-control {
		padding: 5px
	}

}

.product-reviews-form [type=submit] {
	letter-spacing: .5em;
	font-size: 13px;
	padding: 5px 38px 5px 50px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-reviews-form [type=submit] {
		letter-spacing: .5em;
		font-size: 12px;
		padding: 0 22px 0 28px;
		height: 43px
	}
}

.product-reviews-form .form-ratings-item {
	display: flex;
	align-items: center
}

.product-reviews-form .form-ratings-item .title {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	display: inline-block;
	margin: 0 40px 0 35px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-reviews-form .form-ratings-item .title {
		font-size: 14px;
		margin: 0 20px 0 15px
	}
}

.product-reviews-form .select-ratings {
	width: auto;
	height: 50px;
	border: 2px solid #e63946;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #231942;
	align-items: center;
	display: flex;
	padding: 7px 7px 5px 5px;
	justify-content: flex-end
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-reviews-form .select-ratings {
		width: 70px;
		height: 40px;
		letter-spacing: 0;
		padding: 0;
		justify-content: center
	}
}

.product-reviews-form .select-ratings:after {
	display: none
}

.product-reviews-form .select-ratings:before {
	content: "";
	width: 2px;
	height: 18px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%)
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-reviews-form .select-ratings:before {
		display: none
	}
}

.product-ratingsform-form-wrap {
	position: relative
}

.product-ratingsform-form-wrap .product-ratingsform-form-icon,
.product-ratingsform-form-wrap .product-ratingsform-form-icon-fill {
	display: flex;
	cursor: pointer;
	font-size: 16px;
	color: #ff6565;
	overflow: hidden;
	line-height: 1;
	gap: 5px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {

	.product-ratingsform-form-wrap .product-ratingsform-form-icon,
	.product-ratingsform-form-wrap .product-ratingsform-form-icon-fill {
		font-size: 14px
	}
}

.product-ratingsform-form-wrap .product-ratingsform-form-icon-fill {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease 0s
}

.product-form-title {
	line-height: 1.2;
	font-weight: 400;
	font-size: 21px;
	display: inline-block;
	position: relative;
	margin-bottom: 52px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-form-title {
		font-size: 18px;
		margin-bottom: 25px
	}
}

.product-form-title:before {
	background-color: #231942;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 1px;
	z-index: -1
}

.reviews-form-checkbox {
	margin-top: 32px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.reviews-form-checkbox {
		margin-top: 22px
	}
}

.reviews-form-checkbox .form-check-input {
	cursor: pointer;
	box-shadow: none;
	width: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 20px;
	background-color: #fff;
	border: 1px solid #bababa;
	margin-right: 20px;
	margin-top: 4px;
	border-radius: 50%
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.reviews-form-checkbox .form-check-input {
		margin-right: 5px;
		width: 15px;
		height: 15px;
		margin-top: 5px
	}
}

.reviews-form-checkbox .form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%235B5B5B'/%3E%3C/svg%3E");
	background-size: 12px;
	box-shadow: none
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.reviews-form-checkbox .form-check-input:checked[type=checkbox] {
		background-size: 9px
	}
}

.reviews-form-checkbox .form-check-label {
	cursor: pointer;
	font-style: italic;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
	font-size: 16px;
	color: #000
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.reviews-form-checkbox .form-check-label {
		font-size: 13px
	}
}

.product-details-info-wrap {
	border-bottom: 1px solid #fdf2f5;
	margin-bottom: 32px;
	padding-bottom: 22px
}

.product-details-info-wrap li {
	color: #3d3d3d;
	font-size: 15px;
	list-style: outside none none;
	margin: 0 0 13px;
	display: block
}

.product-details-info-wrap li span {
	color: #525252;
	display: inline-block;
	font-weight: 400;
	margin: 0 26px 0 0;
	min-width: 85px
}

.product-details-info-wrap li p {
	display: inline-block
}

.aside-cart-wrapper .btn-aside-cart-close {
	display: block;
	border: none;
	border:0px;
	opacity: 1;
	border-radius: 0;
	color: #333;
	background:transparent;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	position: relative;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}
.aside-cart-wrapper .btn-aside-cart-close svg{
	width: 30px;
}

@media only screen and (max-width:767px) {
	.aside-cart-wrapper .btn-aside-cart-close {
		padding: 0 19px;
		font-size: 14px;
		height: 50px;
		line-height: 50px
	}
}

.aside-cart-wrapper .btn-aside-cart-close i {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%)
}

@media only screen and (max-width:767px) {
	.aside-cart-wrapper .btn-aside-cart-close i {
		font-size: 12px;
		right: 19px
	}
}


.aside-cart-wrapper .aside-cart-product-list {
	margin-bottom: 25px
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item {
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
	border-bottom: 1px dashed #fdf2f5;
	padding:0px 23px 25px 0px;
  }

@media only screen and (max-width:767px) {
	.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item {
		margin-bottom: 18px
	}
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item .remove {
	color: #343538;
	display: none;
	font-weight: 400;
	font-size: 20px;
	height: 20px;
	line-height: 17px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: right;
	width: 20px
}
.aside-product-list-item:hover .remove{
	display: block !important;
}
.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item .remove svg {
	width: 17px;
	fill: red !important;
  }

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a {
	color: #242424;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 5px;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out
}

@media only screen and (max-width:767px) {
	.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a {
		font-size: 14px
	}
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a img {
	float: left;
	max-width: 70px;
	margin-right: 20px;
	border: 1px solid #fdf2f5;
	padding: 2px;
	border-radius: 4px
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a:hover {
	color: #ff6565
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item .product-price {
	color: #343538;
	font-size: 14px
}

.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item:last-child {
	margin-bottom: 0
}

.aside-cart-wrapper .cart-total {
    color: #242424;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    /* padding-bottom: 20px; */
    border-bottom: 1px dashed #fdf2f5;
    margin-bottom: 5px;
    text-align: center;
}

.aside-cart-wrapper .cart-total span {
	color: #000;
	font-size: 16px;
	font-weight: 600
}

.aside-cart-wrapper .cart-total .amount {
	font-weight: 500;
	font-size: 18px;
}

.aside-cart-wrapper .btn-total {
	border-radius: 0;
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 15px 19px 14px;
	background-color: #231942;
	border: 1px solid #231942;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .4px;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out
}

@media only screen and (max-width:767px) {
	.aside-cart-wrapper .btn-total {
		font-size: 12px;
		padding: 16px 19px 14px
	}
}

.aside-cart-wrapper .btn-total:hover {
	background-color: #ff6565;
	border-color: #ff6565
}

.aside-cart-wrapper .btn-total+.btn-total {
	margin-top: 10px
}

.aside-cart-wrapper.offcanvas {
	box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
	background-color: #fff;
	width: 400px
}

@media only screen and (max-width:767px) {
	.aside-cart-wrapper.offcanvas {
		width: 310px
	}
}

.aside-cart-wrapper .offcanvas-header {
	padding: 15px 20px;
	background: #f0f0f0;
  }

.aside-cart-wrapper .offcanvas-body {
	padding: 30px 20px;
  }

@media only screen and (max-width:767px) {
	.aside-cart-wrapper .offcanvas-body {
		padding: 19px 19px 70px
	}
}

.shopping-cart-form {
	margin-bottom: 40px
}

.shopping-cart-form table {
	background: #fff;
	border:0px;
	border-width: 1px 0 1px 1px;
	color: #323232;
	margin: 0 0 70px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	margin: 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.shopping-cart-form table {
		width: 810px
	}
}

.shopping-cart-form table th {
	border-bottom: none;
	border-top: none;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;

}

.shopping-cart-form table td,
.shopping-cart-form table th {
	padding:23px 10px;
	vertical-align: middle
}

.shopping-cart-form table td {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	line-height: 1.5em;
	border-bottom: none;
	font-size: 16px;
	text-align: center;
}

.shopping-cart-form table thead{
	border-bottom:1px solid #dddcdc;
}


.shopping-cart-form table .tbody-item {
	background-color: transparent;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.shopping-cart-form table .tbody-item:hover {
	background-color: #fafafa
}

.shopping-cart-form table .tbody-item-actions td {
	text-align: right
}

.shopping-cart-form table .product-remove .remove {
	color: #323232;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	width: 25px;
    height: 25px;
    background: #f4433642;
    border-radius: 100%;
	display: inline-block
}
.aside-cart-wrapper .aside-cart-product-list .aside-product-list-item .remove {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    width: 25px;
    height: 25px;
    background: #f4433642;
    border-radius: 100%;
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}
.shopping-cart-form table .product-remove .remove:hover {
	color: #ff6565
}

.shopping-cart-form table .product-thumbnail {
	min-width: 32px
}
.shopping-cart-form table .product-thumbnail .thumb{
	background: none !important;
}
.shopping-cart-form table td.product-name .title{
	font-weight: 600;
}

.shopping-cart-form table .product-thumbnail img {
	width: 35px;
	border-radius: 2px
}

.shopping-cart-form table .product-name .title a{
	color: #000;
	font-weight: 600;
}
.shopping-cart-form table .product-name .title a:hover{
	color:#48953F;
	font-weight: 600;
}


.shopping-cart-form table td.product-price{
	color: #000;
	font-weight: 600

}

.shopping-cart-form table .product-name .title:hover {
	color:#48953F
}

.shopping-cart-form table .product-price .price {
	color: #323232;
	font-size: 16px;
	font-weight: 600;
  }

.shopping-cart-form table .product-quantity .pro-qty input,
.shopping-cart-form table .product-quantity .cart-page-pro-qty input {
	border: 1px solid #fdf2f5;
}

.shopping-cart-form table .product-subtotal {
	font-weight: 500;
	white-space: nowrap;
}
th.product-price {
    white-space: nowrap;
}

.shopping-cart-form tbody:not(:first-child) {
	border-top: none
}

.shopping-cart-form .btn-update-cart {
	background: #fff;
	border: 2px solid #d9d9d9;
	box-shadow: none;
	color: #545454;
	display: inline-block;
	font-size: 1.077em;
	font-weight: 500;
	height: 50px;
	line-height: 46px;
	padding: 0 18px;
	border-radius: 4px;
	transition: all .3s ease 0s;
	text-transform: capitalize
}

.shopping-cart-form .btn-update-cart:hover {
	background-color: #ebe9eb;
	border-color: #e5e5e5
}

.coupon-wrap .title {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	margin: 0 0 22px;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-weight: 600
}

.coupon-wrap .desc {
	color: #888;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 12px
}

.coupon-wrap .form-control {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 0 16px;
	vertical-align: middle;
	margin: 0 0 25px;
	width: 100%
}

.coupon-wrap .btn-coupon,
.coupon-wrap .form-control {
	background: #fff;
	box-shadow: none;
	height: 50px;
	line-height: 48px;
	font-size: 14px
}

.coupon-wrap .btn-coupon {
	border: 2px solid #ff6565;
	background-color: #ff6565;
	color: #fff;
	display: inline-block;
	padding: 0 35px;
	border-radius: 4px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	font-weight: 600;
	text-transform: uppercase
}

.coupon-wrap .btn-coupon:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.cart-totals-wrap {
	background: #fff;
	padding: 33px 30px 35px;
	width: 100%;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
  }

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.cart-totals-wrap {
		margin-top: 40px
	}
}

.cart-totals-wrap .title {
	font-size: 23px;
	font-weight: 600;
	margin: 0 0 4px;
	padding: 0 0 10px;
}

.cart-totals-wrap table {
	width: 100%;
	border:1px solid #e5e5e5;
}

.cart-totals-wrap table tbody tr:first-child th {
	border-top: none
}

.cart-totals-wrap table tbody tr th {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 15px ;
	text-align: left;
	text-transform: capitalize;
	vertical-align: top;
  }

.cart-totals-wrap table tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 15px;
	text-align: right;
	vertical-align: top
}

.cart-totals-wrap table tbody .amount {
	color: #242424;
	font-size: 20px;
	font-weight: 600;
	line-height: 21px;
	text-transform: uppercase
}

.cart-totals-wrap table tbody .shipping-list {
	margin-top: 2px;
	margin-bottom: 20px
}

.cart-totals-wrap table tbody .shipping-list li {
	margin: 0 0 4px;
	padding: 0;
	text-align: right;
	line-height: 1.5em
}

.cart-totals-wrap table tbody .shipping-list li input {
	cursor: pointer;
	margin-right: 2px;
	position: relative;
	top: 1px;
	font-weight: 500
}

.cart-totals-wrap table tbody .shipping-list li label {
	cursor: pointer;
	color: #323232;
	font-size: 14px;
	font-weight: 500
}

.cart-totals-wrap table tbody .shipping-list li label span {
	color: #000;
	font-weight: 500;
	margin-left: 5px;
	text-align: left
}

.cart-totals-wrap table tbody .destination {
	font-size: 14px;
	margin-bottom: 6px
}

.cart-totals-wrap table tbody .destination strong {
	font-weight: 700
}

.cart-totals-wrap table tbody .btn-shipping-address {
	font-size: 13px;
	color: #000;
	font-weight: 500;
	margin-bottom: 3px;
	display: inline-block
}

.cart-totals-wrap table tbody .btn-shipping-address:hover {
	color: #ff6565
}


.cart-totals-wrap .checkout-button {
	background: #ff6565;
	border: 2px solid #ff6565;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	letter-spacing: 0;
	margin-top: 30px;
	line-height: 46px;
	outline: none;
	overflow: hidden;
	padding: 0 35px;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 4px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

@media only screen and (max-width:575px) {
	.cart-totals-wrap .checkout-button {
		font-size: 14px;
		padding: 0 15px
	}
}

.cart-totals-wrap .checkout-button:hover {
	background: #000;
	border-color: #000;
	color: #fff
}

.disabled {
	color: inherit;
	cursor: not-allowed;
	opacity: .5
}

.shopping-wishlist-form table {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-width: 1px 0 1px 1px;
	color: #323232;
	margin: 0 0 70px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	margin: 0
}

/*@media only screen and (max-width:767px),*/
/*only screen and (min-width:768px) and (max-width:991px) {*/
/*	.shopping-wishlist-form table {*/
/*		width: 1199px*/
/*	}*/
/*}*/

.shopping-wishlist-form table tbody:not(:first-child) {
	border-top: none
}

.shopping-wishlist-form table th {
	border-bottom: none;
	border-top: none;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5em;
	border-right: 1px solid #e5e5e5
}

.shopping-wishlist-form table td,
.shopping-wishlist-form table th {
	padding: 20px 10px;
	vertical-align: middle
}

.shopping-wishlist-form table td {
	border-top: 1px solid rgba(0, 0, 0, .1);
	line-height: 1.5em;
	border-bottom: none;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-right: 1px solid #e5e5e5
}

.shopping-wishlist-form table .tbody-item {
	background-color: transparent;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

.shopping-wishlist-form table .tbody-item:hover {
	background-color: #fafafa
}

.shopping-wishlist-form table .product-remove .remove {
	color: #323232;
	display: inline-block
}

.shopping-wishlist-form table .product-remove .remove:hover {
	color: #ff6565
}

.shopping-wishlist-form table .product-thumbnail img {
	border-radius: 2px;
	width: 68px
}

.shopping-wishlist-form table .product-name .title {
	color: #323232;
	font-weight: 500
}

.shopping-wishlist-form table .product-name .title:hover {
	color: #ff6565
}

.shopping-wishlist-form table .product-price .price {
	color: #323232;
	font-size: 15px;
	font-weight: 500
}

.shopping-wishlist-form table .product-stock-status .wishlist-in-stock {
	color: #ff6565;
	font-size: 14px;
	font-weight: 600
}

.shopping-wishlist-form table .product-add-to-cart .btn-shop-cart {
	transition: .3s ease
}

.shopping-wishlist-form table .product-add-to-cart .btn-shop-cart:hover {

}

.shopping-checkout-wrap .title {
	font-size: 20px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 35px;
	font-weight: 600;
	text-transform: capitalize;
	border-bottom: 1px solid #fdf2f5;
  }

.shopping-checkout-wrap .title::before {
	background-color: #d91c53;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
  }

.billing-form-wrap form .form-group {
	margin-bottom: 20px
}

.billing-form-wrap form .form-group label {
	font-size: 14px;
	color: #000;
	margin-bottom: 8px
}

.billing-form-wrap form .form-group label .required {
	color: red;
	text-decoration: none;
}

.billing-form-wrap form .form-group .form-control {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e8e8e8;
	color: #626262;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px
}

.billing-form-wrap form .form-group .form-control::-webkit-input-placeholder {
	color: #626262
}

.billing-form-wrap form .form-group .form-control:-moz-placeholder,
.billing-form-wrap form .form-group .form-control::-moz-placeholder {
	color: #626262
}

.billing-form-wrap form .form-group .form-control:-ms-input-placeholder {
	color: #626262
}

.billing-form-wrap form .form-group .form-control:active,
.billing-form-wrap form .form-group .form-control:focus {
	border-color: #000
}

.billing-form-wrap form .form-group textarea.form-control {
	min-height: 120px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	padding: 20px;
	line-height: 1.3
}

.billing-form-wrap form .form-group .nice-select:after {
	right: 10px;
	margin: 0
}

.billing-form-wrap .checkout-box .custom-checkbox {
	position: relative;
	margin-bottom: 20px;
	margin-top: 6px
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	content: "";
	background-color: #fff;
	border-radius: 0;
	border-color: #000;
	box-shadow: none;
	width: 18px;
	height: 18px;
	border-width: 2px
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	display: inline-block;
	color: #666;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 10px;
	position: absolute;
	text-align: center;
	padding-left: 3px;
	box-shadow: none;
	left: 1px;
	top: 5px
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-label {
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 25px;
	padding-top: 2px;
	cursor: pointer
}

.billing-form-wrap .checkout-box .custom-checkbox .custom-control-label:before {
	content: "";
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	border: 2px solid #e4e4e4;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 5px
}

.checkout-order-details-wrap {
	margin-left: 40px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.checkout-order-details-wrap {
		margin-left: 0
	}
}

.checkout-order-details-wrap .order-details-table-wrap {
	position: relative
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.checkout-order-details-wrap .order-details-table-wrap {
		padding: 20px;
		margin-top: 40px;
		margin-bottom: 0
	}
}

.checkout-order-details-wrap .order-details-table-wrap .table .product-total {
	text-align: right
}

.checkout-order-details-wrap .order-details-table-wrap .table .cart-item {
	line-height: 20px
}

.checkout-order-details-wrap .order-details-table-wrap .table .cart-item:first-child td {
}

.checkout-order-details-wrap .order-details-table-wrap .table .cart-item:last-child td {
	border-bottom-width: 1px
}

.checkout-order-details-wrap .order-details-table-wrap .table .shipping td {
	min-width: 140px;
	text-align: right
}

.checkout-order-details-wrap .order-details-table-wrap .table .product-quantity {
	color: #000
}

.checkout-order-details-wrap .order-details-table-wrap .table tbody:not(:first-child) {
	border-top: none
}

.checkout-order-details-wrap .order-details-table-wrap .table-foot td {
	text-align: right
}

.checkout-order-details-wrap .order-details-table-wrap .table-foot td,
.checkout-order-details-wrap .order-details-table-wrap .table-foot th {
	padding: 15px  !important;
}

.checkout-order-details-wrap .order-details-table-wrap .table th {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #e8e8e8;
	padding: 15px;
	font-weight: 600;
font-size: 16px;
background: #edfff4;
}

.checkout-order-details-wrap .order-details-table-wrap .table td {
	padding:15px;
}

.checkout-order-details-wrap .order-details-table-wrap .table td,
.checkout-order-details-wrap .order-details-table-wrap .table th {
	color: #000;
	vertical-align: middle;
	border:1px solid #d7d7d7;
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method {
	margin-top: 34px
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card {
	background-color: transparent;
	border-radius: 0;
	border: none;
	margin-bottom: 10px
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header {
	border: none;
	background-color: transparent;
	padding: 0;
	display: inline-block
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title {
	display: inline-block;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
	padding-bottom: 0;
	text-transform: capitalize;
  }

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title:before {
	position: absolute;
	content: "";
	background-color: #fff;
	border: 1px solid #666;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 0
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #0075ff;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 3px;
	display: block
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=false]:after {
	display: none
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=true]:before {
	border-color: #0075ff
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=true]:after {
	display: block
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header:hover {
	cursor: pointer
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-body {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-body p {
	color: #747474;
	font-size: 13px;
	line-height: 24px
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text {
	color: #747474;
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 18px
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a {
	color: #ff6565;
	text-decoration: underline
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a:hover {
	color: #ff6565
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .required {
	color: red
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox {
	position: relative;
	padding-left: 24px
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	background-color: #fff;
	border-radius: 0;
	border-color: #000;
	box-shadow: none;
	width: 15px;
	height: 15px;
	border-width: 2px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	display: inline-block;
	color: #000;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 8px;
	position: absolute;
	text-align: center;
	padding-left: 0;
	line-height: 14px;
	box-shadow: none;
	left: 4px;
	top: 7px;
	transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label {
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	cursor: pointer
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label:before {
	content: "";
	position: absolute;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	border: 2px solid #e4e4e4;
	width: 15px;
	height: 15px;
	top: 7px;
	left: 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .btn-place-order {
	display: block;
	text-align: center;
	border-radius: 0;
	padding: 18px 20px 16px;
	margin-top: 32px;
	font-size: 16px;
	background-color: #ff6565;
	border-color: #ff6565;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600
}

.checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .btn-place-order:hover {
	background-color: #000;
	border-color: #000
}

.checkout-page-coupon-wrap {
	margin-bottom: 30px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.checkout-page-coupon-wrap {
		margin-bottom: 0px
	}
}

.checkout-page-coupon-wrap .coupon-accordion .card {
	background-color: transparent;
	border: none;
	border-radius: 0
}

.checkout-page-coupon-wrap .coupon-accordion .card h3 {
	background-color: #fff;
	border-top:3px solid #d91c53;
	color: #d91c53;
	font-weight: 400;
	font-size: 15px;
	padding: 20px 21px 18px;
	margin-bottom: 30px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  }

.checkout-page-coupon-wrap .coupon-accordion .card h3 i {
	font-size: 17px;
	color: #d91c53;
	margin-right: 12px;
  }

  .checkout-page-coupon-wrap .coupon-accordion .card h3 a {
	color: #333;
	font-weight: 600;
  }

.checkout-page-coupon-wrap .coupon-accordion .card h3 a:hover {
	color: #d91c53
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body {
	padding: 0
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap {
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin: 0;
	margin-bottom: 25px;
	text-align: left;
	border-radius: 0px;
	background: #FFFEF4;
  }

  .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap p {
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
  }

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group {
	margin-bottom: 0
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control {
	border: 1px solid #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	color: #626262;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control::-webkit-input-placeholder {
	color: #626262
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:-moz-placeholder,
.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control::-moz-placeholder {
	color: #626262
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:-ms-input-placeholder {
	color: #626262
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
	background-color: #ff6565;
	border-color: #ff6565;
	color: #fff;
	width: 162px;
	height: 50px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px;
	line-height: 40px;
	margin-left: 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
		margin-left: 0
	}
}

@media only screen and (max-width:767px) {
	.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
		margin-top: 15px
	}
	.thumb.wishlist-img-box{
	    width: 70px !important;
	    height: 70px !important;
	}
	.shopping-wishlist-form table td, .shopping-wishlist-form table th {
        padding: 5px 7px;
        vertical-align: middle;
    }
	.shopping-wishlist-form table .product-thumbnail img{
	    width: auto;
	}
	.thumb.wishlist-img-box img{
	     height: 60px !important;
	}
	.submenu-nav svg{
	    display: none;
	}
}

.checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon:hover {
	color: #fff;
	background-color: #000000;
	border-color: #000000
}

.shopping-compare-area .container {
	padding-bottom: 120px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.shopping-compare-area .container {
		padding-bottom: 80px
	}
}

.shopping-compare-form .table {
	color: #242424;
	font-size: 13px;
	display: block;
	margin: 0;
	border: none;
	width: 100%;
	overflow: auto;
	padding: 0
}

.shopping-compare-form .table tbody tr .product-remove {
	line-height: 1;
	margin-top: 0;
	margin-bottom: 19px
}

.shopping-compare-form .table tbody tr .product-remove a {
	color: #242424;
	font-size: 13px;
	font-weight: 600
}

.shopping-compare-form .table tbody tr .product-remove a:hover {
	color: #ff6565
}

.shopping-compare-form .table tbody tr .product-remove i {
	margin-right: 5px;
	position: relative;
	top: -1px
}

.shopping-compare-form .table tbody tr .product-thumb {
	width: 120px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 16px
}

.shopping-compare-form .table tbody tr .product-name .title {
	color: #333131;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 12px;
	margin-top: 24px
}

.shopping-compare-form .table tbody tr .product-name .title a {
	color: #242424
}

.shopping-compare-form .table tbody tr .btn-cart {
	background-color: #343538;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	padding: 5px 20px;
	display: inline-block;
	margin-top: 6px;
	font-weight: 600;
	text-transform: capitalize
}

.shopping-compare-form .table tbody tr .price {
	color: #343538;
	font-size: 14px
}

.shopping-compare-form .table tbody tr .product-sku {
	color: #242424;
	font-size: 13px;
	text-transform: uppercase
}

.shopping-compare-form .table tbody tr .product-desc {
	color: #242424;
	font-size: 13px;
	line-height: 1.714286;
	padding-right: 10px;
	padding-left: 10px
}

.shopping-compare-form .table tbody tr .product-stock {
	background-color: #35d56a;
	font-size: .875em;
	display: inline-block;
	color: #fff;
	border-radius: 15px;
	padding: 2px 15px
}

.shopping-compare-form .table tbody tr th {
	color: #242424;
	min-width: 200px;
	width: 200px;
	font-size: 14px;
	background-color: #f2f2f2;
	vertical-align: middle;
	border-color: #e7e7e7;
	font-weight: 700;
	border-left: 0;
	padding-left: 20px;
	padding-right: 20px
}

.shopping-compare-form .table tbody tr td {
	min-width: 250px;
	width: 322px;
	border-color: #e7e7e7;
	text-align: center;
	padding: 20px 0;
	vertical-align: middle
}

.shopping-compare-form .table td,
.shopping-compare-form .table th {
	border-width: 1px;
	border-style: solid;
	padding: 10px
}

.post-item .thumb {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.post-item .thumb img {
	border-radius: 10px;
	transition: all .5s ease 0s
}

@media only screen and (max-width:575px) {
	.post-item .thumb img {
		width: 100%
	}
}

.post-item .thumb:before {
	left: -280px
}

.post-item .thumb:after,
.post-item .thumb:before {
	background-color: hsla(0, 0%, 100%, .09);
	content: "";
	height: 200%;
	position: absolute;
	top: -50%;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1);
	width: 80px;
	z-index: 1
}

.post-item .thumb:after {
	left: 180%
}

.post-item .thumb+.content {
	margin-top: 15px
}

.post-item .content .post-category {
	background-color: #ff9c9c;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px;
	padding: 7px 31px;
	transition: all .5s ease 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.post-item .content .post-category {
		padding: 5px 22px;
		font-size: 12px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.post-item .content .post-category {
		padding: 5px 18px;
		font-size: 11px
	}
}

@media only screen and (max-width:767px) {
	.post-item .content .post-category {
		padding: 3px 16px;
		font-size: 11px
	}
}

.post-item .content .post-category-two:hover {
	background-color: #7569ff !important
}

.post-item .content .post-category-three:hover {
	background-color: #69c8ff !important
}

.post-item .content .post-category:hover {
	background-color: #ff6969
}

.post-item .content .post-category+.title {
	margin-top: 28px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.post-item .content .post-category+.title {
		margin-top: 10px
	}
}

.post-item .content .title {
	font-size: 28px;
	line-height: 37px;
	margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.post-item .content .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 14px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.post-item .content .title {
		font-size: 20px;
		margin-bottom: 13px;
		margin-top: 12px;
		line-height: 1.3
	}
}

@media only screen and (max-width:767px) {
	.post-item .content .title {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 12px
	}
}

.post-item .content .desc {
	font-size: 21px;
	line-height: 1.34;
	margin-bottom: 22px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.post-item .content .desc {
		font-size: 15px;
		margin-bottom: 12px
	}
}

.post-item .content .meta {
	display: flex
}

@media only screen and (max-width:767px) {
	.post-item .content .meta {
		display: block
	}
}

.post-item .content .meta li {
	color: #6d6d6d;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.post-item .content .meta li {
		font-size: 12px
	}
}

.post-item .content .meta li a {
	color: #6d6d6d
}

.post-item .content .meta li a:hover {
	color: #ff6565
}

.post-item .content .meta li+li {
	margin-left: 52px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.post-item .content .meta li+li {
		margin-left: 14px
	}
}

@media only screen and (max-width:767px) {
	.post-item .content .meta li+li {
		margin-left: 0
	}
}

.post-item:hover .thumb img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03)
}

.post-item:hover .thumb:before {
	left: 180%
}

.post-item:hover .thumb:after {
	left: -280px
}

.blog-detail .desc {
	margin-bottom: 32px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-detail .desc {
		margin-bottom: 18px
	}
}

.blog-detail .desc:last-child {
	margin-bottom: 0
}

.blog-next-previous {
	align-items: center;
	display: flex;
	flex-wrap: wrap
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-next-previous {
		display: block
	}
}

.blog-next-previous .thumb {
	display: flex
}

.blog-next-previous .content {
	padding-left: 20px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-next-previous .content {
		padding-left: 0;
		padding-top: 20px
	}
}

.blog-next-previous img {
	max-width: 93px;
	max-height: 80px;
	margin-left: 10px
}

.blog-next-previous .title {
	color: #364958;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	max-width: 215px;
	transition: all .5s ease 0s
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-next-previous .title {
		font-size: 16px;
		max-width: none
	}
}

.blog-next-previous .post-date {
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	color: #6d6d6d;
	margin-bottom: 0
}

.blog-next-previous .arrow {
	background: #f5f5f5;
	border-radius: 3px;
	font-size: 14px;
	line-height: 24px;
	color: #5a5a5a;
	text-transform: uppercase;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	padding: 22px 3px;
	transition: all .5s ease 0s
}

.blog-next-previous.blog-next {
	text-align: right;
	flex-direction: row-reverse;
	position: relative
}

@media only screen and (max-width:575px) {
	.blog-next-previous.blog-next {
		margin-top: 30px
	}
}

.blog-next-previous.blog-next:before {
	height: 60px;
	width: 1px;
	background-color: #666;
	content: "";
	position: absolute;
	left: -15px
}

@media only screen and (max-width:575px) {
	.blog-next-previous.blog-next:before {
		display: none
	}
}

.blog-next-previous.blog-next .thumb {
	display: flex;
	flex-direction: row-reverse
}

.blog-next-previous.blog-next img {
	margin-right: 10px;
	margin-left: 0
}

.blog-next-previous.blog-next .content {
	padding-left: 0;
	padding-right: 20px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-next-previous.blog-next .content {
		padding-right: 0;
		padding-top: 20px
	}
}

.blog-next-previous:hover .title {
	color: #ff6565
}

.blog-next-previous:hover .arrow {
	background-color: #ff6565;
	color: #fff
}

.blog-comment-form-wrap {
	border-top: 1px solid #c2c2c2;
	padding: 51px 0 0
}

.blog-comment-form-title {
	border-bottom: 1px solid #c2c2c2;
	font-weight: 500;
	line-height: 37px;
	font-size: 28px;
	padding-bottom: 8px;
	margin-bottom: 18px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-comment-form-title {
		font-size: 22px;
		line-height: 30px
	}
}

.blog-comment-form {
	align-items: center;
	border-bottom: 1px solid #c2c2c2;
	display: flex;
	padding: 0 0 29px
}

@media only screen and (max-width:479px) {
	.blog-comment-form {
		flex-direction: column;
		align-items: flex-start
	}
}

.blog-comment-form .blog-comment-img {
	border-radius: 50%;
	margin-right: 60px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-comment-form .blog-comment-img {
		margin-right: 20px;
		width: 80px
	}
}

@media only screen and (max-width:479px) {
	.blog-comment-form .blog-comment-img {
		margin-bottom: 20px
	}
}

.blog-comment-form .blog-comment-control {
	font-size: 18px;
	color: #364958;
	resize: none;
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	width: 100%;
	height: 70px;
	line-height: 24px;
	padding: 22px 34px 5px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-comment-form .blog-comment-control {
		font-size: 14px;
		padding: 15px 18px 0;
		height: 55px
	}
}

.blog-comment-form .blog-comment-control::-webkit-input-placeholder {
	color: #364958
}

.blog-comment-form .blog-comment-control:-moz-placeholder,
.blog-comment-form .blog-comment-control::-moz-placeholder {
	color: #364958
}

.blog-comment-form .blog-comment-control:-ms-input-placeholder {
	color: #364958
}

.blog-comment-form-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px
}

@media only screen and (max-width:479px) {
	.blog-comment-form-info {
		flex-direction: column-reverse;
		align-items: flex-start
	}
}

.blog-comment-form-social {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.blog-comment-form-social span {
	font-size: 18px;
	margin-right: 16px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-comment-form-social span {
		font-size: 15px;
		margin-right: 8px
	}
}

.blog-comment-form-social a {
	color: #353434;
	font-size: 22px;
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-comment-form-social a {
		font-size: 14px
	}
}

.blog-comment-form-social a+a {
	margin-left: 12px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-comment-form-social a+a {
		margin-left: 5px
	}
}

.blog-comment-form-social a:hover {
	color: #ff6565
}

.blog-comment-form-select {
	font-size: 18px;
	line-height: 28px;
	color: #364958;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	padding-right: 24px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-comment-form-select {
		font-size: 14px
	}
}

.blog-detail-title {
	font-weight: 300;
	font-size: 67px;
	line-height: 1.3;
	margin-bottom: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-title {
		font-size: 48px;
		margin-bottom: 24px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-detail-title {
		font-size: 36px;
		margin-bottom: 26px
	}
}

@media only screen and (max-width:575px) {
	.blog-detail-title {
		font-size: 30px
	}
}

.blog-detail-category {
	display: flex;
	margin-bottom: 50px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-detail-category {
		margin-bottom: 40px
	}
}

.blog-detail-category .category {
	background-color: #ff9c9c;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px;
	padding: 7px 31px;
	transition: all .5s ease 0s
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-detail-category .category {
		font-size: 12px;
		padding: 5px 22px
	}
}

.blog-detail-category .category+.category {
	margin-left: 20px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-detail-category .category+.category {
		margin-left: 10px
	}
}

.blog-detail-meta {
	display: flex
}

.blog-detail-meta li {
	align-items: center;
	display: flex;
	font-size: 21px;
	line-height: 28px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-meta li {
		font-size: 16px
	}
}

@media only screen and (max-width:767px) {
	.blog-detail-meta li {
		font-size: 14px
	}
}

@media only screen and (max-width:479px) {
	.blog-detail-meta li {
		font-size: 12px
	}
}

.blog-detail-meta li+li {
	margin-left: 50px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-meta li+li {
		margin-left: 20px
	}
}

@media only screen and (max-width:767px) {
	.blog-detail-meta li+li {
		margin-left: 15px
	}
}

.blog-detail-meta .meta-admin img {
	border: 6px solid #dedee4;
	border-radius: 50%;
	margin-right: 22px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-meta .meta-admin img {
		margin-right: 12px
	}
}

@media only screen and (max-width:767px) {
	.blog-detail-meta .meta-admin img {
		margin-right: 8px
	}
}

@media only screen and (max-width:479px) {
	.blog-detail-meta .meta-admin img {
		width: 40px;
		border-width: 3px
	}
}

.blog-detail-social {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

@media only screen and (max-width:767px) {
	.blog-detail-social {
		justify-content: flex-start;
		margin-top: 10px
	}
}

.blog-detail-social span {
	font-size: 18px;
	margin-right: 16px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-social span {
		font-size: 15px;
		margin-right: 8px
	}
}

@media only screen and (max-width:767px) {
	.blog-detail-social span {
		font-size: 14px;
		margin-right: 4px
	}
}

.blog-detail-social a {
	color: #353434;
	font-size: 22px;
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-social a {
		font-size: 16px
	}
}

@media only screen and (max-width:767px) {
	.blog-detail-social a {
		font-size: 14px
	}
}

.blog-detail-social a+a {
	margin-left: 12px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-social a+a {
		margin-left: -6px
	}
}

.blog-detail-social a:hover {
	color: #ff6565
}

.blog-detail-list li {
	margin-bottom: 5px
}

.blog-detail-blockquote {
	padding: 32px 0 56px;
	position: relative;
	text-align: center
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-blockquote {
		padding: 24px 0 28px
	}
}

.blog-detail-blockquote:after,
.blog-detail-blockquote:before {
	background-color: #c2c2c2;
	content: "";
	width: 220px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%)
}

.blog-detail-blockquote:after {
	bottom: 0;
	top: auto
}

.blog-detail-blockquote .desc {
	font-style: italic;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 20px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-blockquote .desc {
		font-size: 16px;
		margin-bottom: 14px
	}
}

.blog-detail-blockquote .user-name {
	font-size: 21px;
	line-height: 28px;
	font-style: italic;
	text-align: center;
	color: #a3a3a3
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-blockquote .user-name {
		font-size: 18px;
		color: #959595
	}
}

.blog-detail-blockquote .quote-icon {
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translate(-50%);
	z-index: -1
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-detail-blockquote .quote-icon {
		width: 60px
	}
}

.blog-detail-img {
	border-radius: 30px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.blog-detail-img {
		border-radius: 15px
	}
}

.brand-logo-item {
	align-items: center;
	display: flex;
	justify-content: center
}

.funfact-area {
	background-color: #fff6f5;
	border-radius: 30px;
	max-width: 1703px;
	margin: 0 auto
}

.funfact-item {
	background-color: #fff6f5;
	border: 3px solid #f27e75;
	border-radius: 30px;
	text-align: center;
	padding: 22px 44px 30px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.funfact-item {
		padding: 22px 44px 28px
	}
}

.funfact-item .icon {
	border-bottom: 1px solid #ffb0b0;
	padding-bottom: 12px;
	margin-bottom: 30px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.funfact-item .icon {
		margin-bottom: 15px
	}
}

.funfact-item .icon img {
	width: 80px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.funfact-item .icon img {
		width: 70px
	}
}

.funfact-item .funfact-number {
	color: #364958;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 4px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.funfact-item .funfact-number {
		font-size: 38px
	}
}

.funfact-item .funfact-title {
	color: #231942;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.funfact-item .funfact-title {
		font-size: 15px
	}
}

.about-thumb {
	margin-bottom: 84px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-thumb {
		margin-bottom: 60px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.about-thumb {
		margin-bottom: 50px
	}
}

.about-content {
	text-align: center
}

.about-content .title {
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 34px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-content .title {
		font-size: 40px;
		margin-bottom: 14px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-content .title {
		font-size: 35px;
		margin-bottom: 14px
	}
}

@media only screen and (max-width:767px) {
	.about-content .title {
		font-size: 30px;
		margin-bottom: 14px
	}
}

.about-content .desc {
	max-width: 758px;
	margin: 0 auto
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.about-content .desc {
		font-size: 14px
	}
}

.feature-area {
	background-color: #fff6f5
}

.feature-item .title {
	font-weight: 500;
	font-size: 21px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 20px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.feature-item .title {
		font-size: 18px;
		margin-bottom: 10px
	}
}

.feature-item .title .icon {
	margin-right: 21px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.feature-item .title .icon {
		margin-right: 8px;
		width: 48px
	}
}

.feature-item .desc {
	font-size: 18px;
	line-height: 1.7
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.feature-item .desc {
		font-size: 15px
	}
}

.contact-area {
	padding: 65px 0 0;
	position: relative
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.contact-form {
		margin-bottom: 60px
	}
}

.contact-form .form-group {
	margin-bottom: 56px
}

.contact-form .form-control {
	box-shadow: none;
	outline: none;
	color: #3f3f3f;
	font-size: 12px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border-width: 0 0 1px;
	border-color: #b9b9b9;
	padding-bottom: 16px
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #3f3f3f
}

.contact-form .form-control:-moz-placeholder,
.contact-form .form-control::-moz-placeholder {
	color: #3f3f3f
}

.contact-form .form-control:-ms-input-placeholder {
	color: #3f3f3f
}

.contact-form textarea.form-control {
	height: 138px;
	resize: none
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.contact-form textarea.form-control {
		height: 100px
	}
}

.contact-info {
	background: #fffaef;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	padding: 41px 0
}

@media only screen and (max-width:767px) {
	.contact-info {
		flex-wrap: wrap
	}
}

.contact-info-item {
	text-align: center;
	width: 33.3333%
}

@media only screen and (max-width:767px) {
	.contact-info-item {
		width: 50%;
		margin-bottom: 30px
	}
}

@media only screen and (max-width:479px) {
	.contact-info-item {
		width: 100%
	}
}

.contact-info-item:nth-child(2n) {
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0
}

@media only screen and (max-width:767px) {
	.contact-info-item:nth-child(2n) {
		border-left: none;
		border-right: none
	}
}

.contact-info-item .icon {
	margin-bottom: 24px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.contact-info-item .icon {
		margin-bottom: 14px
	}
}

.contact-info-item a,
.contact-info-item p {
	color: #000;
	font-size: 16px;
	line-height: 28px;
	display: block;
	margin-bottom: 5px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {

	.contact-info-item a,
	.contact-info-item p {
		font-size: 15px
	}
}

.contact-info-item a:hover {
	color: #ff6565
}

.contact-info-item p {
	max-width: 190px;
	margin: 0 auto
}

.contact-left-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 0 30px 30px 0;
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: calc(50% - 15px)
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.contact-left-img {
		height: 430px;
		position: relative;
		width: calc(100% - 15px)
	}
}

.my-account-item-wrap .title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
  }

.my-account-form label {
	color: #262626;
	display: block;
	cursor: pointer;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 500;
  }

.my-account-form label sup {
	color: #e74c3c;
	font-size: 12px;
	top: 1px
}

.my-account-form input {
	border: 1px solid #d4d4d4;
	box-shadow: none;
	font-size: 14px;
	display: block;
	outline: 0;
	padding: 9px 10px;
	width: 100%;
	background: #f5f5f5;
  }

.my-account-form .btn {
	padding: 5px 30px;
	border-radius: 0;
	background-color: #ff6565;
	border-color: #ff6565;
	font-size: 12px;
	letter-spacing: 1.5px
}

.my-account-form .btn:hover {
	background-color: #262626;
	border-color: #262626
}

.my-account-form .form-check {
	line-height: 1;
	padding: 0;
	min-height: auto;
	margin: 0
}

.my-account-form .form-check-input {
	margin: 1px 0 0;
	cursor: pointer;
	box-shadow: none;
	border-radius: 0;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 2px solid #d4d4d4
}

.my-account-form .form-check-input:checked[type=checkbox] {
	border-color: #ff6565
}

.my-account-form .form-check-label {
	color: #202020;
	font-size: 14px;
	padding-left: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-weight: 400;
	margin: 0;
	display: inline-block;
	line-height: 1
}

.my-account-form .lost-password {
	font-size: 12px;
	color: #d25b5b;
	margin-top: 14px;
	display: inline-block
}

.my-account-form .lost-password:hover {
	text-decoration: underline
}

.my-account-form .desc {
	font-size: 13px
}

.product-sidebar-widget .product-widget {
	background-color: #f1f2f3 !important;
	border: 1px solid #fdf2f5;
	border-radius: 0px;
	margin-bottom: 40px;
	padding: 10px 20px
}

.product-sidebar-widget .product-widget-title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	margin-bottom: 22px;
	position: relative;
	padding-left: 0px;
	width: 100%;
	border-bottom: 1px solid #fdf2f5;
	padding-bottom: 15px;
	font-weight: 600;
	margin-top: 0px;
  }
.product-widget-title::after{
	content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 3px;
    bottom: -1px;
    background-color: #E50480;
}
.product-sidebar-widget .product-widget-title:before {
	border: 2px solid #ff6565;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 11px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: none;
}

.product-sidebar-widget .product-widget-search {
	margin-bottom: 40px;
	position: relative
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.product-sidebar-widget .product-widget-search {
		margin-bottom: 30px
	}
}

.product-sidebar-widget .product-widget-search [type=search] {
	background-color: #fdf8f5;
	border: 1px solid #fdf2f5;
	border-radius: 8px;
	box-shadow: none;
	color: #747474;
	font-size: 14px;
	font-weight: 400;
	height: 56px;
	padding: 10px 64px 10px 18px;
	width: 100%
}

.product-sidebar-widget .product-widget-search [type=search]::-webkit-input-placeholder {
	color: #747474
}

.product-sidebar-widget .product-widget-search [type=search]:-moz-placeholder,
.product-sidebar-widget .product-widget-search [type=search]::-moz-placeholder {
	color: #747474
}

.product-sidebar-widget .product-widget-search [type=search]:-ms-input-placeholder {
	color: #747474
}

.product-sidebar-widget .product-widget-search [type=search]:active,
.product-sidebar-widget .product-widget-search [type=search]:active+[type=submit],
.product-sidebar-widget .product-widget-search [type=search]:focus,
.product-sidebar-widget .product-widget-search [type=search]:focus+[type=submit] {
	border-color: #ff6565
}

.product-sidebar-widget .product-widget-search [type=submit] {
	border: none;
	background: none;
	box-shadow: none;
	margin: 0;
	font-size: 16px;
	padding: 0;
	height: 100%;
	width: 60px;
	position: absolute;
	color: #919191;
	border-left: 1px solid #e9e9e9;
	right: 0
}

.product-sidebar-widget .product-widget-search [type=submit]:hover {
	color: #ff6565
}

.product-sidebar-widget .product-widget-category {
	margin-bottom: 0
}

.product-sidebar-widget .product-widget-category li {
	display: block
}

.product-sidebar-widget .product-widget-category li a {
	border-top: 1px solid #e7e7e7;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	padding: 10px 0
}

.product-sidebar-widget .product-widget-category li:first-child a {
	border-top: none;
	padding-top: 0
}

.product-sidebar-widget .product-widget-category li:last-child a {
	padding-bottom: 0
}

.product-sidebar-widget .product-widget-range-slider .noUi-connect {
	background-color:#101e36
}

.product-sidebar-widget .product-widget-range-slider .noUi-horizontal {
	height: 6px
}

.product-sidebar-widget .product-widget-range-slider .noUi-horizontal .noUi-handle {
	background-color:#111f38;
	cursor: pointer;
	width: 15px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.product-sidebar-widget .product-widget-range-slider .noUi-target {
	border-radius: 0;
	width: 100%
}

.product-sidebar-widget .product-widget-range-slider .slider-labels {
	margin-top: 14px
}

.product-sidebar-widget .product-widget-range-slider .slider-labels span {
	font-weight: 500;
	font-size: 14px;
	color: #1d3557
}

.product-sidebar-widget .product-widget-tags li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 6px
}

.product-sidebar-widget .product-widget-tags li a {
	background-color: #f9f9f9;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	color: #5a5a5a;
	display: inline-block;
	font-size: 13px;
	letter-spacing: .2px;
	padding: 2px 12px 3px;
	text-transform: capitalize
}

.product-sidebar-widget .product-widget-tags li a:hover {
	background-color: #ff6565;
	border-color: #ff6565;
	color: #fff
}

.blog-sidebar-widget .blog-widget {
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	padding: 36px 40px 32px;
	margin-bottom: 50px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-widget .blog-widget {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:575px) {
	.blog-sidebar-widget .blog-widget {
		padding: 30px 34px 27px
	}
}

.blog-sidebar-widget .blog-widget-title {
	color: #231942;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	margin-bottom: 24px;
	position: relative;
	padding-left: 22px
}

.blog-sidebar-widget .blog-widget-title:before {
	border: 2px solid #ff6565;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 11px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.blog-sidebar-widget .blog-search-widget {
	margin-bottom: 50px;
	position: relative
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
	.blog-sidebar-widget .blog-search-widget {
		margin-bottom: 30px
	}
}

.blog-sidebar-widget .blog-search-widget [type=search] {
	background-color: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 15px;
	box-shadow: none;
	color: #747474;
	font-size: 14px;
	font-weight: 400;
	height: 60px;
	padding: 10px 64px 10px 18px;
	width: 100%
}

.blog-sidebar-widget .blog-search-widget [type=search]::-webkit-input-placeholder {
	color: #747474
}

.blog-sidebar-widget .blog-search-widget [type=search]:-moz-placeholder,
.blog-sidebar-widget .blog-search-widget [type=search]::-moz-placeholder {
	color: #747474
}

.blog-sidebar-widget .blog-search-widget [type=search]:-ms-input-placeholder {
	color: #747474
}

.blog-sidebar-widget .blog-search-widget [type=submit] {
	border: none;
	background: none;
	box-shadow: none;
	margin: 0;
	font-size: 18px;
	padding: 0;
	height: 100%;
	width: 60px;
	position: absolute;
	color: #919191;
	border-left: 1px solid #cfcfcf;
	right: 0
}

.blog-sidebar-widget .blog-search-widget [type=submit]:hover {
	color: #ff6565
}

.blog-sidebar-widget .blog-widget-category {
	margin-bottom: 0
}

.blog-sidebar-widget .blog-widget-category li {
	display: block
}

.blog-sidebar-widget .blog-widget-category li a {
	border-top: 1px solid #d0d0d0;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	padding: 10px 0
}

.blog-sidebar-widget .blog-widget-category li:first-child a {
	border-top: none;
	padding-top: 0
}

.blog-sidebar-widget .blog-widget-category li:last-child a {
	padding-bottom: 0
}

.blog-sidebar-widget .blog-widget-single-post {
	border-bottom: 1px solid #d0d0d0;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.blog-sidebar-widget .blog-widget-single-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.blog-sidebar-widget .blog-widget-single-post img {
	float: left;
	margin-right: 12px;
	border: 1px solid #fdf2f5;
	padding: 2px;
	border-radius: 4px
}

.blog-sidebar-widget .blog-widget-single-post a {
	color: #231942;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 1.5
}

.blog-sidebar-widget .blog-widget-single-post a:hover {
	color: #ff6565
}

.blog-sidebar-widget .blog-widget-single-post .date {
	color: #ff6565;
	font-weight: 600;
	font-size: 12px
}

.blog-sidebar-widget .blog-widget-tags li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px
}

.blog-sidebar-widget .blog-widget-tags li a {
	background-color: #f9f9f9;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	color: #7e7e7e;
	display: inline-block;
	font-size: 15px;
	letter-spacing: .2px;
	padding: 2px 16px;
	text-transform: capitalize
}

.blog-sidebar-widget .blog-widget-tags li a:hover {
	background-color: #ff6565;
	border-color: #ff6565;
	color: #fff
}

.off-canvas-wrapper.offcanvas {
	background-color:#474634;
	width: 310px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.off-canvas-wrapper.offcanvas {
		width: 310px
	}
}

.off-canvas-wrapper .offcanvas-header {
	padding: 0
}

.off-canvas-wrapper .offcanvas-body {
	padding: 0px;
	scrollbar-width: auto;
	scrollbar-color: #1f1f1f #292929
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar {
	width: 2px
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-track {
	background: #292929
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-thumb {
	background-color: #1f1f1f;
	border-radius: 2px;
	border: 2px solid #1f1f1f
}

.off-canvas-wrapper .btn-menu-close {
	display: block;
	width: 100%;
	height: 60px;
	background-color:#222e64;
	opacity: 1;
	border-radius: 0;
	color: #fff;
	background-image: none;
	padding: 0 20px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	border: none;
	position: relative;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

.off-canvas-wrapper .btn-menu-close i {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%)
}

.off-canvas-wrapper .btn-menu-close:hover {
	color: #fff;
	background-color: #d91c53;
  }

.offcanvas-menu-nav {
	position: relative;
	z-index: 1
}

.offcanvas-menu-nav ul ul {
	display: none
}

.offcanvas-menu-nav li.active>ul {
	display: none
}

.offcanvas-menu-nav li a {
	color: #fff !important;
	display: block;
	text-transform: capitalize;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	padding:15px 15px;
	line-height: 1;

}

.offcanvas-menu-nav li a:hover {
	color:#d91c53
}

.offcanvas-menu-nav li ul {
	padding: 0px 18px;
	margin-bottom: 18px;
	background: #6a6a5e;
  }

.offcanvas-menu-nav li ul li {
	padding: 8px 0
}

.offcanvas-menu-nav li ul li a {
	color: #fff;
	display: block;
	text-transform: capitalize;
	position: relative;
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	line-height: 1.8
}


.offcanvas-menu-nav .offcanvas-nav-parent ul li .offcanvas-nav-item {
	font-size: 15px;
	padding: 4px 0
}

.offcanvas-menu-nav .offcanvas-nav-parent ul li .offcanvas-nav-item:after {
	top: 4px
}

.offcanvas-menu-nav .offcanvas-nav-parent ul li ul {
	margin-bottom: 0px
}

.offcanvas-menu-nav a:not(:only-child)::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
	top: 9px;
	height: 20px;
  }

.offcanvas-menu-nav .active>a:not(:only-child):after {
	content: "\f106"
}
ul.subsmenu span {
    color: #e0e0e0;
}

.faq-area {
	padding: 110px 0 105px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.faq-area {
		padding: 85px 0 80px
	}
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.faq-area {
		padding: 65px 0 60px
	}
}

.faq-thumb {
	text-align: right
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.faq-thumb {
		text-align: center
	}
}

.faq-content {
	padding-bottom: 90px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.faq-content {
		padding-bottom: 50px
	}
}

.faq-text-img {
	margin-bottom: -14px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.faq-text-img {
		width: 120px
	}
}

.faq-title {
	color: #364958;
	font-size: 41px;
	font-weight: 500;
	margin-bottom: 5px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.faq-title {
		font-size: 30px
	}
}

@media only screen and (max-width:575px) {
	.faq-title {
		font-size: 25px
	}
}

.faq-line {
	background-color: #ff6565;
	display: inline-block;
	height: 2px;
	width: 130px
}

.faq-desc {
	color: #364958;
	font-size: 21px;
	line-height: 1.53;
	margin-top: 16px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
	.faq-desc {
		font-size: 16px
	}
}

.accordion-item {
	border: none;
	margin-bottom: 10px
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion-button {
	background-color: #f8f9fa;
	box-shadow: none;
	border: 1px solid #f1f3f5;
	font-size: 15px;
	font-weight: 500;
	padding: 20px 24px 18px
}

.accordion-button:not(.collapsed) {
	color: #e65b5b;
	border-color: #fff1f1;
	background-color: #fff1f1;
	box-shadow: none;
	font-size: 15px
}

.accordion-button:active,
.accordion-button:focus {
	box-shadow: none
}

.accordion-body {
	border: 1px solid #fff1f1;
	border-top: 0;
	font-size: 14px;
	padding: 18px 24px
}

.padd-100 {
	padding-top: 100px !important;
}

.padd-25 {
	padding-bottom: 25px !important;
}

.padd-tb-30 {
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}
.padd-tb-60 {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}

.mar-30 {
	margin: 30px 0px !important;
}

.mar-45 {
	margin: 45px 0px !important;
}

.mar-30 p {
	max-width: 500px !important;
	margin: 0 auto;
}

.mar-45 p {
	max-width: 500px !important;
	margin: 0 auto;
}

.widget-social.no-fl {
	display: block !important;
}

a.foot-link {
	color: #353434;
	font-size: 16px !important;
}

.foot-mar-10 {
	margin-right: 10px;
}

.foot-pad13 {
	padding-bottom: 13px;
	color: #fff;
  }

h4.widget-title.margin-bottom {
	margin: 10px 0px !important;
}

.padding-top {
	padding-top: 55px !important;
}

h2.title.fontsiz {
	font-weight: 600;
	font-size: 35px;
  }

img.mob-img-wid {
	height: 200px;
}

@media only screen and (min-width: 1000px) {
	.sub-wid {
		width: 1050px;
	}
}


.top-header {
	background-color: #474634;
	padding-top: 3px;
	padding-bottom: 5px;
  }
.header-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
  }

  .header-contact-info li:last-child {
	margin-right: 0;
  }
  .header-contact-info li {
	display: inline-block;
	color: #fff;
	margin-right: 25px;
	position: relative;
	font-weight: 400;
	font-size: 14.5px;
  }
  .header-contact-info li a {
	display: inline-block;
	color: #fff;
	position: relative;
  }
  .header-top-menu {
	text-align: right;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
  }
  .header-top-menu li {
	display: inline-block;
	color: #d0d0d0;
	font-weight: 400;
	margin-left: 25px;
	position: relative;
	font-size: 14.5px;
  }

  .header-top-menu li::before {
	position: absolute;
	right: -15px;
	top: 9px;
	width: 1px;
	content: '';
	height: 12px;
	background-color: #636161;
  }
  .header-top-menu li:last-child::before {
display: none;
  }
  .header-top-menu li a {
	display: inline-block;
	color: #fff;
	padding-left: 0px;
	position: relative;
  }
  .header-top-menu li a svg {
	width: 17px;
  }
  .header-top-menu li:hover span {
	color: #48953F;
  }
  .header-top-menu li:hover a{
	color: #48953F;
  }
  .header-top-menu li a:hover svg{
	fill: #48953F !important;
  }

  .header-top-menu li a::before, .header-contact-info li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #48953F;
	-webkit-transition: 0.5s;
	transition: 0.5s;
  }
  .header-top-menu li a:hover::before, .header-contact-info li a:hover::before {
	width: 100%;
	color:#48953F;
  }

   .header-contact-info li a:hover {
	color:#48953F;
  }



  .logo-main {
	width: 225px;
  }
  .sticky-show .logo-main{
	width: 70px;
  }
  .nav-main {
	background: #f2d6c329;
	border-top: 1px solid #fbdde5;
	position:relative;
  }
  .section-title span {
	display: block;
	margin-bottom: 0px;
	color: #101f36;
	font-weight: 600;
  }

 .newsletter-form label {
	display: block;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
  }
 .newsletter-form .input-newsletter {
	width: 100%;
	background-color: transparent;
	border: 1px solid #848282;
	border-radius: 0;
	height: 45px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 15px;
	border-radius: .25rem;
  }
 .newsletter-form button {
	display: block;
	margin-top: .8rem;
	width: 100%;
	border-radius: .25rem;
	background-color:#ED752F;
	color: #ffffff;
	border: none;
	padding: 12px 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 600;
	font-size: 15px;
  }
  .order-list.order-list-res.cartcount {
	position: absolute;
	right: -7px;
	top: -4px;
	background: #0f1c33;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
  }
  .hamburgerm svg {
	width: 32px;
	display: none;
  }
  .hamburgerm {
	margin-left: 20px;
	cursor: pointer;
  }
  .offer-content {
	max-width: 550px;
	border: 1px solid #ffffff;
	margin-left: auto;
	text-align: center;
	border-radius: 5px;
	padding: 70px 40px;
	position: relative;
	z-index: 1;
  }

  .offer-content h2 {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
  }
  .offer-content p {
	line-height: initial;
	margin-top: 10px;
	color: #fff;
  }

  .offer-content::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #5e5757;
	z-index: -1;
	border-radius: 5px;
	margin: 10px;
  }
  .offer-content .default-btn {
	margin-top: 12px;
  }
  .default-btn {
	display: inline-block;
	border: 1px solid #119d42;
	padding: 10px 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
	background-color:#119d42;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
  }
  .default-btn:hover {
	border:1px solid #333;
	color:#333;
	background-color: #fff;
  }
  .optional-btn {
	display: inline-block;
	border: 1px solid #000000;
	padding: 10px 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
  }
  .optional-btn:hover {
	border:1px solid #222e64;
	color:#fff;
	background-color: #222e64;
  }
  .offer-area.bg-image1 {
	background-image: url(../img/offer-bg.jpg);
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }

  .ptb-100 {
	padding-top: 70px;
	padding-bottom: 70px;
  }
  .offer-area{
	margin: 70px 0px;
  }
  .single-instagram-post {
	position: relative;
	overflow: hidden;
	z-index: 1;
  }
  .single-instagram-post::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
  }
  .single-instagram-post span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	color: #ffffff;

	font-size: 30px;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 0px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	display: flex;
justify-content: center;
align-items: center;
  }

  .single-instagram-post .link-btn {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
  }

  .single-instagram-post:hover  span, .single-instagram-post:hover::before {
	opacity: 1;
	visibility: visible;
	background-color:rgba(0,0,0,0.5);
  }
  .instaicons svg{
	width:33px;
  }
  .instaowl{
	margin-bottom: -1px;
  }
  .page-header-area {
	background:#e1e1e1b5 !important;
	padding: 25px 0px;

  }
  .wishlistnew {
	border: 1px solid #000;
	background: none !important;
	padding: 5px 9px;
	font-size: 14px;
	height: 40px;
	color: #000;
  }
  .addbtn {
	background:#F3640F;
	border: 0px;
	color: #fff;
	padding: 5px 25px 7px;
	text-transform: uppercase;
	font-size: 14px;
	height: 48px;
    width: 100%;
    margin-top: 15px;
  }
  .product-info-tabs .nav-link.active {
	background: #222e64;
	border: 1px solid #222e64;
  }
  .product-info-tabs .nav-link {
	border-radius: 0px;
	border: 1px dashed #fdf2f5;
	color: #000000;
	font-weight: 600;
	position: relative;
	padding: 10px 30px 10px 40px;
	background: #f9f9f9;
  }
  .product-info-tabs .nav-item{
	margin-right: 15px;
	margin-bottom: 15px;
  }
  .tabs-main .tab-content {
	border: 1px dashed #fdf2f5;

  }
  .tabs-main .tab-content {
	border: 1px dashed #fdf2f5;
  }
  .tabs-main .tab-content h5{
	margin-top: 0px;
  }
  .product-info-tabs .dot {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 21px;
	width: 12px;
	height: 12px;
	border: 1px solid #000000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
  }

  .product-info-tabs .dot::before {

    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.product-info-tabs .nav-link.active .dot{
	border:1px solid #fff;
	background: #fff;
}
.product-info-tabs .nav-link.active .dot::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product-info-tabs .nav-link:hover{
	background: #222e64;
	border: 1px solid #222e64;
	color: #fff;
}
.product-info-tabs .nav-link:hover .dot::before, .product-info-tabs .nav-link:hover .dot{
	background:#fff;
}
.product-info-tabs .nav-link:hover .dot{
	border:1px solid #fff;
}

.nocontent{
	background: #fdf8f5;
display: block;
text-align: center;
padding: 82px 100px;
}
.sidetitle {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
  }
.products-image {
	width: 100px;
  }
  .products-content {
	display: flex;
	flex-direction: column;
  }
  .products-content .product-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 21px;
	margin-bottom: 2px;
  }
  .products-content:hover .product-title {
  }
  .products-image {
	width: 80px;
	border: 1px solid #fdf2f5;
    background: #d6edd9;
	margin-right: 11px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .products-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
  }
  .products-content .product-price{
	color:#222e64;
  }
  .form-check-input:checked {
	background-color: #d91c53;
	border-color: #d91c53;
  }
  .form-check-input:focus {
	border-color: #ffb2b2;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(77,152,67,.25);
  }
  .bx-width{
	min-width:200px;
  }
  .btnde a svg {
	fill: red !important;
	width: 16px;
  }
  @media (min-width: 1600px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1320px;
  }
}
.checkouttablle{
	border:1px solid #333;
}
.checkouttablle thead {
	/* border-bottom: 3px solid #333; */
  }

  #check_payments5 .title{
	border:0px !important;
  }
  .default-btn.btn-sm {
	padding: 5px 15px !important;
	font-size: 12px !important;
	text-transform: capitalize;
  }
  .billname {
	font-size: 21px;
	color: #d91c53;
  }
  .editbtn {
	background: #666;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	border-radius: 5px;
	font-size: 15px;
  }
  .aside-search-form .default-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 30px;
    height: 40px;
}
  .aside-product-list-item .product-title {
	font-weight: 600;
	line-height: 21px;
	font-size: 16px;
	color: #000;
  }


  /*******************************
left right bar
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content, .modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
		border: 0px;
		border-radius: 0px;
	  }

	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}

	.modal.left.fade.in .modal-dialog{
		left: 0;
	}

/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}

	.modal.right.fade.show .modal-dialog {
		right: 0;
	}
  /*******************************
left right bar
*******************************/


.sidebarModal .modal-content .modal-body h3 {
	margin-bottom: 25px;
	padding-bottom: 5px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 20px;
	font-weight: 600;
  }
  .sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
  }
  .sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
  }
  .sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
  }
  .sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a {
	display: inline-block;
	font-weight: 600;
	position: relative;
  }

  .sidebarModal .modal-content .modal-body .sidebar-about-content .social-link {
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0;
  }
  .sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li {
	display: inline-block;
	margin-right: 2px;
  }
  .sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #d91c53;
	background-color: #fdf8f5;
	font-size: 18px;
	position: relative;
	border-radius: 2px;
  }
  .sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a i {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-49%);
	transform: translateY(-49%);
  }

.single-products-box {
  position: relative;
  margin-bottom: 30px;
}

.single-products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.single-products-box .products-image a {
  position: relative;
  display: block;
}

.single-products-box .products-image a img {
  -webkit-transition: .8s;
  transition: .8s;
}

.single-products-box .products-image a .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.single-products-box:hover .products-image a.imglinks .main-image {
  opacity: 1 !important;
  visibility: visible  !important;
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.single-products-box .products-image .products-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.single-products-box .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-products-box .products-image .products-button ul li {
  margin-bottom: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-products-box .products-image .products-button ul li a {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  color: #000000;
  position: relative;
  background: #fff;
  padding: 6px 4px 3px 4px;
  border-radius: 50%;
}

.single-products-box .products-image .products-button ul li a:hover {
  color: #000;
}

.single-products-box .products-image .products-button ul li a .tooltip-label {
  right: 110%;
  top: 45%;
  -webkit-transform: translateX(0) translateY(-45%);
          transform: translateX(0) translateY(-45%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: .3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color:#d91c53;
  color: #ffffff;
}

.single-products-box .products-image .products-button ul li a .tooltip-label::before {
  content: "\e9ff";
  color: #d91c53;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  right: -13px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  right: 135%;
}

.single-products-box .products-image .products-button ul li:last-child {
  margin-bottom: 0;
}

.single-products-box .products-image .products-button ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-products-box .products-image .products-button ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-products-box .products-image .products-button ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-products-box .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-products-box .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-products-box .products-content {
  margin-top: 20px;
  position: relative;
}

.single-products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  min-height: 40px;
}

.single-products-box .products-content h3 a {
  display: inline-block;
  color: #000000;
}

.single-products-box .products-content h3 a:hover {
  color:#000;
}

.single-products-box .products-content .price {
  margin-top: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 600;
}

.single-products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}

.single-products-box .products-content .star-rating {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #f49f0b;
}

.single-products-box .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}

.single-products-box .products-content .add-to-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  font-size: 14px;
  font-weight: 600;
  padding:5px 15px;
}

.single-products-box .products-content .add-to-cart:hover {
  color: #fff;
  background: #333;
}

.single-products-box:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}

.single-products-box:hover .products-content .add-to-cart {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  color: #fff;
background: #333;
}

.single-products-box:hover .products-image a .main-image {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.single-products-box:hover .products-image a .hover-image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-products-box:hover .products-image .products-button ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.products-box {
  margin-bottom: 30px;
  position: relative;
}

.products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.products-box .products-image a {
  position: relative;
  display: block;
}

.products-box .products-image a img {
  -webkit-transition: .8s;
  transition: .8s;
}

.products-box .products-image a .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.products-box .products-image .products-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.products-box .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.products-box .products-image .products-button ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}

.products-box .products-image .products-button ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 40px;
}

.products-box .products-image .products-button ul li a:hover {
  background-color: #d91c53;
  color: #ffffff;
}

.products-box .products-image .products-button ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: .3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}

.products-box .products-image .products-button ul li a .tooltip-label::before {
  content: "\e9ff";
  color: #000000;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  bottom: -16px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.products-box .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}

.products-box .products-image .products-button ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.products-box .products-image .products-button ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.products-box .products-image .products-button ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.products-box .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.products-box .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.products-box .products-content {
  margin-top: 20px;
  position: relative;
}

.products-box .products-content .category {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #d91c53;
  font-weight: 600;
  font-size: 14px;
}

.products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.products-box .products-content h3 a {
  display: inline-block;
  color: #000000;
}

.products-box .products-content h3 a:hover {
  color: #d91c53;
}

.products-box .products-content .price {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
}

.products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}

.products-box .products-content .star-rating {
  color: #f49f0b;
  margin-top: 8px;
}

.products-box .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}

.products-box .products-content .add-to-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  font-size: 14px;
  font-weight: 600;
}

.products-box .products-content .add-to-cart:hover {
  color: #d91c53;
}

.products-box .products-discount {
  position: absolute;
  top: -6.1px;
  right: 10px;
  display: inline-block;
}

.products-box .products-discount span {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
  background-color: red;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.products-box .products-discount span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  position: absolute;
  content: "";
  top: 0;
  background: red;
}

.products-box .products-discount span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: red;
}

.products-box:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}

.products-box:hover .products-content .add-to-cart {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.products-box:hover .products-image a .main-image {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.products-box:hover .products-image a .hover-image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.products-box:hover .products-image .products-button ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.single-productsBox {
  /*margin-bottom: 30px;*/
  position: relative;
  text-align: center;
  padding: 10px 5px;
}

.single-productsBox:hover {
	border-radius: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  }

.single-productsBox .products-image {
  position: relative;
  overflow: hidden;
}

.single-productsBox .products-image a {
  position: relative;
  display: block;
}

.single-productsBox .products-image a img {
  -webkit-transition: .8s;
  transition: .8s;
}

.single-productsBox .products-image a .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.single-productsBox .products-image .products-button {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.single-productsBox .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-productsBox .products-image .products-button ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}

.single-productsBox .products-image .products-button ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 40px;
}

.single-productsBox .products-image .products-button ul li a:hover {
  background-color: #d91c53;
  color: #ffffff;
}

.single-productsBox .products-image .products-button ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: .3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}

.single-productsBox .products-image .products-button ul li a .tooltip-label::before {
  content: "\e9ff";
  color: #000000;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  bottom: -16px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.single-productsBox .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}

.single-productsBox .products-image .products-button ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-productsBox .products-image .products-button ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-productsBox .products-image .products-button ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-productsBox .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-productsBox .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-productsBox .products-content {
  margin-top: 20px;
  position: relative;
}

.single-productsBox .products-content .category {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #d91c53;
  font-weight: 600;
  font-size: 14px;
}

.single-productsBox .products-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.single-productsBox .products-content h3 a {
  display: inline-block;
  color: #000000;
}

.single-productsBox .products-content h3 a:hover {
  color: #d91c53;
}

.single-productsBox .products-content .price {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
}

.single-productsBox .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}

.single-productsBox .products-content .star-rating {
  color: #f49f0b;
  margin-top: 8px;
}

.single-productsBox .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}

.single-productsBox .products-content .add-to-cart {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
}

.single-productsBox .products-content .add-to-cart:hover {
  color: #d91c53;
}

.single-productsBox .products-discount {
  position: absolute;
  top: -6.1px;
  right: 10px;
  display: inline-block;
}

.single-productsBox .products-discount span {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
  background-color: red;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.single-productsBox .products-discount span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  position: absolute;
  content: "";
  top: 0;
  background: red;
}

.single-productsBox .products-discount span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: red;
}

.single-productsBox:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}

.single-productsBox:hover .products-content .add-to-cart {
  opacity: 1;
  margin-left: 0;
  visibility: visible;
}

.single-productsBox:hover .products-image a .main-image {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.single-productsBox:hover .products-image a .hover-image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-productsBox:hover .products-image .products-button ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.products-slides .single-products-box .products-image a img {
  width: auto !important;
  display: inline-block !important;
}

.products-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 20px;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1.5px;
}

.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #d91c53;
  color: #ffffff;
  border-color: #d91c53;
}

.products-slides.owl-theme:hover .owl-nav [class*=owl-] {
  left: -30px;
  opacity: 1;
  visibility: visible;
}

.products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -30px;
}

.products-collections-area .container-fluid {
  width: 90%;
}

.products-filter-options {
  margin-bottom: 25px;
}

.products-filter-options .products-ordering-list .nice-select {
  background-color: transparent;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #777777;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}

.products-filter-options .products-ordering-list .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: #727695;
  border-width: 1px;
}

.products-filter-options .products-ordering-list .nice-select .current {
  color: #777777;
  font-family: 'Cabin', sans-serif;
}

.products-filter-options .products-ordering-list .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.products-filter-options .products-ordering-list .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  min-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}

.products-filter-options .products-ordering-list .nice-select .list .option:hover, .products-filter-options .products-ordering-list .nice-select .list .option.focus, .products-filter-options .products-ordering-list .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #d91c53;
}

.products-filter-options .products-ordering-list .nice-select .list .option.selected {
  font-weight: 700;
}

.products-filter-options p {
  line-height: initial;
  margin-bottom: 0;
  font-family: 'Cabin', sans-serif;
}

.products-filter-options .sub-title {
  color: #000000;
  display: inline-block;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 600;
}

.products-filter-options .sub-title a {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  margin-right: 15px;
  padding-left: 22px;
  display: block;
  position: relative;
}

.products-filter-options .sub-title a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}

.products-filter-options .sub-title a:hover {
  color: #d91c53;
}

.products-filter-options .view-list-row {
  position: relative;
  top: 2px;
}

.products-filter-options .view-list-row .view-column a {
  display: inline-block;
}

.products-filter-options .view-list-row .view-column .icon-view-one span {
  cursor: pointer;
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-one.active span, .products-filter-options .view-list-row .view-column .icon-view-one:hover span {
  border-color: #d91c53;
}

.products-filter-options .view-list-row .view-column .icon-view-two {
  margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-two span {
  cursor: pointer;
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-two span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-two.active span, .products-filter-options .view-list-row .view-column .icon-view-two:hover span {
  border-color: #d91c53;
}

.products-filter-options .view-list-row .view-column .icon-view-three {
  margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-three span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-three.active span, .products-filter-options .view-list-row .view-column .icon-view-three:hover span {
  border-color: #d91c53;
}

.products-filter-options .view-list-row .view-column .icon-view-four {
  margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-four span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-four span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-four.active span, .products-filter-options .view-list-row .view-column .icon-view-four:hover span {
  border-color: #d91c53;
}

.products-filter-options .view-list-row .view-column .icon-view-five {
  margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-five span {
  width: 5px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-five span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-five.active span, .products-filter-options .view-list-row .view-column .icon-view-five:hover span {
  border-color: #d91c53;
}

.products-filter-options .view-list-row .view-column .icon-view-six {
  margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-six span {
  width: 3px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-six span:not(:first-child) {
  margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-six.active span, .products-filter-options .view-list-row .view-column .icon-view-six:hover span {
  border-color: #d91c53;
}

.products-filter-options .view-list-row .view-column .view-grid-switch {
  margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span {
  width: 24px;
  height: 6px;
  display: block;
  position: relative;
  background-color: #d0d0d0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #ffffff;
  display: block;
  width: 2px;
  height: 6px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span:not(:first-child) {
  margin-top: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch.active span, .products-filter-options .view-list-row .view-column .view-grid-switch:hover span {
  background-color: #d91c53;
}

#products-collections-filter.products-col-one .products-col-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .single-products-box .products-image a img {
  width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .products-box .products-image a img {
  width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .single-productsBox .products-image a img {
  width: 100%;
}

#products-collections-filter.products-col-three .products-col-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

#products-collections-filter.products-row-view .products-col-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .add-to-cart {
  left: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .star-rating {
  right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .products-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-content .add-to-cart {
  left: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #fdfdfd;
}


.product-item a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.product-item .product-thumb1 a {
    position: relative;
    display: block;
}

.product-item .products-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.product-item .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.product-item .products-button ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.product-item .products-image .products-button ul li {
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-item .products-image .products-button ul li a:hover {
    color: #000;
}
.product-item .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    right: 135%;
}
.product-item .products-image .products-button ul li a .tooltip-label {
    right: 110%;
    top: 45%;
    -webkit-transform: translateX(0) translateY(-45%);
    transform: translateX(0) translateY(-45%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: .3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #d91c53;
    color: #ffffff;
}

.bglightsec {
    background: #f2d6c329;
}
.mobile-filter{
	display: none;
}
@media only screen and (max-width:767px) {
	.mobile-filter{
		display: block;
	}
	.mobile-hide{
		display: none;
	}
	.mobile-view{
		display: block;
	}
	.filter-head button{
		display: block !important;
	}
}
button.btn-close.text-reset {
    background: red;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff !important;
    font-weight: 800;
    padding: 5px;
}
.filter-head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.filter-head button {
	display: none;
    border: none;
    background: #d91c53;
    color: #f9f9f9 !important;
    border-radius: 15px;
}

.pagination-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.pagination-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #fdf2f5eee;
    z-index: -1;
}
.pagination-area .page-numbers.prev, .pagination-area .page-numbers.next {
    font-size: 28px;
    position: relative;
    top: 5px;
    margin-left: -3px;
    margin-right: -3px;
}
.pagination-area .page-numbers.prev {
    padding-right: 0;
}
.pagination-area .page-numbers {
    color: #000000;
    display: inline-block;
    line-height: 1;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 8px;
    padding-right: 8px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus, .pagination-area .page-numbers.current {
    color: #d91c53;
}
.pagination-area .page-numbers.next {
    padding-left: 0;
}
.hero-two-slider-area .carousel-item {

}

.hero-two-slider-area .carousel-item img {

}
.product-thumb .product-image{
    width: 100%;
height: 100%;
display: flex !important;
align-items: center;
justify-content: center;
}
.product-thumb .product-image img{
   max-width: 100%;
max-height: 100%;
object-fit: contain;
}


.product-rating .rating-label {
    /* display: flex; */
    margin-bottom: 0px;
}
.view-all-btn {
    margin-top: 40px;
}
 section.product-list-section {
    margin-top: 30px;
    margin-bottom: 10px;
    }
.mobile-product-filter{
    display: block;
}
.mobile-product-filter-btn{
    display: none;
}
.mobile-product-filter {
    position: relative;
}
.mobile-product-filter-btn-close{
    display: none;
}
button.mobile-product-filter-btn-close {
    background: #222e64;
    border: none;
    margin-bottom: 10px;
    color: #fff;
}
button.mobile-product-filter-btn {
    background: #222e64;
    border: none;
    margin-bottom: 10px;
    color: #fff;
}
.mobile-view-only{
	display: none;
}
.search-box-mob {
	display: none;
}

.menunewdesign h4 a {
  color: #d91c53 !important;
  font-weight: 600;
  font-size: 19px;
  text-transform: Uppercase;
}
.menunewdesign ul {
  padding: 0px;
  margin: 0px;
}
.menunewdesign ul li a {
  color: #666 !important;
  font-size: 16px;
  text-transform: capitalize;
}
.menunewdesign ul li a:hover {
  color: red !important;
}
.form-group .form-control {
    line-height: 25px;
}
div#datatable_length {
    text-align: initial;
}
.myaccount-table .form-control{
    line-height: 25px;
}
div#datatable_info {
    text-align: initial;
}
.myaccount-table td.child {
    text-align: left;
    padding-left: 0px !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d91c53 !important;
    border-color: #d91c53;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#datatable_wrapper {
    padding: 0;
}


.icon-bar {
	position: fixed;
	top: 50%;
	z-index: 999;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }

  .icon-bar a {
	display: block;
	text-align: center;
	padding: 12px;
	transition: all 0.3s ease;
	color: white;
	font-size: 18px;
  }

  .icon-bar a:hover {
	background-color: #d91c53;
	color: white;
  }

  .facebook {
	background: #3B5998;
	color: white;
  }

  .whatsapp {
	background: #128C7E;
	color: white;
  }
  .instagram {
	background: #d62976;
	color: white;
  }

  .youtube {
	background: #bb0000;
	color: white;
  }

  .content {
	margin-left: 75px;
	font-size: 30px;
  }

  .account .btn {
    background: none;
    border: none;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
	box-shadow: none;

}
.submenu-nav a.sub-sub-menu:hover{
	border-left: 3px solid #222e64;
	padding-left: 7px;
	color: #222e64;

}
a.sub-sub-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.main-nav .has-submenu .submenu-nav1 {
    box-shadow: 0 1px 24px 0 rgb(0 0 0 / 9%);
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    color: #000;
    left: 200px;
    opacity: 0;
    margin-top: 0px;
    min-width: 230px;
    padding: 0;
    position: absolute;
    pointer-events: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    visibility: hidden;
    width: 230px;
    z-index: 9999;
}
.sub-sub-menu:hover .submenu-nav1{
	opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.main-nav .has-submenu:hover .submenu-nav {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.button-26 {
	appearance: button;
	background-color: #d91c5336;
	border: 1px solid #d91c53;
	border-radius: 4px;
	box-sizing: border-box;
	color: #d91c53;
	cursor: pointer;
	font-family: Graphik,-apple-system,system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	font-size: 14px;
	line-height: 1.15;
	overflow: visible;
	padding: 12px 16px;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: all 80ms ease-in-out;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: fit-content;
  }

  .button-26:disabled {
	opacity: .5;
  }

  .button-26:focus {
	outline: 0;
  }

  .button-26:hover {
      color: #fff;
	background-color: #d8295c;
	border-color: #d8295c;
  }

  .button-26:active {
	background-color: #d91c53;
	border-color: #d91c53;
  }
  .product-status {
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-status span{
	background: #101f36;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
}
.banner-box-footer img {
    margin: 30px 0;
    border-radius: 22px;
}
.cart-bottom {
    padding: 10px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-top: 3px solid #222e64;
}

.image-box {
    width: 70px !important;
    height: 70px;
    display: flex;
    justify-content: center;
    object-fit: cover;
    align-items: center;
    border: 1px solid #fdf8f5;
}
.image-box img {
    height: 70px;
    object-fit: cover;
}
span.btnde.remove {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    width: 25px;
    height: 25px;
    background: #f4433642;
    border-radius: 100%;
    display: inline-block;
}

.adminActions {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 40px;
	right: 30px;
  }

	.adminButton {
	  height: 40px;
	  width: 40px;
	  background-color: #222e64;
	  border-radius: 50%;
	  display: block;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  z-index: 1;
	}

	  .adminButton i {
		font-size: 22px;
	  }

	.adminButtons {
	  position: absolute;
	  width: 100%;
	  bottom: 120%;
	  text-align: center;
	}

	  .adminButtons a {
		display: block;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		text-decoration: none;
		margin: 10px auto 0;
		line-height: 1.15;
		color: #fff;
		opacity: 0;
		visibility: hidden;
		position: relative;
		box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
	  }

		.adminButtons a:hover {
		  transform: scale(1.05);
		}


		.adminActions a i {
		  position: absolute;
		  top: 50%; left: 50%;
		  transform: translate(-50%, -50%);
		}

	.adminToggle {
	  -webkit-appearance: none;
	  position: absolute;
	  border-radius: 50%;
	  top: 0; left: 0;
	  margin: 0;
	  width: 100%;
	  height: 100%;
	  cursor: pointer;
	  background-color: transparent;
	  border: none;
	  outline: none;
	  z-index: 2;
	  transition: box-shadow .2s ease-in-out;
	  box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
	}

	  .adminToggle:hover {
		box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
	  }

	  .adminToggle:checked ~ .adminButtons a {
		opacity: 1;
		visibility: visible;
	  }

	  @media only screen and (max-width: 600px) {
		.adminActions  {
		  display: block;
		}
		.icon-bar{
			display: none;
		}
		.section-title span{
		    font-size: 11px;
            margin-top: 5px;
		}
	  }

.login-form .card-body {
    padding: 31px 38px 34px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border: none;
    border-radius: 10px;
}
.inquiries-card-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding:20px;
    flex-direction: column-reverse;
}

.inquiries-card {
    display: flex;
    height: 100%;
    border: 3px solid #fdf8f5;
    flex-direction: column;
    align-items: center;
}
.inquiries-card:hover {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
    border: 3px solid #d91c53;
}

.ltn__contact-address-area {
    padding: 20px 0;
    margin-bottom:20px;
    background: #f2d6c329;
}

.inquiries-card h3 {
    margin: 0;
    text-align: center;
    padding: 20px 25px 19px;
    background: #98d658ab;
}

@media only screen and (min-width:300px) and (max-width:990px) {
 .m-mb-1{
  margin-bottom:20px;
 }
 .m-mt-5{
     margin-top:50px;
 }
}

.dropbtn {
  background-color: #121212;
  color: #fff;
  padding: 5px 30px 7px;
  font-size: 16px;
  border: none;
  margin: 0px 22px 0px 22px;
  display: block;
  border-radius: 21px;
}

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

	  .dropdown-content {
		display: none;
		position: absolute;
		background-color: #f1f1f1;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	  }

	  .dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	  }

	  .dropdown-content a:hover {background-color: #ddd;}

	  .dropdown:hover .dropdown-content {display: block;}

	  /* .dropdown:hover .dropbtn {background-color: #3e8e41;} */

	.aside-cart-product-list .pro-qty input, .cart-page-pro-qty input {
    width: 110px;
    height: auto;
    font-size: 15px;
    background: #222e641f;
    border-radius: 0px;
    color: #231942;
    font-weight: 500;
    padding: 0 40px;
    border: 0px;
    text-align: center;
}
button.add-to-cart.add_tocart_modal:hover {
    background: #c6174a;
}
.thumb.wishlist-img-box {
    width: auto;
    height: 100px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumb.wishlist-img-box img {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 1300px) {
  .hero-two-slider-area .carousel-item {
    height: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-two-slider-area .carousel-item {
    height: 200px;
  }
  .dropdown-content{
      left: -60px;
  }
  section.product-list-section {
    margin-top: 25px;
    margin-bottom: 10px;
    }
  span.rating-count {
    font-size: 10px;
    }
    .product-rating {
    display: flex !important;
    }
    .view-all-btn {
    margin-top: 10px;
    }
    .mobile-product-filter{
    display: none;
}
}
@media only screen and (max-width: 1000px) {
  .hero-two-slider-area .carousel-item {
    height: 350px;
  }
}
@media only screen and (max-width: 991px){
	.mobile-view-none{
		display: none;
	}
	.mobile-view-only{
		display: block;
	}
	.search-box-mob {

		padding-top: 10px;
		display: block;
	}

}
@media only screen and (max-width: 990px) {
  .offcanvas-menu-nav li ul li a {
    color: #fff !important;
  }
  .checkout-order-details-wrap .order-details-table-wrap{
      padding: 0px;
  }
}

@media only screen and (max-width: 850px){
.hero-two-slider-area .carousel-item {
    height: 300px;
}
}
@media only screen and (max-width: 769px) {
  .hero-two-slider-area .carousel-item {
    height: 300px;
  }
  .prices {
    display: inherit !important;
  }
  .product-rating .rating-label{
    padding-top: 10px;
    /* justify-content: center; */
  }
  .product-item .product-info{
      text-align: center;
  }
  .myaccount-table .form-control{
    line-height: 20px;
    }
    div#datatable_length {
        text-align: left;
    }
  div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0;
    padding-left: 0;
}
div#datatable_filter {
    text-align: left;
    margin-top: 5px;
}
}

@media only screen and (max-width: 768px){

	.aside-search-form .default-btn{
		height: 39px;
	}
	.row.align-items-center.mob-view {
    display: flex !important;
}


	.col.col-md-8.mob-heade-logo-part {
    display: flex;
}
.header-logo a {
        position: absolute;
        padding-left: 12px;
        top: 20px;
        font-size: 13px !important;

        font-weight: 800 !important;
        font-family: "Aclonica", sans-serif;
                text-transform: uppercase;
    }
    .header-logo.ml-10 a span {
    font-size: 21px !important;
}

.inc.qty-btn {
    font-size: 14px !important;
    right: 0px !important;
}

.aside-product-list-item .products-content .inc.qty-btn {
    left: 70px !important;
}



.row.align-items-center.web-view-none {
    display: none;
}
.custom-nav {
    background: #bb0000;
    border-top: none !important;
}
.aside-search-form .form-control {
    border-radius: 0 !important;
}
.col.col-md-12.my-2.search-box-mob {
    padding: 0 10px 0 10px;
}
    .aside-search-form .form-control {
        border: none !important;
        color: #333;
        box-shadow: none;
        border-radius: 30px !important;
        height: 40px;
        font-size: 15px;
        background: #fff;
        font-weight: 500;
        box-shadow: 0px 8px 29px 0px #222e642e;
        line-height: 70px;
        padding: 10px 0px 10px 10px;
        margin-bottom: 16px;
    }

.sticky-header {
    background: #fff !important;
}
}
@media only screen and (max-width: 766px){

	.aside-search-form .default-btn{
		height: 50px;
	}
}
@media only screen and (max-width: 750px) {
  .hero-two-slider-area .carousel-item {
    height: 270px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-two-slider-area .carousel-item {
    height: 200px;
  }
  .dropdown-content{
      left: -60px;
  }
  section.product-list-section {
    margin-top: 25px;
    margin-bottom: 10px;
    }
  span.rating-count {
    font-size: 10px;
    }
    .product-rating {
    display: flex !important;
    }
    .view-all-btn {
    margin-top: 10px;
    }
    .mobile-product-filter{
    display: none;
}
.mobile-product-filter-btn{
    display: block;
}
.mobile-product-filter {
    position: absolute;
    padding-bottom: 32px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #d91c53;
}
.mobile-product-filter-btn-close{
    display: block;
}
.pro-qty .inc, .cart-page-pro-qty .inc {
    right: 0;
    padding-right: -55px;
}

}


a.dropbtn svg {
    margin-top: 5px;
}
@media only screen and (max-width: 500px) {
  .hero-two-slider-area .carousel-item {
    height: 155px;
  }
}
@media only screen and (max-width: 400px) {
  .hero-two-slider-area .carousel-item {
    height: 130px;
  }
}

@media only screen and (max-width: 767px) {



    .header-logo.ml-10 a span {
    font-size: 21px;
}



    .offcanvas-menu-nav li ul li {
    padding: 0;
}
     button.search-btn i {
        position: absolute;
        right: 0px !important;
        padding: 0 20px;
    }
    offer {
    display: block;
    align-items: center;
    border: 1px dashed #000227;
    border-radius: 0;
    margin-bottom: 0px;
    padding: 25px 0 25px 10px;
    background-color: #f0fdf4;
    text-align: left;
    background: url(frontend/img/banner-praayasha.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}
.offer-code {
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;

    font-weight: bold;
    color: #192e4c;
    position: relative;
    flex: 0 0 100px;
    text-align: center;
    margin-top: 15px;
    display: block !important;
    width: 150px !important;
    margin: auto !important;
}
.offer {
    display: block !important;
    padding:20px 2px 20px 3px !important;

}
.offer-text {
    background-color: #fff;
    color: #192e4c;
    border-radius: 5px;
    padding: 5px;
    margin-right: 2px !important;
    font-weight: bold;
    font-size: 14px;
    /* flex: 0 0 100px; */
    text-align: center;
}
}
.offer p {
    margin: 0;
    flex: 1;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 10px !important;
    margin-bottom: 10px  !important;
}


}

.aside-search-form .form-control::placeholder {
    color: #23194287;
    opacity: 1;
}

.inc.qty-btn.cart_rendercount {
    font-size: 17px !important;
}
.dec.qty-btn.cart_rendercount {
    font-size: 30px;
}
button.product-action-btn.action-btn-wishlist.wishlist_save.icon_144.add_towishlist_modal.btn-wishlist {
    background: #f6f7f8;
    border: 0px;
    color: #222e64;
    margin-right: 7px;
    padding: 5px 25px 7px;
    text-transform: uppercase;
    font-size: 20px;
    height: 48px;
}
button.buyaddbtn {
    background: #fff;
    border: 0px;
    color: #222e64;
    width: 100%;
    padding: 5px 25px 7px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #222e64;
    height: 48px;
}
.swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    align-items: start !important;
    align-content: center;
}
.product-item .product-info .title a {

    color: #231942 !important;
}

.wishlist {
    position: absolute;
    right: 0px;
    top: 8px;
    background: #231942 !important;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}
.outofstock.single {
    position: absolute !important;
    padding: 0px 39px;
    border: 1px solid #222e64;
    background: #222e6473 !important;
    color: #fff;
    width: 255px !important;
    height: 300px;
    top: 10px;
}
.outofstock.single p {
    display: block;
    margin: auto 0;
    position: relative;
    top: 120px;
    font-size: 18px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.outofstock.single.home {
    position: absolute !important;
    padding: 0px 39px;
    border: 1px solid #222e64;
    background: #222e6473 !important;
    color: #fff;
    width: 240px !important;
    height: 290px;
    top: 26px;
    border-radius: 10px;
    height: 50vh;
}

.top_menu{
    display: flex;
}

.top_menu li{
    padding-right: 15px;
}
.top_menu li a{
    font-size: 16px;
}

.bg1{
    background: rgba(230, 2, 128, .7);
}
.bg2{
    background: rgba(239, 147, 3, .7);
}
.bg3{
    background: rgba(149, 195, 32, .7);
}

.category-item img.img-fluid{
    border-radius: 15px;
}

.cateinfo h5{
    flex: 1;
}
.arroww {
    width: 26px !important;
    height: 26px;
}

.product-card .custom-product-image img{
    height: 333px;
    object-fit: cover;
    border-radius: 15px;
}

.product-card .product-price{
    font-size: 21px;
    font-weight: 600;
    color: #000;
    gap: 7px;
    display: flex;
    align-items: center;
}

.product-card .product-price i{
font-size: 18px;
}

.see-btn {
    background: #a36788;
    color: #fff;
    padding:6px 19px 7px;
    display: inline-block;
    border-radius: 10px;
}

.testimonial-box {
    background: #e9e9e9;
    height: 261px;
    padding: 39px;
    border-radius: 15px;
    position: relative;
}
.testimonial-box .box-top{

}
.testimonial-box .box-top h6 {
    margin: 0px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}
.testimonial-box .box-top .profile{
    margin-bottom: 15px;

}

.testimonial-box .box-top .reviews span {
    color: #e78035;
    margin-right: 5px;
}

h3.title {
    color: #000;
    font-weight: 600;
    font-size: 35px;
}

.quoteimg {
    width: 50px !important;
    position: absolute;
    right: 35px;
    top: 35px;
}

.different-img{
    border-radius: 25px;
}

.benefitrow {
    background: #E50480;
    border-radius: 15px;
    color: #fff;
}

.benefitrow .col-md-4{
    margin-bottom: 25px;
}

.benefitrow .col-md-4 h5 {
    color: #fff;
    border-bottom: 1px solid #ff5ab5;
    padding-bottom: 12px;
    font-size: 16px;
}

.benefitrow .col-md-4 p {
    line-height: 20px;
    font-size: 13px;
}

.footer-bottom {
    background: #383838;
}

.btn-wishlist-page {
    border: 0px;
    background: #cbcbcb;
    width: 100%;
    height: 48px;
    font-size: 18px;
    margin-top: 15px;
}

.header-action form{
    margin-bottom: 0px;
}

.img-all-product {
    width: 100%;
    height: 500px;
    background: #dede;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-all-product  img{
    width: 100%;
    height: 500px;
    background: #dede;
    object-fit: contain;
}

.bg-all-l {
    background: #f3f3f3;
    padding: 50px 0px;
}

.login-section{
    padding: 100px 0px;
}
.login-card.text-start.d-flex.flex-column {
    padding: 35px;
    background: #d9f9cf;
}

.formlabel label{
    font-weight: 600;
    color: #333;
}

.formlabel label span.required{
    color: #e34444;
}

.table-fontin th {
    font-size: 20px;
    background: #ffeeee;
}
