body {
	 color: #555555;
	 line-height: 1.7;
	 font-size: 14px;
	 font-weight: 400;
	 overflow-x: hidden;
	width:100%;
}
body section{
	 overflow-x: visible;
}
html body a {
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 text-decoration: none;
	 color:#333333;
}
html body a:hover, html body a:focus {
	 outline: none;
	 text-decoration: none;
	 color:#c29958!important;
}

p {
	 margin-bottom: 8px;
}
p:last-child {
	 margin-bottom: 0;
}
@media(max-width:768px){
}

h1, h2, h3, h4, h5, h6 {
	 color: #222222;
	 font-weight: 700;
	 margin: 0;
	 line-height: 1.7;
}

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

h1, .h1 {
	 font-size: 36px;
}

h2, .h2 {
	 font-size: 30px;
}

h3, .h3 {
	 font-size: 24px;
}

h4, .h4 {
	 font-size: 20px;
}

h5, .h5 {
	 font-size: 18px;
}

h6, .h6 {
	 font-size: 16px;
}

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

strong,
b {
	 font-weight: 700;
}

figure {
	 margin: 0;
}

img {
	 max-width: 100%;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}

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

.btn,
button {
	 border: none;
	 cursor: pointer;
	 outline: none;
	 padding: 0;
	 -webkit-box-shadow: none;
	 	 	 	  box-shadow: none;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 background-color: transparent;
}
.btn:active, .btn:focus,
button:active,
button:focus {
	 outline: none;
	 -webkit-box-shadow: none;
	 	 	 	  box-shadow: none;
}

input{
	 resize: none;
}
textarea {
	 resize: none;
	 min-height:200px;
}
input:focus,
textarea:focus {
	 outline: none;
}
.form-control{
	font-size:14px!important;
}
.form-control:focus {
	 border-color: #c29958;
	 -webkit-box-shadow: none;
	 	 	 	  box-shadow: none;
}

.form-group {
	 margin-bottom: 1rem;
}

::-moz-selection {
	 color: #fff;
	 background: #c29958;
}

::selection {
	 color: #fff;
	 background: #c29958;
}

::-webkit-input-placeholder {
	 color: #999;
	 font-size: 13px;
	 opacity: 1;
}

::-moz-placeholder {
	 color: #999;
	 font-size: 13px;
	 opacity: 1;
}

:-ms-input-placeholder {
	 color: #999;
	 font-size: 13px;
	 opacity: 1;
}

::-ms-input-placeholder {
	 color: #999;
	 font-size: 13px;
	 opacity: 1;
}

::placeholder {
	 color: #999;
	 font-size: 13px;
	 opacity: 1;
}

/* ----tab problem fix css ----*/
.tab-content .tab-pane {
	 display: block;
	 height: 0;
	 max-width: 100%;
	 opacity: 0;
	 overflow: hidden;
	 visibility: hidden;
}
.tab-content .tab-pane.active {
	 height: auto;
	 opacity: 1;
	 overflow: visible;
	 visibility: visible;
}

/* ----tab problem fix css ----*/
/*------- modal fix start -------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .modal-dialog {
	 	max-width: 800px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .modal-dialog {
	 	max-width: 700px;
	 }
}

.modal {
	 display: block !important;
	 opacity: 0;
	 visibility: hidden;
	 pointer-events: none;
	 z-index: -99;
}
.modal.show {
	 opacity: 1;
	 visibility: visible;
	 pointer-events: visible;
	 z-index: 99999999;
	 -webkit-animation: slideInDown 0.4s forwards;
	 animation: slideInDown 0.4s forwards;
}
.modal .modal-header {
	 padding: 0 10px;
	 border-bottom: none;
}
.modal .modal-header .close {
	 color: #222222;
	 font-size: 34px;
	 opacity: 1;
	 display: block;
	 position: absolute;
	 padding: 0;
	 width: 30px;
	 height: 30px;
	 margin: 0;
	 left: 10px;
	 top: 10px;
	 font-weight: 500;
	 z-index: 999;
	 line-height: 30px;
	 border-radius: 50%;
}
.modal .modal-body {
	 padding: 20px 20px 20px 20px;
}
@media only screen and (max-width: 479.98px) {
	 .modal .modal-body {
	 	padding: 10px;
	 }
}

/*------- modal fix end -------*/
/* ---- Sick Slider arrow style start ----*/
.slick-slider .slick-slide > div > div {
	 vertical-align: middle;
}

.slick-arrow-style button.slick-arrow {
	 top: 50%;
	 right: 0;
	 font-size: 70px;
	 color: #777777;
	 cursor: pointer;
	 position: absolute;
	 -webkit-transform: translateY(-50%);
	 	 	-ms-transform: translateY(-50%);
	 	 	 	  transform: translateY(-50%);
	 line-height: 1;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.slick-arrow-style button.slick-arrow.slick-next {
	 right: auto;
	 left: 0;
}
.slick-arrow-style button.slick-arrow:hover {
	 color: #c29958;
}
.slick-arrow-style:hover button.slick-arrow {
	 opacity: 1;
	 visibility: visible;
	 -webkit-transform: translateY(-50%);
	 	 	-ms-transform: translateY(-50%);
	 	 	 	  transform: translateY(-50%);
	 z-index: 1;
}
.slick-arrow-style:hover button.slick-arrow.slick-prev {
	 right: -60px;
	 left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .slick-arrow-style:hover button.slick-arrow.slick-prev {
	 	right: -20px;
	 }
}
.slick-arrow-style:hover button.slick-arrow.slick-next {
	 right: auto;
	 left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .slick-arrow-style:hover button.slick-arrow.slick-next {
	 	left: -20px;
	 }
}
.slick-arrow-style_hero button.slick-arrow {
	 font-size: 60px;
	 right: 0;
	 width: inherit;
	 height: inherit;
	 background-color: transparent;
	 z-index: 1;
}
.slick-arrow-style_hero button.slick-arrow.slick-next {
	 left: 0;
}
.slick-arrow-style_hero button.slick-arrow:hover {
	 color: #c29958;
	 background-color: transparent;
}
.slick-arrow-style_hero:hover button.slick-arrow.slick-next {
	 left: 15px;
}
.slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
	 right: 15px;
}

.slick-append {
	 background-color: #fff;
	 z-index: 2;
	 margin-top: -2px;
}
.slick-append button {
	 font-size: 30px;
	 line-height: 1;
	 position: inherit;
	 display: inline-block;
	 background-color: transparent;
	 color: #555555;
}
.slick-append button:hover {
	 color: #c29958;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
	 bottom: -35px;
	 left:0;
	right:0;
	 position: absolute;
	text-align:center;
	width:100%;
}
.slick-dot-style ul.slick-dots li {
	 display: inline-block;
	 margin-left: 10px;
}
.slick-dot-style ul.slick-dots li:last-child {
	 margin-left: 0;
}
.slick-dot-style ul.slick-dots li button {
	 width: 14px;
	 height: 14px;
	 padding: 0;
	 border: none;
	 display: block;
	 text-indent: -5000px;
	 cursor: pointer;
	 border-radius: 50%;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 border: 2px solid #777777;
	 background-color: transparent;
}
.slick-dot-style ul.slick-dots li.slick-active button {
	 border-color: #c29958;
	 background-color: #c29958;
}

.slick-row-3 .slick-list {
	 margin: 0 -3px;
}
.slick-row-3 .slick-list .slick-slide {
	 margin: 0 3px;
}

@media(max-width: 767.98px) {
	 .slick-sm-row-3 .slick-list {
	 	margin: 0 -3px !important;
	 }
	 .slick-sm-row-3 .slick-list .slick-slide {
	 	margin: 0 3px !important;
	 }
	.dm-none{
	 display:none!important;
	}
	.product-tab-menu ul li{
	width:100%;
	padding:10px;
	text-align:center;
	}
	.masonry-4 .blog-item{
		width:100%!important;
		padding:1%;
		float:right;
		height:auto;
		overflow:hidden;
	}

}
.slick-row-4 .slick-list {
	 margin: 0 -4px;
}
.slick-row-4 .slick-list .slick-slide {
	 margin: 0 4px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-4 .slick-list {
	 	margin: 0 -4px !important;
	 }
	 .slick-sm-row-4 .slick-list .slick-slide {
	 	margin: 0 4px !important;
	 }
}
.slick-row-5 .slick-list {
	 margin: 0 -5px;
}
.slick-row-5 .slick-list .slick-slide {
	 margin: 0 5px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-5 .slick-list {
	 	margin: 0 -5px !important;
	 }
	 .slick-sm-row-5 .slick-list .slick-slide {
	 	margin: 0 5px !important;
	 }
}
.slick-row-6 .slick-list {
	 margin: 0 -6px;
}
.slick-row-6 .slick-list .slick-slide {
	 margin: 0 6px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-6 .slick-list {
	 	margin: 0 -6px !important;
	 }
	 .slick-sm-row-6 .slick-list .slick-slide {
	 	margin: 0 6px !important;
	 }
}
.slick-row-7 .slick-list {
	 margin: 0 -7px;
}
.slick-row-7 .slick-list .slick-slide {
	 margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-7 .slick-list {
	 	margin: 0 -7px !important;
	 }
	 .slick-sm-row-7 .slick-list .slick-slide {
	 	margin: 0 7px !important;
	 }
}
.slick-row-8 .slick-list {
	 margin: 0 -8px;
}
.slick-row-8 .slick-list .slick-slide {
	 margin: 0 8px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-8 .slick-list {
	 	margin: 0 -8px !important;
	 }
	 .slick-sm-row-8 .slick-list .slick-slide {
	 	margin: 0 8px !important;
	 }
}
.slick-row-9 .slick-list {
	 margin: 0 -9px;
}
.slick-row-9 .slick-list .slick-slide {
	 margin: 0 9px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-9 .slick-list {
	 	margin: 0 -9px !important;
	 }
	 .slick-sm-row-9 .slick-list .slick-slide {
	 	margin: 0 9px !important;
	 }
}
.slick-row-10 .slick-list {
	 margin: 0 -10px;
}
.slick-row-10 .slick-list .slick-slide {
	 margin: 0 10px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-10 .slick-list {
	 	margin: 0 -10px !important;
	 }
	 .slick-sm-row-10 .slick-list .slick-slide {
	 	margin: 0 10px !important;
	 }
}
.slick-row-11 .slick-list {
	 margin: 0 -11px;
}
.slick-row-11 .slick-list .slick-slide {
	 margin: 0 11px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-11 .slick-list {
	 	margin: 0 -11px !important;
	 }
	 .slick-sm-row-11 .slick-list .slick-slide {
	 	margin: 0 11px !important;
	 }
}
.slick-row-12 .slick-list {
	 margin: 0 -12px;
}
.slick-row-12 .slick-list .slick-slide {
	 margin: 0 12px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-12 .slick-list {
	 	margin: 0 -12px !important;
	 }
	 .slick-sm-row-12 .slick-list .slick-slide {
	 	margin: 0 12px !important;
	 }
}
.slick-row-13 .slick-list {
	 margin: 0 -13px;
}
.slick-row-13 .slick-list .slick-slide {
	 margin: 0 13px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-13 .slick-list {
	 	margin: 0 -13px !important;
	 }
	 .slick-sm-row-13 .slick-list .slick-slide {
	 	margin: 0 13px !important;
	 }
}
.slick-row-14 .slick-list {
	 margin: 0 -14px;
}
.slick-row-14 .slick-list .slick-slide {
	 margin: 0 14px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-14 .slick-list {
	 	margin: 0 -14px !important;
	 }
	 .slick-sm-row-14 .slick-list .slick-slide {
	 	margin: 0 14px !important;
	 }
}
.slick-row-15 .slick-list {
	 margin: 0 -15px;
}
.slick-row-15 .slick-list .slick-slide {
	 margin: 0 15px;
}

@media only screen and (max-width: 767.98px) {
	 .slick-sm-row-15 .slick-list {
	 	margin: 0 -15px !important;
	 }
	 .slick-sm-row-15 .slick-list .slick-slide {
	 	margin: 0 15px !important;
	 }
}
.slick-slider .slick-slide > div {
	 margin-bottom: 30px;
}
.slick-slider .slick-slide > div:last-child {
	 margin-bottom: 0;
}

/* ----scroll to top css start ----*/
.scroll-top {
	 bottom: 50px;
	 cursor: pointer;
	 height: 50px;
	 position: fixed;
	 left: 20px;
	 text-align: center;
	 width: 50px;
	 z-index: 9999;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 border-radius: 50%;
	 background-color: #c29958;
	 -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	 	 	 	  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767.98px) {
}
.scroll-top i {
	 line-height: 50px;
	 color: #fff;
	 font-size: 25px;
}
.scroll-top.not-visible {
	 bottom: -50px;
	 visibility: hidden;
	 opacity: 0;
}
.scroll-top:hover {
	 background-color: #222222;
}

/* ----scroll to top css end ----*/
.container {
	 padding-left: var(--bs-gutter-x, 15px);
	 padding-right: var(--bs-gutter-x, 15px);
}
@media only screen and (min-width: 1200px) {
	 .container {
	 	max-width: 1340px;
	 }
}

.container-fluid {
	 padding-left: var(--bs-gutter-x, 15px);
	 padding-right: var(--bs-gutter-x, 15px);
}

.row {
	 --bs-gutter-x: 30px;
}

.custom-container {
	 max-width: 1800px;
}

.row-0 {
	 margin-right: 0px;
	 margin-left: 0px;
}
.row-0 > [class*=col] {
	 padding-right: 0px;
	 padding-left: 0px;
}

.row-1 {
	 margin-right: -0.5px;
	 margin-left: -0.5px;
}
.row-1 > [class*=col] {
	 padding-right: 0.5px;
	 padding-left: 0.5px;
}

.row-2 {
	 margin-right: -1px;
	 margin-left: -1px;
}
.row-2 > [class*=col] {
	 padding-right: 1px;
	 padding-left: 1px;
}

.row-3 {
	 margin-right: -1.5px;
	 margin-left: -1.5px;
}
.row-3 > [class*=col] {
	 padding-right: 1.5px;
	 padding-left: 1.5px;
}

.row-4 {
	 margin-right: -2px;
	 margin-left: -2px;
}
.row-4 > [class*=col] {
	 padding-right: 2px;
	 padding-left: 2px;
}

.row-5 {
	 margin-right: -2.5px;
	 margin-left: -2.5px;
}
.row-5 > [class*=col] {
	 padding-right: 2.5px;
	 padding-left: 2.5px;
}

.row-6 {
	 margin-right: -3px;
	 margin-left: -3px;
}
.row-6 > [class*=col] {
	 padding-right: 3px;
	 padding-left: 3px;
}

.row-7 {
	 margin-right: -3.5px;
	 margin-left: -3.5px;
}
.row-7 > [class*=col] {
	 padding-right: 3.5px;
	 padding-left: 3.5px;
}

.row-8 {
	 margin-right: -4px;
	 margin-left: -4px;
}
.row-8 > [class*=col] {
	 padding-right: 4px;
	 padding-left: 4px;
}

.row-9 {
	 margin-right: -4.5px;
	 margin-left: -4.5px;
}
.row-9 > [class*=col] {
	 padding-right: 4.5px;
	 padding-left: 4.5px;
}

.row-10 {
	 margin-right: -5px;
	 margin-left: -5px;
}
.row-10 > [class*=col] {
	 padding-right: 5px;
	 padding-left: 5px;
}

.row-11 {
	 margin-right: -5.5px;
	 margin-left: -5.5px;
}
.row-11 > [class*=col] {
	 padding-right: 5.5px;
	 padding-left: 5.5px;
}

.row-12 {
	 margin-right: -6px;
	 margin-left: -6px;
}
.row-12 > [class*=col] {
	 padding-right: 6px;
	 padding-left: 6px;
}

.row-13 {
	 margin-right: -6.5px;
	 margin-left: -6.5px;
}
.row-13 > [class*=col] {
	 padding-right: 6.5px;
	 padding-left: 6.5px;
}

.row-14 {
	 margin-right: -7px;
	 margin-left: -7px;
}
.row-14 > [class*=col] {
	 padding-right: 7px;
	 padding-left: 7px;
}

.row-15 {
	 margin-right: -7.5px;
	 margin-left: -7.5px;
}
.row-15 > [class*=col] {
	 padding-right: 7.5px;
	 padding-left: 7.5px;
}

.row-16 {
	 margin-right: -8px;
	 margin-left: -8px;
}
.row-16 > [class*=col] {
	 padding-right: 8px;
	 padding-left: 8px;
}

.row-17 {
	 margin-right: -8.5px;
	 margin-left: -8.5px;
}
.row-17 > [class*=col] {
	 padding-right: 8.5px;
	 padding-left: 8.5px;
}

.row-18 {
	 margin-right: -9px;
	 margin-left: -9px;
}
.row-18 > [class*=col] {
	 padding-right: 9px;
	 padding-left: 9px;
}

.row-19 {
	 margin-right: -9.5px;
	 margin-left: -9.5px;
}
.row-19 > [class*=col] {
	 padding-right: 9.5px;
	 padding-left: 9.5px;
}

.row-20 {
	 margin-right: -10px;
	 margin-left: -10px;
}
.row-20 > [class*=col] {
	 padding-right: 10px;
	 padding-left: 10px;
}

.row-21 {
	 margin-right: -10.5px;
	 margin-left: -10.5px;
}
.row-21 > [class*=col] {
	 padding-right: 10.5px;
	 padding-left: 10.5px;
}

.row-22 {
	 margin-right: -11px;
	 margin-left: -11px;
}
.row-22 > [class*=col] {
	 padding-right: 11px;
	 padding-left: 11px;
}

.row-23 {
	 margin-right: -11.5px;
	 margin-left: -11.5px;
}
.row-23 > [class*=col] {
	 padding-right: 11.5px;
	 padding-left: 11.5px;
}

.row-24 {
	 margin-right: -12px;
	 margin-left: -12px;
}
.row-24 > [class*=col] {
	 padding-right: 12px;
	 padding-left: 12px;
}

.row-25 {
	 margin-right: -12.5px;
	 margin-left: -12.5px;
}
.row-25 > [class*=col] {
	 padding-right: 12.5px;
	 padding-left: 12.5px;
}

.row-26 {
	 margin-right: -13px;
	 margin-left: -13px;
}
.row-26 > [class*=col] {
	 padding-right: 13px;
	 padding-left: 13px;
}

.row-27 {
	 margin-right: -13.5px;
	 margin-left: -13.5px;
}
.row-27 > [class*=col] {
	 padding-right: 13.5px;
	 padding-left: 13.5px;
}

.row-28 {
	 margin-right: -14px;
	 margin-left: -14px;
}
.row-28 > [class*=col] {
	 padding-right: 14px;
	 padding-left: 14px;
}

.row-29 {
	 margin-right: -14.5px;
	 margin-left: -14.5px;
}
.row-29 > [class*=col] {
	 padding-right: 14.5px;
	 padding-left: 14.5px;
}

.row-30 {
	 margin-right: -15px;
	 margin-left: -15px;
}
.row-30 > [class*=col] {
	 padding-right: 15px;
	 padding-left: 15px;
}

/*------- short classes start -------*/
.section-padding {
	 padding-top: 50px;
	 padding-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
	 .section-padding {
	 	padding-top: 30px;
	 	padding-bottom: 30px;
	 }
}

.mb-30 {
	 margin-bottom: 30px;
}

.mt-20 {
	 margin-top: 20px;
}

.mb-20 {
	 margin-bottom: 20px;
}

.mt-30 {
	 margin-top: 30px;
}

.mtn-20 {
	 margin-top: -20px;
}

.mbn-30 {
	 margin-bottom: -30px;
}

.mtn-30 {
	 margin-top: -30px;
}

.ptb-30 {
	 padding: 30px 0;
}

/*------- short classes end -------*/
/*----------- header top area start -----------*/
@media only screen and (min-width: 1600px) {
	 .header-wide {
	 	padding: 0 85px;
	 }
}
@media only screen and (min-width: 1200px) {
	 .header-wide .container {
	 	max-width: 100%;
	 }
}

.header-top {
	 padding: 10px 0;
}

.header-top-settings ul li {
	 color: #555555;
	 cursor: pointer;
	 font-size: 14px;
	 position: relative;
	 margin-right: 40px;
	 position: relative;
	 margin-right: 20px;
	 padding-right: 20px;
}
.header-top-settings ul li:before {
	 top: 50%;
	 right: 0;
	 width: 1px;
	 height: 15px;
	 content: "";
	 position: absolute;
	 background-color: #efefef;
	 -webkit-transform: translateY(-50%);
	 	 	-ms-transform: translateY(-50%);
	 	 	 	  transform: translateY(-50%);
}
.header-top-settings ul li:first-child {
	 padding-right: 0;
	 margin-right: 0;
}
.header-top-settings ul li:first-child:before {
	 display: none;
}
.header-top-settings ul li .dropdown-list {
	 top: 100%;
	 left: 0;
	 position: absolute;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transform: translateY(30px);
	 	 	-ms-transform: translateY(30px);
	 	 	 	  transform: translateY(30px);
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 padding: 15px 15px 20px;
	 width: 150px;
	 z-index: 9;
	 text-align: right;
	 background-color: #fff;
	 pointer-events: none;
	 border: 1px solid #efefef;
}
.header-top-settings ul li .dropdown-list li {
	 margin-right: 0;
	 padding: 0;
}
.header-top-settings ul li .dropdown-list li a {
	 color: #555555;
	 font-size: 13px;
	 display: block;
	 padding: 5px 0 3px;
}
.header-top-settings ul li .dropdown-list li a:hover {
	 color: #c29958;
}
.header-top-settings ul li .dropdown-list li a img {
	 vertical-align: inherit;
}
.header-top-settings ul li .dropdown-list li:before {
	 display: none;
}
.header-top-settings ul li:hover .dropdown-list {
	 opacity: 1;
	 visibility: visible;
	 pointer-events: visible;
	 -webkit-transform: translateY(0);
	 	 	-ms-transform: translateY(0);
	 	 	 	  transform: translateY(0);
}

.welcome-message p {
	 font-size: 14px;
	 line-height: 1;
}

/*----------- header top area end -----------*/
/*---------- header mini cart start ----------*/
.header-configure-area {
	 padding-left: 10px;
}
.header-configure-area ul li {
	 display: inline-block;
	 margin-right: 25px;
	 line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	 .header-configure-area ul li {
	 	margin-right: 14px;
	 }
}
.header-configure-area ul li a {
	 font-size: 12px;
	 line-height: 1;
	 color: #333;
	 position: relative;
}
.header-configure-area ul li a i{
	 font-size: 36px;
	 line-height: 1;
	 color: #333;
}
@media (max-width:768px) {
	.header-configure-area ul li a i{
		 font-size: 26px!important;
	}
}
.header-configure-area ul li a .notification {
	 top: -18px;
	 left: -12px;
	 position: absolute;
	 width: 18px;
	 height: 18px;
	 text-align: center;
	 line-height: 18px;
	 font-size: 10px;
	 color: #fff;
	 border-radius: 50%;
	 background-color:#8B7000;
}
.header-configure-area ul li a:hover {
	 color: #EFEFEF;
}
.header-configure-area ul li:first-child {
	 margin-right: 0;
}
.header-configure-area ul li.user-hover {
	 position: relative;
}
.header-configure-area ul li.user-hover .dropdown-list {
	 position: absolute;
	 top: 100%;
	 right: 0;
	 width: 150px;
	 padding: 20px;
	 background-color: #fff;
	 z-index: 11;
	 -webkit-transform: translateY(30px);
	 	 	-ms-transform: translateY(30px);
	 	 	 	  transform: translateY(30px);
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 opacity: 0;
	 visibility: hidden;
	 border: 1px solid #efefef;
}
.header-configure-area ul li.user-hover .dropdown-list li {
	 display: block;
	 margin-right: 0;
}
.header-configure-area ul li.user-hover .dropdown-list li a {
	 color: #555555;
	 font-size: 13px;
	 line-height: 1;
	 display: block;
	 padding: 8px 0;
}
.header-configure-area ul li.user-hover .dropdown-list li a:hover {
	 color: #c29958;
}
.header-configure-area ul li.user-hover:hover .dropdown-list {
	 opacity: 1;
	 visibility: visible;
	 -webkit-transform: none;
	 	 	-ms-transform: none;
	 	 	 	  transform: none;
}

/*----------- header mini cart area end -----------*/
/*------- header search area start -------*/
.header-search-container {
	 position: relative;
	 width: 100%;
}
.header-search-container a.adv-search{
	position:absolute;
	left:-100px;
	top:0;
	width:120px;
	padding:0;
	font-size:12px;
	background:#c29958;
	color:#FFF;
	display:block;
	border-bottom-left-radius:100px;
	border-top-left-radius:100px;
	text-align:left;
	line-height:45px;
	padding-left:10px;
	display:none!important;
}
.header-search-box {
	 position: relative;
	 max-width: 100%;
	 z-index:2;
}
.header-search-box:hover .header-search-btn {
	 color: #c29958;
}
.header-search-btn {
	 font-size: 25px;
	 line-height: 1;
	 left: 10px;
	 top: 0;
	 width: 30px;
	 height:45px;
	 line-height:45px;
	 position: absolute;
}
.header-search-btn i{
	display:block;
	line-height:45px;
}
.header-search-field {
	 border: none;
	 background-color: #f7f7f7;
	 border-radius: 30px;
	 padding: 10px 20px 10px 50px;
	 width: 100%;
	 border: 1px solid #CCC;
}
#category_select{
	 left: 50px;
	 top: 0px;
	 width: 30px;
	 position: absolute;
	 width:auto;
	 height:45px;
	 border:none;
	 border-right:1px solid #CCC;
}
.search-trigger {
	 font-size: 26px;
	 color: #222222;
}

.search-box-open {
	 top: 100%;
	 left: 0;
	 width: 300px;
	 position: absolute;
	 z-index: 5;
	 display: block !important;
}
.search-box-open .header-search-field {
	 height: 44px;
	 border: 1px solid #ddd;
}

/*------- header search area end -------*/
/*-------- header social link start --------*/
.header-social-link a {
	 color: #777777;
	 font-size: 17px;
	 display: inline-block;
	 line-height: 1;
	 margin-left: 20px;
}
.header-social-link a:last-child {
	 margin-left: 0;
}
.header-social-link a:hover {
	 color: #c29958;
}

/*-------- header social link end --------*/
/*---------- main menu style start ---------*/
.main-menu ul.menu {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-flex-wrap: wrap;
	 	 	-ms-flex-wrap: wrap;
	 	 	 	  flex-wrap: wrap;
	 align-content: center;
}
.main-menu ul.menu li {
	 position: relative;
}
.main-menu ul.menu li.parent.mega-li-level-1{
	padding-left:20px;
}
.main-menu ul.menu li.parent.mega-li-level-1:after{
	content:'\f078';
	font-family:'FontAwesome';
	float:left;
	margin-top:-60px;
	margin-left: -15px;
}
.main-menu ul.menu li a {
	 color: #c29958;
	 font-size: 16px;
	 padding: 17px 9px;
	 font-weight: 400;
	 display: block;
}
.main-menu ul.menu li a i {
	 font-size: 14px;
	 padding: 0 3px;
}
.main-menu ul.menu li:first-child a {
	 padding-right: 0;
}
.main-menu ul.menu li:hover > a, .main-menu ul.menu li.active > a {
	 color: #c29958;
}
.main-menu ul.menu li ul.dropdown {
	 top: 60px;
	 right: 0;
	 width: 220px;
	 position: absolute;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 background-color: #fff;
	 opacity: 0;
	 visibility: hidden;
	 z-index: 99999;
	 pointer-events: none;
	 -webkit-transform: translateY(20px);
	 	 	-ms-transform: translateY(20px);
	 	 	 	  transform: translateY(20px);
	 border: 1px solid #efefef;
}
.main-menu ul.menu li ul.dropdown li {
	 margin-left: 0;
	 border-left: none;
	 -webkit-flex-basis: 100%;
	 	 	-ms-flex-preferred-size: 100%;
	 	 	 	  flex-basis: 100%;
}
.main-menu ul.menu li ul.dropdown li a {
	 color: #555555;
	 font-size: 14px;
	 font-weight: 400;
	 padding: 10px 20px;
	 position: relative;
	 border-bottom: 1px dashed #efefef;
	 z-index: 1;
}
.main-menu ul.menu li ul.dropdown li a:before {
	 width: 10px;
	 height: 1px;
	 right: 20px;
	 top: 50%;
	 content: " ";
	 position: absolute;
	 background-color: #c29958;
	 -webkit-transform: translateY(-50%);
	 	 	-ms-transform: translateY(-50%);
	 	 	 	  transform: translateY(-50%);
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 z-index: -1;
}
.main-menu ul.menu li ul.dropdown li a i {
	 float: left;
	 padding-top: 5px;
}
.main-menu ul.menu li ul.dropdown li:hover > a {
	 color: #c29958;
	 background-color: #fff;
	 padding-right: 35px;
}
.main-menu ul.menu li ul.dropdown li:hover > a:before {
	 opacity: 1;
	 visibility: visible;
}
.main-menu ul.menu li ul.dropdown li:hover > ul.dropdown {
	 top: 40px;
	 opacity: 1;
	right:0;
	 visibility: visible;
}
.main-menu ul.menu li ul.dropdown li ul.dropdown {
	 top: 100%;
	 right: 100%;
	 position: absolute;
	 width: 250px;
	 opacity: 0;
	 visibility: hidden;
}
.main-menu ul.menu li ul.dropdown li:last-child a {
	 border-bottom: none;
}
.main-menu ul.menu li ul.megamenu {
	 width: 100%;
	 max-width: 100%;
	 padding: 20px;
	 left:50%:
	 -webkit-transform: translate(-50%, 20px);
	 	 	-ms-transform: translate(-50%, 20px);
	 	 	 	  transform: ;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .main-menu ul.menu li ul.megamenu {
	 	max-width: 100%;
	 }
}
.main-menu ul.menu li ul.megamenu li {
	 -webkit-flex-basis: 14%;
	 	 	-ms-flex-preferred-size: 14%;
	 	 	 	  flex-basis:14%;
}
.main-menu ul.menu li ul.megamenu > li > a {
	 color: #222222;
	 font-size: 16px;
	 font-weight: 600;
}

.main-menu ul.menu li ul.megamenu li.mega-title span {
	 position: relative;
	 margin-bottom: 15px;
	 display: inline-block;
}
.main-menu ul.menu li ul.megamenu li.mega-title span:before, .main-menu ul.menu li ul.megamenu li.mega-title span:after {
	 bottom: -6px;
	 right: 0;
	 width: 100%;
	 height: 2px;
	 content: " ";
	 position: absolute;
	 background-color: #ebebeb;
}
.main-menu ul.menu li ul.megamenu li.mega-title span:after {
	 width: 50%;
	 background-color: #c29958;
}
.main-menu ul.menu li ul.megamenu li a {
	 padding: 6px;
	 border-bottom: none;
}
.main-menu ul.menu li ul.megamenu li:hover a{
	background:rgba(0,0,0,0.01);
}
.main-menu ul.menu li ul.megamenu li a:before {
	 right: 0;
}
.main-menu ul.menu li ul.megamenu li ul li {
	 -webkit-flex-basis: 100%;
	 	 	-ms-flex-preferred-size: 100%;
	 	 	 	  flex-basis: 100%;
}
.main-menu ul.menu li ul.megamenu li:hover > a {
	 color: #c29958;
	 padding-right: 15px;
}
.main-menu ul.menu li ul.megamenu li.megamenu-banners {
	 -webkit-flex-basis: 50%;
	 	 	-ms-flex-preferred-size: 50%;
	 	 	 	  flex-basis: 50%;
	 margin-top: 25px;
	 -webkit-transition: 0.5s;
	 -o-transition: 0.5s;
	 transition: 0.5s;
	 padding-left: 10px;
}
.main-menu ul.menu li ul.megamenu li.megamenu-banners img {
	 width: 100%;
}
.main-menu ul.menu li ul.megamenu li.megamenu-banners a:before {
	 display: none;
}
.main-menu ul.menu li ul.megamenu li.megamenu-banners:last-child {
	 padding-left: 0;
	 padding-right: 10px;
}
.main-menu ul.menu li ul.megamenu li.megamenu-banners:hover {
	 opacity: 0.6;
}
.main-menu ul.menu li ul.megamenu li.megamenu-banners:hover a {
	 padding-right: 0 !important;
}
.main-menu ul.menu li:hover ul.dropdown {
	 opacity: 1;
	 visibility: visible;
	 pointer-events: visible;
}
.main-menu ul.menu li:hover ul.megamenu {
	 opacity: 1;
	 visibility: visible;
	 right: 0;
}
.main-menu ul.menu.header-style-4 > li a {
	 padding: 25px 15px;
}
.main-menu ul.menu.header-style-4 > li:first-child > a {
	 padding-right: 0;
}

/*---------- main menu style end ---------*/
/*------ sticky menu style start ------*/
.header-transparent {
	 top: 0;
	 right: 0;
	 left: 0;
	 width: 100%;
	 position: absolute;
	 z-index: 1;
}

.sticky.is-sticky {
	 top: 0;
	 right: 0;
	 position: fixed;
	 width: 100%;
	 z-index: 9;
	 background-color: #fff;
	 -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	 	 	 	  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	 -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
	 	 	 	  animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}
@media only screen and (min-width: 1600px) {
	 .sticky.is-sticky {
	 	padding: 0 85px;
	 }
}
.sticky.is-sticky .main-menu li a {
	 padding: 20px 15px;
}
.sticky.is-sticky .main-menu li:first-child a {
	 padding-right: 0;
}
.sticky.is-sticky .main-menu li .dropdown li a {
	 padding: 10px 20px;
}
.sticky.is-sticky .main-menu li .dropdown li:hover > a {
	 padding-right: 35px;
}
.sticky.is-sticky .main-menu li .megamenu li a {
	 padding: 6px 0;
}
.sticky.is-sticky .main-menu li .megamenu li:hover > a {
	 padding-right: 15px;
}

/*------ sticky menu style end ------*/
/*------- Buttons Style here -------*/
.btn {
	 font-size: 14px;
	 color: #222222;
	 line-height: 1;
}
.btn-text {
	 font-size: 16px;
	 position: relative;
	 pointer-events: visible;
}
.btn-text:before {
	 bottom: -4px;
	 right: 0;
	 width: 100%;
	 height: 2px;
	 content: "";
	 position: absolute;
	 background-color: #222222;
}
.btn-text:hover {
	 color: #c29958;
}
.btn-text:hover:before {
	 background-color: #c29958;
}
.btn-cart {
	 padding: 12px 25px;
	 background-color: #fff;
	 border-radius: 30px;
	 -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
	 	 	 	  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
}
.btn-cart:hover {
	 color: #fff;
	 background-color: #c29958;
}
.btn-cart2 {
	 height: 40px!important;
	 color: #fff!important;
	 line-height: 40px!important;
	 border-radius: 50px!important;
	 padding: 0 25px!important;
	 background-color: #c29958!important;
	 margin:0!important;
}
.btn-cart2:hover {
	 color: #fff;
	 background-color: #222222;
}
.btn-sqr {
	 color: #fff;
	 font-size: 15px;
	 border-radius: 0;
	 background-color: #c29958;
	 padding: 12px 25px;
}
.btn-sqr:hover {
	 color: #fff;
	 background-color: #222222;
}

/*----- mobile menu start -----*/
.mobile-header {
	 padding: 10px 0;
}

.mobile-header-top {
	 border-bottom: 1px solid #efefef;
}
.mobile-header-top .header-top-settings {
	 float: none;
}

.mobile-logo {
	 max-width: 100%;
	 width: 100%;
	 text-align: center;
}

.mobile-main-header {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
	 -webkit-box-pack: justify;
	 -webkit-justify-content: space-between;
	 	 	-ms-flex-pack: justify;
	 	 	 	  justify-content: space-between;
	width:100%;
	position:relative;
}
.mobile-main-header .mobile-menu-toggler {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
	 position: absolute;
	 left: 0;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
	 line-height: 1;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
	 font-size: 25px;
	 line-height: 1;
	 color: #222222;
	 position: relative;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
	 color: #c29958;
}
.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
	 font-size: 13px;
	 color: #fff;
	 width: 16px;
	 height: 16px;
	 line-height: 16px;
	 border-radius: 50%;
	 text-align: center;
	 font-weight: 600;
	 left: -4px;
	 top: -4px;
	 position: absolute;
	 background-color: #c29958;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
	 margin-right: 25px;
	 filter:invert(100);
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
	 width: 25px;
	 height: 2px;
	 display: block;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 background-color: #222222;
	 -webkit-transform-origin: right;
	 	 	-ms-transform-origin: right;
	 	 	 	  transform-origin: right;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
	 margin-top: 5px;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
	 background-color: #c29958;
}
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
	 width: 20px;
}

.mobile-navigation {
	 overflow: visible;
}
.mobile-navigation nav {
	 height: 100%;
}

.mobile-menu {
	 margin-top: 30px;
	 height: 100%;
	 overflow: auto;
	 padding-left: 30px;
	 margin-left: -30px;
}
@media only screen and (max-width: 479.98px) {
	 .mobile-menu {
	 	margin-top: 15px;
	 }
}
.mobile-menu li > a {
	 font-size: 14px;
	 color: #222222;
	 line-height: 18px;
	 position: relative;
	 display: block;
	 padding: 8px 0;
}
.mobile-menu li > a:hover {
	 color: #c29958;
}
.mobile-menu li ul li {
	 border: none;
}
.mobile-menu li ul li a {
	 font-size: 14px;
	 padding: 10px 0 8px;
}
.mobile-menu li.menu-item-has-children {
	 display: block;
	 position: relative;
}
.mobile-menu li.menu-item-has-children .dropdown {
	 padding-right: 15px;
}
.mobile-menu li.menu-item-has-children .menu-expand {
	 line-height: 50;
	 top: -5px;
	 right: 95%;
	 width: 30px;
	 position: absolute;
	 height: 50px;
	 text-align: center;
	 cursor: pointer;
}
.mobile-menu li.menu-item-has-children .menu-expand i {
	 display: block;
	 position: relative;
	 width: 10px;
	 margin-top: 25px;
	 border-bottom: 1px solid #222222;
	 -webkit-transition: all 250ms ease-out;
	 -o-transition: all 250ms ease-out;
	 transition: all 250ms ease-out;
}
.mobile-menu li.menu-item-has-children .menu-expand i:before {
	 top: 0;
	 width: 100%;
	 content: "";
	 display: block;
	 position: absolute;
	 -webkit-transform: rotate(90deg);
	 	 	-ms-transform: rotate(90deg);
	 	 	 	  transform: rotate(90deg);
	 border-bottom: 1px solid #222222;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.mobile-menu li.menu-item-has-children.active > .menu-expand i:before {
	 -webkit-transform: rotate(0);
	 	 	-ms-transform: rotate(0);
	 	 	 	  transform: rotate(0);
}

/*----- mobile menu end -----*/
/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
	 margin-top: auto;
	 padding-bottom: 30px;
}
@media only screen and (max-width: 479.98px) {
	 .offcanvas-widget-area {
	 	padding-bottom: 0;
	 }
}

.off-canvas-contact-widget li {
	 color: #555555;
	 font-size: 15px;
	 margin-bottom: 5px;
}
.off-canvas-contact-widget li i {
	 width: 20px;
}
.off-canvas-contact-widget li a {
	 color: #555555;
}
.off-canvas-contact-widget li a:hover {
	 color: #c29958;
}

.off-canvas-social-widget {
	 margin-top: 20px;
}
.off-canvas-social-widget a {
	 color: #555555;
	 font-size: 18px;
	 display: inline-block;
	 margin-left: 15px;
}
.off-canvas-social-widget a:hover {
	 color: #c29958;
}

/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
	 position: fixed;
	 top: 0;
	 right: 0;
	 height: 100vh;
	 width: 100vw;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 z-index: 9999;
}
.off-canvas-wrapper.open {
	 opacity: 1;
	 visibility: visible;
}
.off-canvas-wrapper.open .off-canvas-inner-content {
	 -webkit-transform: none;
	 	 	-ms-transform: none;
	 	 	 	  transform: none;
}
.off-canvas-wrapper .off-canvas-overlay {
	 background-color: rgba(0, 0, 0, 0.4);
	 content: "";
	 cursor: url("../images/icon/cancel.png"), auto;
	 position: absolute;
	 right: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
}
.off-canvas-wrapper .off-canvas-inner-content {
	 background-color: #fff;
	 width: 300px;
	 padding: 20px;
	 height: 100%;
	 position: relative;
	 -webkit-transform: translateX(calc(-100% - 50px));
	 	 	-ms-transform: translateX(calc(-100% - 50px));
	 	 	 	  transform: translateX(calc(-100% - 50px));
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
@media only screen and (max-width: 479.98px) {
	 .off-canvas-wrapper .off-canvas-inner-content {
	 	width: 260px;
	 	padding: 15px;
	 }
}
.off-canvas-wrapper .btn-close-off-canvas {
	 top: 0;
	 right: 100%;
	 width: 40px;
	 height: 40px;
	 font-size: 20px;
	 color: #fff;
	 line-height: 40px;
	 text-align: center;
	 cursor: pointer;
	 position: absolute;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 background-color: #c29958;
}
.off-canvas-wrapper .btn-close-off-canvas i {
	 font-size: 40px;
	 -webkit-transform: rotate(0);
	 	 	-ms-transform: rotate(0);
	 	 	 	  transform: rotate(0);
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 display: block;
	 line-height: 40px;
}
.off-canvas-wrapper .btn-close-off-canvas:hover i {
	 -webkit-transform: rotate(-90deg);
	 	 	-ms-transform: rotate(-90deg);
	 	 	 	  transform: rotate(-90deg);
}
.off-canvas-wrapper .off-canvas-inner {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -webkit-flex-direction: column;
	 	 	-ms-flex-direction: column;
	 	 	 	  flex-direction: column;
	 margin-right: auto;
	 height: 100%;
}

.search-box-offcanvas form {
	 position: relative;
}
.search-box-offcanvas form input {
	 color: #666;
	 font-size: 13px;
	 width: 100%;
	 height: 40px;
	 border: none;
	 padding: 0 40px 0 10px;
	 background-color: #f2f2f2;
}
.search-box-offcanvas form .search-btn {
	 top: 0;
	 left: 0;
	 width: 40px;
	 height: 40px;
	 line-height: 42px;
	 font-size: 20px;
	 color: #222222;
	 position: absolute;
}
.search-box-offcanvas form .search-btn:hover {
	 color: #c29958;
}

/*------- mobile top bar settings start -------*/
.mobile-settings {
	 padding-top: 15px;
	 margin-top: 15px;
	 border-top: 1px solid #efefef;
}
.mobile-settings li {
	 margin-bottom: 5px;
}
.mobile-settings .nav {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -webkit-flex-direction: column;
	 	 	-ms-flex-direction: column;
	 	 	 	  flex-direction: column;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
	 font-size: 14px;
	 color: #555555;
	 cursor: pointer;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
	 font-size: 12px;
	 padding-right: 5px;
	 vertical-align: middle;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
	 color: #c29958;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
	 display: none;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
	 padding: 0;
	 border-color: #efefef;
	 -webkit-transform: translateY(30px);
	 	 	-ms-transform: translateY(30px);
	 	 	 	  transform: translateY(30px);
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
	 -webkit-transform: translateY(0);
	 	 	-ms-transform: translateY(0);
	 	 	 	  transform: translateY(0);
}
.mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
	 font-size: 13px;
	 color: #555555;
	 padding: 6px 15px;
}

/*------- mobile top bar settings end -------*/
/*-------- off canvas mini cart start --------*/
.minicart-inner {
	 top: 0;
	 right: 0;
	 position: fixed;
	 width: 100vw;
	 height: 100vh;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 z-index: 9;
	 opacity: 0;
	 visibility: hidden;
}
.minicart-inner .offcanvas-overlay {
	 top: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 content: "";
	 position: absolute;
	 background-color: rgba(0, 0, 0, 0.5);
	 cursor: url("../images/icon/cancel.png"), auto;
}
.minicart-inner.show {
	 opacity: 1;
	 visibility: visible;
}
.minicart-inner.show .minicart-inner-content {
	 -webkit-transform: none;
	 	 	-ms-transform: none;
	 	 	 	  transform: none;
}
.minicart-inner .minicart-close {
	 width: 50px;
	 height: 50px;
	 text-align: center;
	 background-color: #c29958;
	 color: #fff;
	 font-size: 50px;
	 cursor: pointer;
	 top: 0;
	 left: 375px;
	 position: absolute;
}
.minicart-inner .minicart-close i {
	 display: block;
	 line-height: 50px;
	 -webkit-transition: 0.6s;
	 -o-transition: 0.6s;
	 transition: 0.6s;
}
.minicart-inner .minicart-close:hover i {
	 -webkit-transform: rotate(180deg);
	 	 	-ms-transform: rotate(180deg);
	 	 	 	  transform: rotate(180deg);
}
.minicart-inner .minicart-inner-content {
	 top: 0;
	 left: 0;
	 height: 100vh;
	 width: 100%;
	 max-width: 375px;
	 position: absolute;
	 background-color: #fff;
	 -webkit-transform: translateX(calc(100% + 50px));
	 	 	-ms-transform: translateX(calc(100% + 50px));
	 	 	 	  transform: translateX(calc(100% + 50px));
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 padding: 50px 20px;
}

.minicart-content-box {
	 overflow: auto;
	 height: 100%;
	 padding-left: 30px;
	 margin-left: -15px;
}

.minicart-item-wrapper {
	 border-bottom: 1px solid #efefef;
}
.minicart-item-wrapper ul li {
	 padding-bottom: 20px;
	 margin-bottom: 20px;
	 border-bottom: 1px solid #efefef;
}
.minicart-item-wrapper ul li:last-child {
	 border-bottom: none;
	 padding-bottom: 0;
}

.minicart-item {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-flex-wrap: wrap;
	 	 	-ms-flex-wrap: wrap;
	 	 	 	  flex-wrap: wrap;
}
.minicart-thumb {
	 display: block;
	 max-width: 85px;
	 float:right;
	 margin-left: 10px;
}
.minicart-content {
	 padding: 0 10px;
	 max-width: 100%;
}
.minicart-content .product-name {
	 font-size: 14px;
	 font-weight: 700;
	 line-height: 1.5;
	 padding-bottom: 10px;
}
.minicart-content .product-name a {
	 color: #222222;
	 font-size:13px;
}
.minicart-content .product-name a:hover {
	 color: #c29958;
}
.minicart-content .cart-quantity {
	 font-size: 12px;
	 color: #555555;
	 line-height: 1;
}
.minicart-content .cart-quantity strong {
	 font-size: 16px;
	 font-weight: 400;
	 vertical-align: text-bottom;
}
.minicart-content .cart-price {
	 color: #c29958;
	 font-size: 14px;
	 line-height: 1;
}
.minicart-remove {
	 max-width: 30px;
	 -webkit-flex-basis: 30px;
	 	 	-ms-flex-preferred-size: 30px;
	 	 	 	  flex-basis: 30px;
	 text-align: center;
	 font-size: 18px;
	 line-height: 1;
	 color: #222222;
}
.minicart-remove:hover {
	 color: #c29958;
}

.minicart-pricing-box {
	 border-bottom: 1px solid #efefef;
	 padding-bottom: 20px;
	 margin-bottom: 20px;
	 padding-top: 15px;
}
.minicart-pricing-box li {
	 margin-bottom: 5px;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: justify;
	 -webkit-justify-content: space-between;
	 	 	-ms-flex-pack: justify;
	 	 	 	  justify-content: space-between;
}
.minicart-pricing-box li span {
	 font-size: 14px;
	 color: #222222;
}
.minicart-pricing-box li span strong {
	 color: #c29958;
	 font-weight: 400;
}
.minicart-pricing-box li.total span {
	 font-size: 16px;
}
.minicart-pricing-box li:last-child {
	 margin-bottom: 0;
}

.minicart-button a {
	 color: #222222;
	 font-size: 14px!important;
	 display: block;
	 font-weight: 700;
	 line-height: 1;
	 padding: 17px 0;
	 background-color: #f3f3f3;
	 border-radius: 40px;
	 text-align: center;
	 margin-bottom: 10px;
}
.minicart-button a i {
	 padding-left: 5px;
}
.minicart-button a:hover {
	 color: #fff!important;
	 letter-spacing: 1.1px;
	 background-color: #c29958;
}
.minicart-button a:last-child {
	 margin-bottom: 0;
}

/*-------- off canvas mini cart end --------*/
/*------ hero slider area css start ------*/
/*-------------------------
02. Slider area
--------------------------*/
.hero-slider-item {
	 height: 530px;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
}
@media only screen and (min-width: 1600px) {
	 .hero-slider-item {
	 	height: 670px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .hero-slider-item {
	 	height: 400px;
	 }
}
@media only screen and (max-width: 575.98px) {
	 .hero-slider-item {
	 	height: 350px;
	 }
}

.hero-style-five .hero-slider-item {
	 height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
	 .hero-style-five .hero-slider-item {
	 	height: 530px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .hero-style-five .hero-slider-item {
	 	height: 400px;
	 }
}
@media only screen and (max-width: 575.98px) {
	 .hero-style-five .hero-slider-item {
	 	height: 350px;
	 }
}

.hero-slider-content {
	 position: relative;
	 max-width: 500px;
	 direction: rtl;
	margin-left:50px;
	margin-right:50px;
}
@media only screen and (max-width: 767.98px) {
	 .hero-slider-content {
	 	padding-left: 150px;
	 }
	.header-search-box {
		 margin-top: 15px;
	}
}
@media only screen and (max-width: 575.98px) {
	 .hero-slider-content {
	 	padding-left: 90px;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .hero-slider-content {
	 	padding-left: 0;
	 }
}
.hero-slider-content .slide-title {
	 font-size: 30px;
	 font-weight: normal;
	 line-height: 1.5;
	 text-shadow:0px 0px 6px #FFF;
}
.hero-slider-content .slide-title span {
	 display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .hero-slider-content .slide-title {
	 	font-size: 50px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .hero-slider-content .slide-title {
	 	font-size: 40px;
	 	line-height: 1.2;
	 }
}
@media only screen and (max-width: 575.98px) {
	 .hero-slider-content .slide-title {
	 	font-size: 35px;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .hero-slider-content .slide-title {
	 	font-size: 30px;
	 }
}
.hero-slider-content .slide-desc {
	 font-size: 18px;
	 font-weight: 300;
	 line-height: 1.5;
	 padding-top: 20px;
	 padding-bottom: 20px;
}
.dark .hero-slider-content .slide-desc {
	 color: #FFF;
}
.light .hero-slider-content .slide-desc {
	 color: #C29958;
	 text-shadow:0px 0px 6px #000;
}
@media only screen and (max-width: 575.98px) {
	 .hero-slider-content .slide-desc {
	 	padding-top: 10px;
	 }
}

.btn-hero {
	 color: #fff;
	 font-size: 15px;
	 line-height: 1;
	 padding: 14px 30px;
	 display: inline-block;
	 border-radius: 50px;
	 background-color: #c29958;
	 margin-top: 38px;
}
@media only screen and (max-width: 575.98px) {
	 .btn-hero {
	 	margin-top: 25px;
	 }
}
.btn-hero:hover {
	 color: #fff;
	 background-color: #222222;
}

.hero-overlay {
	 position: relative;
}
@media only screen and (max-width: 767.98px) {
	 .hero-overlay:before {
	 	display: block;
	 }
}

/*------ hero slider area css end ------*/
.slick-active .hero-slider-content.slide-1 h2 {
	 -webkit-animation: bounceIn 2s linear alternate;
	 	 	 	  animation: bounceIn 2s linear alternate;
}
.slick-active .hero-slider-content.slide-1 h4 {
	 -webkit-animation: bounceIn 1s linear alternate;
	 	 	 	  animation: bounceIn 1s linear alternate;
}
.slick-active .hero-slider-content.slide-1 a {
	 -webkit-animation: slideInUp 0.5s linear alternate;
	 	 	 	  animation: slideInUp 0.5s linear alternate;
}
.slick-active .hero-slider-content.slide-2 h2 {
	 -webkit-animation: bounceIn 1.5s linear alternate;
	 	 	 	  animation: bounceIn 1.5s linear alternate;
}
.slick-active .hero-slider-content.slide-2 h4 {
	 -webkit-animation: fadeInLeft 1s linear alternate;
	 	 	 	  animation: fadeInLeft 1s linear alternate;
}
.slick-active .hero-slider-content.slide-2 a {
	 -webkit-animation: slideInUp 0.5s linear alternate;
	 	 	 	  animation: slideInUp 0.5s linear alternate;
}
.slick-active .hero-slider-content.slide-3 h2 {
	 -webkit-animation: fadeInUp 1000ms linear alternate;
	 	 	 	  animation: fadeInUp 1000ms linear alternate;
}
.slick-active .hero-slider-content.slide-3 h4 {
	 -webkit-animation: bounceIn 600ms linear alternate;
	 	 	 	  animation: bounceIn 600ms linear alternate;
}
.slick-active .hero-slider-content.slide-3 a {
	 -webkit-animation: fadeInUp 1400ms linear alternate;
	 	 	 	  animation: fadeInUp 1400ms linear alternate;
}

.slick-active .hero-slider-content.slide-4 h2 {
	 -webkit-animation: fadeInUp 1000ms linear alternate;
	 	 	 	  animation: fadeInUp 1000ms linear alternate;
}
.slick-active .hero-slider-content.slide-4 h4 {
	 -webkit-animation: bounceIn 600ms linear alternate;
	 	 	 	  animation: bounceIn 600ms linear alternate;
}
.slick-active .hero-slider-content.slide-4 a {
	 -webkit-animation: fadeInUp 1400ms linear alternate;
	 	 	 	  animation: fadeInUp 1400ms linear alternate;
}

.slider-item {
	 position: relative;
	 overflow: hidden;
}
.slider-item:before {
	 top: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 content: "";
	 position: absolute;
	 background-color: #000;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 pointer-events: none;
	 opacity: 0;
	 visibility: hidden;
	 z-index: 1;
	 transition: 0.4s;
}
@media only screen and (max-width: 767.98px) {
	 .slider-item:before {
	 	opacity: 0.6;
	 	visibility: visible;
	 }
}
.slider-item:hover:before {
	 opacity: 0.6;
	 visibility: visible;
}
.slider-item:hover .slider-thumb img {
	 -webkit-transform: scale(1.1);
	 	 	-ms-transform: scale(1.1);
	 	 	 	  transform: scale(1.1);
}
.slider-item:hover .slider-item-content {
	 -webkit-transform: translateY(-50%) scale(1);
	 	 	-ms-transform: translateY(-50%) scale(1);
	 	 	 	  transform: translateY(-50%) scale(1);
	 opacity: 1;
	 visibility: visible;
}
.slider-item .slider-thumb img {
	 width: 100%;
}

.slider-item-content {
	 top: 50%;
	 right: 0;
	 left: 0;
	 margin: auto;
	 position: absolute;
	 text-align: center;
	 padding: 0 30px;
	 z-index: 2;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 -webkit-transform: translateY(-50%) scale(0.8);
	 	 	-ms-transform: translateY(-50%) scale(0.8);
	 	 	 	  transform: translateY(-50%) scale(0.8);
	 opacity: 0;
	 visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
	 .slider-item-content {
	 	opacity: 1;
	 	visibility: visible;
	 	-webkit-transform: translateY(-50%) scale(1);
	 	 	 	-ms-transform: translateY(-50%) scale(1);
	 	 	 	 	  transform: translateY(-50%) scale(1);
	 }
}
.slider-item-content h2 {
	 color: #fff;
	 font-size: 36px;
	 font-weight: 700;
	 line-height: 1.1;
	 padding-bottom: 6px;
	 overflow-wrap: break-word;
	 text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .slider-item-content h2 {
	 	font-size: 30px;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .slider-item-content h2 {
	 	font-size: 26px;
	 }
}
.slider-item-content h3 {
	 color: #fff;
	 font-size: 30px;
	 font-weight: 400;
	 line-height: 1.2;
}
@media only screen and (max-width: 479.98px) {
	 .slider-item-content h3 {
	 	font-size: 22px;
	 }
}
.slider-item-content .btn-text {
	 margin-top: 15px;
	 color: #fff;
}
.slider-item-content .btn-text:before {
	 background-color: #fff;
}
.slider-item-content .btn-text:hover {
	 color: #c29958;
}
.slider-item-content .btn-text:hover:before {
	 background-color: #c29958;
}

/*------ service policy start ------*/
.policy-block {
	 border-bottom: 1px solid #efefef;
}

.policy-item {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 margin-top: 30px;
	 margin-bottom: -3px;
}
@media only screen and (max-width: 767.98px) {
	 .policy-item {
	 	margin-bottom: -6px;
	 }
}
@media only screen and (max-width: 575.98px) {
	 .policy-item {
	 	display: block;
	 	text-align: center;
	 }
}
.policy-icon {
	 font-size: 30px;
	 line-height: 1;
	 color: #c29958;
	 padding-left: 16px;
	 
}
.policy-icon img{
	max-width:48px;
	height:auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .policy-icon {
	 	padding-left: 12px;
	 }
}
@media only screen and (max-width: 575.98px) {
	 .policy-icon {
	 	padding-left: 0;
	 	margin-bottom: 10px;
	 }
}
.policy-content p {
	 color: #777;
	 padding-top: 9px;
	max-width:200px;
}

/*------ service policy end ------*/
/*------ banner statistics style start ------*/
/* 1.0 banner statistics */
.banner-statistics {
	 position: relative;
}
.banner-statistics img {
	 width: 100%;
	height: auto;
}
.banner-statistics:hover img {
	 opacity: 0.7;
}
.banner-content {
  right: 55px;
  top: 50%;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link-text{
  font-size: 14px;
  position: relative;
  pointer-events: visible;
  color:#90482E;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content {
    right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-content {
    right: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-content {
    right: 55px;
  }
}
@media only screen and (max-width: 479.98px) {
  .banner-content {
    right: 20px;
  }
}

.banner-content_style7 {
	 right: 0px;
	 bottom: 0px;
	 position: absolute;
	 color:#FFF;
	padding:5px;
	background:rgba(0,0,0,0.4);
	border-top-left-radius:15px;
}
.banner-content_style7 *{
	 color:#FFF!important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner-content_style7 .banner-text2{
		font-size:18px!important;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .banner-content_style7 .banner-text2{
		font-size:18px!important;
	 }
}
@media only screen and (max-width: 575.98px) {
	 .banner-content_style7 .banner-text2{
		font-size:18px!important;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .banner-content_style7 .banner-text2{
		font-size:18px!important;
	 }
}
.banner-content_style3 {
  left: 40px;
  right: auto;
}
.banner-text1 {
  font-size: 15px;
  line-height: 1.1;
  padding-bottom: 15px;
  color: #777777;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .banner-text1 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-text1 {
    font-size: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .banner-text1 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.banner-content_style2 {
  left: 40px;
  top: auto;
	text-align: center;
  bottom: 40px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.banner-content_style2 .banner-text3 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.banner-content_style2 .banner-text3 a {
  color: #222222;
  pointer-events: visible;
	font-size: 28px;
	color:#C09A57;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	margin-bottom:15px;
	display:block;
}
.banner-content_style2 .banner-text3 a:hover {
  color: #c29958;
}
.banner-content_style3 {
  left: 40px;
  right: auto;
}

.banner-content_style4 {
	 right: 10px;
	 top: auto;
	 bottom: 10px;
	 -webkit-transform: translateY(0);
	 	 	-ms-transform: translateY(0);
	 	 	 	  transform: translateY(0);
 background: #c29958;
 color:#FFF;
 padding: 7px;
 padding-left: 15px;
 padding-right: 15px;
 border-radius: 100px;
 font-size: 14px;
}
.banner-content_style4 .banner-text3 {
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 font-size: 13px;
	 font-weight: 400;
}
.banner-content_style4 .banner-text3 a {
	 color: #222222;
	 pointer-events: visible;
}
.banner-content_style4 .banner-text3 a:hover {
	 color: #c29958;
}
.banner-content_style3 {
	 right: 40px;
	 left: auto;
}
.banner-text1 {
	 font-size: 15px;
	 line-height: 1.1;
	 padding-bottom: 15px;
	 color: #777777;
	 text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
	 .banner-text1 {
	 	font-size: 14px;
	 	padding-bottom: 10px;
	 }
}
@media only screen and (max-width: 575.98px) {
	 .banner-text1 {
	 	font-size: 15px;
	 	padding-bottom: 15px;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .banner-text1 {
	 	font-size: 14px;
	 	padding-bottom: 10px;
	 }
}
.banner-text2 {
	 padding-bottom: 0px;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	font-size:25px!important;
}
.banner-text2 span {
	 display: block;
}
@media only screen and (max-width: 767.98px), only screen and (max-width: 479.98px) {
	 .banner-text2 span {
	 	display: inline-block;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .banner-text2 {
	 	font-size: 20px;
	 	padding-bottom: 15px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .banner-text2 {
	 	font-size: 17px;
	 	padding-bottom: 10px;
	 }
}
@media only screen and (max-width: 575.98px) {
	 .banner-text2 {
	 	font-size: 25px;
	 	padding-bottom: 34px;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .banner-text2 {
	 	font-size: 17px!important;
	 	padding-bottom: 10px;
	 }
}

/*------ banner statistics style end ------*/
/*------ section title start ------*/
.section-title {
	margin-top: 40px;
	margin-bottom: 20px;
	direction: rtl;
	text-align: right;
}

.section-title .title {
	background: -webkit-gradient(linear, left top, right top, from(#c29958), color-stop(#000), to(#c29958));
	background: -webkit-linear-gradient(left, #c29958, #000, #c29958);
	background: -o-linear-gradient(left, #c29958, #000, #c29958);
	/*! background: linear-gradient(270deg, #c29958, #000, #c29958); */
	background-repeat: no-repeat;
	background-size: 90%;
	-webkit-animation: shine 3s linear infinite;
	animation: shine 3s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 767.98px) {
	.section-title .title {
		font-size: 26px;
	}
}

.section-title .sub-title {
	font-size: 15px;
	padding-top: 6px;
	color: #555555;
	text-align: right;
}

@-webkit-keyframes shine {
	0% {
		background-position: 600%;
	}
	100% {
		background-position: -100%;
	}
}

@keyframes shine {
	0% {
		background-position: 600%;
	}
	100% {
		background-position: -100%;
	}
}

.section-title-append {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: -4px;
	margin-bottom: 18px;
	line-height: 1;
	direction: rtl;
	text-align: right;
}

.section-title-append:after {
	top: 50%;
	left: 0; /* تغییر از right به left */
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	background-color: #efefef;
	transform: translateY(-50%);
	z-index: 1;
	margin-top: -3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title-append:after {
		margin-top: 2px;
	}
}

.section-title-append h4 {
	display: inline-block;
	line-height: 1;
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding-right: 5px; /* تغییر از padding-left */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title-append h4 {
		font-size: 16px;
	}
}

/*------ section title end ------*/
/*------- common style css start -------*/
/*-------- Custom Checkbox Style start --------*/
.custom-checkbox.custom-control,
.custom-radio.custom-control {
	 min-height: auto;
	 padding-right: 1.5rem;
}
.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
	 font-size: 14px;
	 line-height: 1;
	 padding-right: 10px;
	 font-weight: 400;
	 display: block;
	 cursor: pointer;
	 position: relative;
}
.custom-checkbox .custom-control-label:before,
.custom-radio .custom-control-label:before {
	 background-color: transparent;
	 border: 1px solid #ddd;
	 border-radius: 0;
	 height: 15px;
	 top: 0;
	 width: 15px;
	 content: "";
	 position: absolute;
	 right: -1.5rem;
}
.custom-checkbox .custom-control-label:after,
.custom-radio .custom-control-label:after {
	 background-size: 10px 10px;
	 height: 15px;
	 top: 0;
	 content: "";
	 position: absolute;
	 right: -1.5rem;
}
.custom-checkbox .custom-control-label a,
.custom-radio .custom-control-label a {
	 color: #222222;
	 font-weight: 500;
}
.custom-checkbox .custom-control-label a:hover,
.custom-radio .custom-control-label a:hover {
	 color: #c29958;
}
.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
	 outline: none;
	 display: none;
}
.custom-checkbox input:focus ~ .custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus ~ .custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus ~ .custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
	 -webkit-box-shadow: none;
	 	 	 	  box-shadow: none;
}
.custom-checkbox input:checked ~ .custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked ~ .custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
	 background-color: #c29958;
	 border-color: #c29958;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	 width: 15px;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/*-------- Custom Checkbox Style end --------*/
/*------- Custom Radio Button Style start -------*/
.custom-radio label:before,
.custom-radio .custom-control-label:before {
	 border-radius: 50%;
	 height: 14px;
	 width: 14px;
}
.custom-radio label::after,
.custom-radio .custom-control-label::after {
	 background-size: 10px 10px;
	 right: -22px;
	 top: 2px;
	 height: 10px;
	 width: 10px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/*------- Custom Radio Button Style end -------*/
.bg-gray {
	 background-color: #f4f4f4;
}

/*------ twitter feed start ------*/
.twitter-feed-content {
	 padding: 32px 0;
	 border-bottom: 1px solid #efefef;
}
.twitter-feed-content p {
	 color: #888;
}
.twitter-feed-content p a {
	 color: #c29958;
}
.twitter-feed-content p a:hover {
	 text-decoration: underline;
}

/*------ twitter feed end ------*/
/*----- product tab menu start -----*/
.product-tab-menu {
	 margin-top: 15px;
	 margin-bottom: 35px;
}
.product-tab-menu ul li {
	 margin-left: 15px;
}
@media only screen and (max-width: 479.98px) {
	 .product-tab-menu ul li {
	 	margin-left: 5px;
	 }
}
.product-tab-menu ul li:last-child {
	 margin-left: 0;
}
.product-tab-menu ul li a {
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 1.2;
	 color: #777777;
	dispaly:inline-table;
	padding:10px;
}
.product-tab-menu ul li a:hover, .product-tab-menu ul li a.active {
	 color: #C4A354;
	background:#E5E5E5;
	border-radius:5px;
}

.tab-content .tab-pane.show.active .product-item {
	 -webkit-animation-name: zoomIn;
	 	 	 	  animation-name: zoomIn;
	 -webkit-animation-duration: 1s;
	 	 	 	  animation-duration: 1s;
}

/*----- product tab menu start -----*/
/*----- brand logo style start -----*/
.brand-logo-carousel {
	 padding: 30px 0;
	 border-top: 1px solid #efefef;
	 border-bottom: 1px solid #efefef;
}

.brand-item img {
	 margin: auto;
}

/*----- brand logo style end -----*/
/*----- hot deals item start -----*/
.hot-deals-item {
	 border: 1px solid #c29958;
	 border-radius: 5px;
}
.hot-deals-item .product-caption {
	 padding: 20px;
}
@media only screen and (max-width: 767.98px) {
	 .hot-deals-item .product-caption {
	 	padding: 20px 10px;
	 }
}
.hot-deals-item .manufacturer-name {
	 padding-bottom: 5px;
}
.hot-deals-item .product-name {
	 font-size: 20px;
	 padding-bottom: 30px;
}
.hot-deals-item .price-box {
	 font-size: 21px;
	 padding-top: 8px;
}

.progress {
	 height: 15px;
	 border-radius: 50px;
}
.progress-quantity {
	 position: relative;
	 margin-top: 52px;
}
.progress-bar {
	 background-color: #c29958 !important;
	 width: 60%;
}
.progress-bar:nth-child(2) {
	 width: 70%;
}
.progress-title {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 position: absolute;
	 top: calc(-100% - 8px);
	 right: 0;
	 width: 100%;
	 line-height: 1;
	 -webkit-box-pack: justify;
	 -webkit-justify-content: space-between;
	 	 	-ms-flex-pack: justify;
	 	 	 	  justify-content: space-between;
}

.product-sold,
.product-available {
	 font-size: 14px;
	 color: #777777;
}
.product-sold span,
.product-available span {
	 color: #c29958;
	 font-weight: 700;
}

.product-countdown {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -webkit-justify-content: center;
	 	 	-ms-flex-pack: center;
	 	 	 	  justify-content: center;
	 margin: 30px 0;
}
.product-countdown .single-countdown {
	 height: 45px;
	 width: 45px;
	 text-align: center;
	 line-height: 45px;
	 margin-left: 10px;
	 border-radius: 50%;
	 background-color: #eaeaea;
}
.product-countdown .single-countdown__time {
	 font-size: 16px;
	 display: inline-block;
	 color: #222222;
}
.product-countdown .single-countdown__text {
	 font-size: 11px;
	 display: block;
	 color: #222222;
	 line-height: 1;
	 margin-top: 5px;
	 text-transform: uppercase;
}
.product-countdown .single-countdown:last-child {
	 margin-left: 0;
}
.product-countdown--style-two {
	 -webkit-box-pack: start;
	 -webkit-justify-content: flex-start;
	 	 	-ms-flex-pack: start;
	 	 	 	  justify-content: flex-start;
}

.product-details-des .product-countdown {
	 margin: 20px 0 30px;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: start;
	 -webkit-justify-content: flex-start;
	 	 	-ms-flex-pack: start;
	 	 	 	  justify-content: flex-start;
}

/*----- hot deals item start -----*/
/*------ Instagram Feed Area Start ------*/
.instagram-item {
	 position: relative;
	 z-index: 1;
}
.instagram-item:before {
	 background-color: rgba(0, 0, 0, 0.4);
	 content: "";
	 position: absolute;
	 right: 0;
	 top: 0;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 opacity: 0;
	 visibility: hidden;
	 pointer-events: none;
	 height: 100%;
	 width: 100%;
}
.instagram-item .instagram-hvr-content {
	 position: absolute;
	 top: 50%;
	 left:50%:
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transform: translate(-50%, -50%);
	 	 	-ms-transform: translate(-50%, -50%);
	 	 	 	  transform: translate(-50%, -50%);
	 z-index: 1;
}
.instagram-item .instagram-hvr-content span {
	 color: #fff;
	 margin-left: 20px;
}
.instagram-item .instagram-hvr-content span:last-child {
	 margin-left: 0;
}
.instagram-item .instagram-hvr-content span i.fa {
	 margin-left: 5px;
}
.instagram-item:hover:before {
	 opacity: 1;
	 visibility: visible;
}
.instagram-item:hover .instagram-hvr-content {
	 opacity: 1;
	 visibility: visible;
}

/*------ Instagram Feed Area End ------*/
.policy-list:not(:last-child) {
	 margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
	 .policy-list:not(:last-child) {
	 	margin-bottom: 25px;
	 }
}
.policy-list a {
	 color: #c29958;
}

.policy-title {
	 margin-bottom: 10px;
}

/*------- common style css end -------*/
/*------- product item start -------*/
.product-item {
	 overflow: hidden;
}
.product-item .color-categories {
	 padding: 13px 0 6px;
}

.product-item:hover .product-thumb .sec-img, .product-list-item:hover .product-thumb .sec-img {
	 opacity: 1;
	 visibility: visible;
}
.product-item:hover .product-thumb .pri-img, .product-list-item:hover .product-thumb .pri-img {
	 opacity: 0;
	 visibility: hidden;
}
.product-item:hover .button-group a, .product-list-item:hover .button-group a {
	 opacity: 1;
	 visibility: visible;
	 -webkit-transform: scale(1);
	 	 	-ms-transform: scale(1);
	 	 	 	  transform: scale(1);
}
.product-item:hover .cart-hover, .product-list-item:hover .cart-hover {
	 bottom: 15px;
	 opacity: 1;
	 visibility: visible;
}
.product-thumb {
	 position: relative;
	 background:#000;
	 border-radius:8px;
}
.product-thumb img {
	 width: 100%;
	 opacity:0.97;
}
.product-thumb .sec-img {
	 top: 0;
	 right: 0;
	 position: absolute;
	 opacity: 0;
	 visibility: hidden;
}
.product-caption {
	 padding-top: 17px;
}
.product-caption .product-name {
	 font-weight: 400;
	 line-height: 1.2;
	 padding-bottom: 8px;
}
.product-caption .product-name a {
	 color: #222222;
}
.product-caption .product-name a:hover {
	 color: #c29958;
}

.manufacturer-name {
	 padding-bottom: 5px;
	 line-height: 1;
}
.manufacturer-name a {
	 font-size: 14px;
	 line-height: 1;
	 color: #777777;
}
.manufacturer-name a:hover {
	 color: #c29958;
}

.color-categories {
	 line-height: 1;
}
.color-categories li {
	 display: inline-block;
	 padding: 1px;
	 border-radius: 50%;
	 border: 1px solid #efefef;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.color-categories li:hover {
	 border-color: #c29958;
}
.color-categories li a {
	 height: 12px;
	 width: 12px;
	 display: block;
	 border-radius: 50%;
}
.link-cart{
	color:#986240!important;
}
.c-lightblue {
	 background-color: #b0c4de;
}

.c-darktan {
	 background-color: #aa9e78;
}

.c-grey {
	 background-color: #808080;
}

.c-brown {
	 background-color: #964B00;
}

.button-group {
	 left: 15px;
	 top: 15px;
	 position: absolute;
}
.button-group a {
	 width: 38px;
	 height: 38px;
	 display: block;
	 font-size: 18px;
	 line-height: 42px;
	 color: #222222;
	 text-align: center;
	 border-radius: 50%;
	 margin-bottom: 10px;
	 background-color: #fff;
	 -webkit-transform: scale(0.6);
	 	 	-ms-transform: scale(0.6);
	 	 	 	  transform: scale(0.6);
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 opacity: 0;
	 visibility: hidden;
}
.button-group a span {
	 display: block;
}
.button-group a:hover {
	 color: #c29958;
}

.cart-hover {
	 bottom: 0;
	 right: 0;
	 left: 0;
	 position: absolute;
	 text-align: center;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}

.product-label {
	 background: #c29958;
	 border-radius: 20px;
	 color: #fff;
	 font-size: 12px;
	 font-weight: 400;
	 right: 20px;
	 line-height: 1;
	 min-width: 46px;
	 padding: 4px 12px;
	 position: absolute;
	 text-align: center;
	 z-index: 3;
}
.product-label span {
	 display: block;
	 margin-top: -1px;
}
.product-label.discount {
	 background-color: #222222;
}
.product-label:nth-child(1) {
	 top: 20px;
}
.product-label:nth-child(2) {
	 top: 48px;
}

.ratings {
	 color: #f9bd22;
	 font-size: 14px;
}
.ratings span {
	 margin-left: 3px;
}

.price-box {
	 font-size: 25px;
	 line-height: 1;
}
.price-regular {
	 color: #c29958;
	 font-weight: 500;
}
.price-old {
	 color: #999;
	 padding-right: 5px;
	 font-weight: 300;
	 text-decoration: line-through;
	 width: 100%;
}

/*------- product item end -------*/
/*-------- product list item start --------*/
.product-list-item {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
}
@media only screen and (max-width: 767.98px) {
	 .product-list-item {
	 	display: block !important;
	 }
}
.product-list-item .product-thumb {
	 max-width: 30%;
	 -webkit-flex-basis: 30%;
	 	 	-ms-flex-preferred-size: 30%;
	 	 	 	  flex-basis: 30%;
	 height: 100%;
}
@media only screen and (max-width: 767.98px) {
	 .product-list-item .product-thumb {
	 	max-width: 100%;
	 	-webkit-flex-basis: 100%;
	 	 	 	-ms-flex-preferred-size: 100%;
	 	 	 	 	  flex-basis: 100%;
	 }
}

.product-content-list {
	 padding-right: 20px;
	 max-width: 70%;
	 -webkit-flex-basis: 70%;
	 	 	-ms-flex-preferred-size: 70%;
	 	 	 	  flex-basis: 70%;
}
@media only screen and (max-width: 767.98px) {
	 .product-content-list {
	 	padding-right: 0;
	 	max-width: 100%;
	 	-webkit-flex-basis: 100%;
	 	 	 	-ms-flex-preferred-size: 100%;
	 	 	 	 	  flex-basis: 100%;
	 	margin-top: 30px;
	 }
}
.product-content-list .manufacturer-name {
	 padding-bottom: 10px;
}
.product-content-list .ratings {
	 padding-bottom: 10px;
}
.product-content-list .product-name {
	 padding: 10px 0 12px;
}
.product-content-list .product-name a {
	 color: #222222;
	 font-weight: 400;
}
.product-content-list .product-name a:hover {
	 color: #c29958;
}
.product-content-list p {
	 padding-top: 15px;
	 margin-top: 22px;
	 border-top: 1px solid #efefef;
}

/*-------- product list item end --------*/
/*------ group list item start ------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .group-product-banner {
	 	margin-bottom: 80px;
	 }
}

.group-item {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 direction: rtl;
}
.group-item-thumb {
	 max-width: 80px;
	 -webkit-flex-basis: 80px;
	 	 	-ms-flex-preferred-size: 80px;
	 	 	 	  flex-basis: 80px;
}
.group-item-desc {
	 position: relative;
	 padding-right: 10px;
	 max-width: calc(100% - 80px);
	 -webkit-flex-basis: calc(100% - 80px);
	 	 	-ms-flex-preferred-size: calc(100% - 80px);
	 	 	 	  flex-basis: calc(100% - 80px);
}
.group-item-desc .group-product-name {
	 font-size: 16px;
	 line-height: 1.5;
	 font-weight: 400;
	 padding-bottom: 18px;
}
.group-item-desc .group-product-name a {
	 color: #222222;
}
.group-item-desc .group-product-name a:hover {
	 color: #c29958;
	 text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .categories-group-wrapper {
	 	margin-bottom: 78px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .categories-group-wrapper {
	 	margin-bottom: 60px;
	 }
}

.row [class*=col-]:last-child .categories-group-wrapper {
	 margin-bottom: 0;
}

.group-list-item-wrapper .slick-slider .slick-slide > div {
	 margin-bottom: 20px;
}
.group-list-item-wrapper .slick-slider .slick-slide > div:last-child {
	 margin-bottom: 0;
}

/*------ group list item end ------*/
/*----- testimonial area start -----*/
.testimonial-thumb-wrapper {
	 max-width: 100%;
	 margin: auto;
}

.testimonial-thumb {
	 cursor: pointer;
	 -webkit-transform: scale(1);
	 	 	-ms-transform: scale(1);
	 	 	 	  transform: scale(1);
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 width: auto;
	 width: 90px;
	 border-radius: 50%;
}
.testimonial-thumb-wrapper .slick-slider .slick-track{
	position: static!important;
	display:block;
	margin:auto;
	width:100%!important;
	margin-bottom:40px;
}
.testimonial-thumb-carousel .slick-list {
  overflow: visible;
  margin: 0;
  padding: 0;
}
.slick-slide.slick-current .testimonial-thumb {
	 -webkit-transform: scale(1.3);
	 	 	-ms-transform: scale(1.3);
	 	 	 	  transform: scale(1.3);
}
.slick-slide.slick-current .testimonial-thumb
.testimonial-content-wrapper {
	 max-width: 100%;
	 margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .testimonial-content-wrapper {
	 	max-width: 750px;
	 }
}

.testimonial-content {
	 padding: 0 15px;
	 text-align: center;
}
.testimonial-content p {
	 font-size: 15px;
}
.testimonial-content .ratings {
	 margin-top: 30px;
	 margin-bottom: 5px;
}
.testimonial-author {
	 font-size: 17px;
	 font-weight: 700;
	 line-height: 1;
}

/*----- testimonial area end -----*/
/*----- breadcrumb style css start -----*/
.breadcrumb-area {
	 background-color: #f5f5f5;
}

.breadcrumb-wrap {
	 padding: 24px 0;
	 text-align: center;
}
.breadcrumb-wrap .breadcrumb {
	 background: transparent;
	 margin-bottom: 0;
	 padding: 0;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
	 color: #222222;
	 font-size: 14px;
	 font-weight: 400;
	 line-height: 1;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
	 color: #c29958;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
	 color: #7e7e7e;
	 content: "/";
	 font-size: 12px;
	 margin: 0 5px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
	 display: none;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
	 color: #c29958;
	 font-size: 14px;
	 font-weight: 400;
}

/*----- breadcrumb style css end -----*/
/*----- shop Sidebar start -----*/
.sidebar-wrapper .sidebar-single:last-child {
	 margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .sidebar-wrapper {
	 	margin-top: 80px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .sidebar-wrapper {
	 	margin-top: 62px;
	 }
}

.sidebar-single {
	 margin-bottom: 35px;
}
.sidebar-single .sidebar-title {
	 position: relative;
	 line-height: 1;
	 margin-top: -3px;
	 padding-bottom: 20px;
	 margin-bottom: 20px;
}
.sidebar-single .sidebar-title:before {
	 width: 100%;
	 height: 1px;
	 right: 0;
	 bottom: 0;
	 content: " ";
	 position: absolute;
	 background-color: #efefef;
}

/*------ pricing filter slider start ------*/
.price-range-wrap {
	 padding-top: 8px;
}
.price-range-wrap .price-range {
	 border-radius: 0;
	 margin-left: 13px;
	 margin-bottom: 20px;
}
.price-range-wrap .price-range.ui-widget-content {
	 border: none;
	 background: #eeeeee;
	 height: 6px;
	 border-radius: 20px;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
	 background-color: #c29958;
	 border-radius: 0;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	 border: none;
	 background-color: #fff;
	 height: 12px;
	 width: 12px;
	 outline: none;
	 cursor: ew-resize;
	 border-radius: 50%;
	 -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
	 	 	 	  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle:before {
	 top: 50%;
	 left:50%:
	 content: "";
	 width: 6px;
	 height: 6px;
	 position: absolute;
	 background-color: #c29958;
	 border-radius: 50%;
	 -webkit-transform: translate(-50%, -50%);
	 	 	-ms-transform: translate(-50%, -50%);
	 	 	 	  transform: translate(-50%, -50%);
}
.price-range-wrap .range-slider {
	 color: #222222;
	 margin-top: 30px;
}
.price-range-wrap .range-slider .price-input label {
	 color: #222222;
	 margin-bottom: 0;
}
.price-range-wrap .range-slider .price-input input {
	 color: #555555;
	 border: none;
	 outline: none;
	 max-width: 80px;
	 pointer-events: none;
}
.price-range-wrap .range-slider button.filter-btn {
	 border: none;
	 color: #222222;
	 font-size: 14px;
	 font-weight: 400;
	 cursor: pointer;
	 text-transform: uppercase;
	 padding: 4px 15px;
	 border-radius: 3px;
	 background-color: #ebebeb;
}
.price-range-wrap .range-slider button.filter-btn:hover {
	 color: #fff;
	 background-color: #c29958;
}

/*------ pricing filter slider end ------*/
.categories-list li {
	 color: #555555;
	 margin-bottom: 20px;
}
.categories-list li:last-child {
	 margin-bottom: 0;
}
.categories-list li:hover {
	 color: #c29958;
}

/*------ shop categories area start ------*/
.shop-categories {
	 margin-top: -4px;
}
.shop-categories li a {
	 color: #555555;
	 display: block;
	 line-height: 1;
	 padding: 10px 0;
}
.shop-categories li:first-child a {
	 padding-top: 0;
}
.shop-categories li:last-child a {
	 padding-bottom: 0;
}
.shop-categories li:hover a {
	 color: #c29958;
}

/*------ shop categories area end ------*/
/*----- shop Sidebar end -----*/
/*------ pagination area style start ------*/
.paginatoin-area {
	 margin-top: 30px;
	 padding: 20px;
	 border: 1px solid #efefef;
}
.paginatoin-area .pagination-box {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: center;
	 -webkit-justify-content: center;
	 	 	-ms-flex-pack: center;
	 	 	 	  justify-content: center;
}
.paginatoin-area .pagination-box li {
	 margin-left: 5px;
	 display: inline-block;
}
.paginatoin-area .pagination-box li:last-child {
	 margin-left: 0;
}
.paginatoin-area .pagination-box li a {
	 color: #222222;
	 height: 36px;
	 width: 36px;
	 font-size: 14px;
	 display: inline-block;
	 text-align: center;
	 line-height: 36px;
	 background-color: #f5f5f5;
	 border-radius: 50%;
}
.paginatoin-area .pagination-box li a i {
	 font-size: 30px;
	 line-height: 36px;
}
.paginatoin-area .pagination-box li a:hover {
	 color: #fff;
	 border-color: #c29958;
	 background-color: #c29958;
}
.paginatoin-area .pagination-box li.active a {
	 color: #fff;
	 background-color: #c29958;
}

/*------ pagination area style end ------*/
/*------- blog item start -------*/
.blog-post-item:hover .blog-thumb img {
	 -webkit-transform: scale(1.1);
	 	 	-ms-transform: scale(1.1);
	 	 	 	  transform: scale(1.1);
	 opacity: 0.7;
}
.blog-post-item{
	direction: rtl;
	text-align: right!important;
}
.blog-thumb {
	 overflow: hidden;
}
.blog-thumb img {
	 width: 100%;
}
.blog-content {
	 padding-top: 15px;
}
.blog-title {
	 line-height: 1.3;
}
.blog-title a {
	 color: #222222;
	 display: block;
}
.blog-title a:hover {
	 color: #c29958;
}
.blog-meta {
	 padding-bottom: 15px;
}
.blog-meta p {
	 font-size: 13px;
	 line-height: 1;
	 font-weight: 400;
	 color: #777;
}
.blog-meta p a {
	 color: #c29958;
}

/*------- blog item end -------*/
/*------ blog list item start ------*/
.blog-list-inner .blog-post-item {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
}
@media only screen and (max-width: 767.98px) {
	 .blog-list-inner .blog-post-item {
	 	display: block;
	 }
}
.blog-list-inner .blog-post-item .blog-thumb {
	 width: 40%;
}
@media only screen and (max-width: 767.98px) {
	 .blog-list-inner .blog-post-item .blog-thumb {
	 	width: 100%;
	 }
}
.blog-list-inner .blog-post-item .blog-content {
	 padding-top: 0;
	 padding-right: 20px;
	 width: 60%;
}
@media only screen and (max-width: 767.98px) {
	 .blog-list-inner .blog-post-item .blog-content {
	 	width: 100%;
	 	padding-right: 0;
	 	padding-top: 30px;
	 }
}
.blog-list-inner .blog-post-item .blog-content .blog-title {
	 margin-top: -5px;
}
.blog-list-inner .blog-post-item .blog-content .blog-meta {
	 padding-top: 15px;
}
.blog-list-inner .blog-post-item .blog-content .blog-read-more {
	 color: #222222;
	 display: inline-block;
	 margin-top: 10px;
}
.blog-list-inner .blog-post-item .blog-content .blog-read-more:hover {
	 color: #c29958;
	 text-decoration: underline;
}

/*------ blog list item end ------*/
/*----- blog sidebar start -------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .blog-sidebar-wrapper {
	 	margin-bottom: -5px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .blog-sidebar-wrapper {
	 	margin-top: 77px;
	 	margin-bottom: -5px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .blog-sidebar-wrapper {
	 	margin-top: 60px;
	 	margin-bottom: -5px;
	 }
}
.blog-sidebar-wrapper .blog-sidebar:last-child {
	 margin-bottom: 0;
}

.blog-sidebar {
	 margin-bottom: 30px;
}
.blog-sidebar .title {
	 line-height: 1;
	 margin-top: -2px;
	 margin-bottom: 40px;
	 position: relative;
}
.blog-sidebar .title:before {
	 width: 100%;
	 height: 1px;
	 bottom: -10px;
	 right: 0;
	 background-color: #efefef;
	 content: "";
	 position: absolute;
}
.blog-sidebar .search-field {
	 width: calc(100% - 50px);
	 border: 1px solid #ccc;
	 padding: 0 10px;
	 color: #555555;
	 font-size: 14px;
	 height: 50px;
	 float: right;
}
.blog-sidebar .search-btn {
	 width: 50px;
	 height: 50px;
	 margin-right: -4px;
	 text-align: center;
	 cursor: pointer;
	 background-color: #f8f8f8;
	 border: 1px solid #ccc;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.blog-sidebar .search-btn i {
	 font-size: 20px;
	 line-height: 50px;
	 color: #222222;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.blog-sidebar .search-btn:hover {
	 background-color: #c29958;
	 border-color: #c29958;
}
.blog-sidebar .search-btn:hover i {
	 color: #fff;
}
.blog-sidebar .blog-archive {
	 margin-top: -10px;
}
.blog-sidebar .blog-archive li a {
	 color: #555555;
	 font-size: 14px;
	 line-height: 1;
	 padding: 13px 0;
	 display: inline-block;
}
.blog-sidebar .blog-archive li a:hover {
	 color: #c29958;
}
.blog-sidebar .blog-archive li:last-child a {
	 padding-bottom: 0;
}
.blog-sidebar .blog-archive li:first-child a {
	 padding-top: 0;
}
.blog-sidebar .blog-tags li {
	 display: inline-block;
	 margin-bottom: 5px;
}
.blog-sidebar .blog-tags li a {
	 color: #222222;
	 font-size: 14px;
	 border: 1px solid #ccc;
	 padding: 6px 15px 4px;
	 display: inline-block;
}
.blog-sidebar .blog-tags li a:hover {
	 color: #fff;
	 background-color: #c29958;
	 border-color: #c29958;
}

.blog-category {
	 margin-top: -10px;
}

.recent-post .recent-post-item:last-child {
	 margin-bottom: 0;
}

.recent-post-item {
	 margin-bottom: 30px;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
}
.recent-post-item .product-thumb {
	 max-width: 70px;
	 -webkit-box-flex: 1;
	 -webkit-flex: 1 0 70px;
	 	 	-ms-flex: 1 0 70px;
	 	 	 	  flex: 1 0 70px;
}
.recent-post-item .recent-post-description {
	 padding-right: 10px;
}
.recent-post-item .recent-post-description h6 {
	 font-size: 14px;
	 padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .recent-post-item .recent-post-description h6 {
	 	font-size: 13px;
	 	padding-bottom: 5px;
	 }
}
.recent-post-item .recent-post-description h6 a {
	 color: #222222;
}
.recent-post-item .recent-post-description h6 a:hover {
	 color: #c29958;
}
.recent-post-item .recent-post-description p {
}

/*----- blog sidebar end -------*/
.entry-summary {
	 padding-top: 25px;
}

blockquote {
	 border-right: 5px solid #c29958;
	 margin: 25px 32px 25px 30px;
	 background-color: #f8f8f8;
	 padding: 15px;
}

.blog-details-post .blog-content .blog-title {
	 padding-top: 10px;
}
@media only screen and (max-width: 767.98px) {
	 .blog-details-post .blog-content .blog-title {
	 	font-size: 20px;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .blog-details-post .blog-content .blog-title {
	 	font-size: 18px;
	 }
}
.blog-details-post .blog-content .blog-meta {
	 padding-top: 15px;
	 padding-bottom: 0;
}
.blog-details-post:hover .blog-thumb img {
	 -webkit-transform: none;
	 	 	-ms-transform: none;
	 	 	 	  transform: none;
}

/*------- blog main content wrapper start --------*/
.blog-post-item .tag-line {
	 padding: 10px 0;
	 margin-top: 20px;
	 border-top: 1px solid #efefef;
	 border-bottom: 1px solid #efefef;
}
.blog-post-item .tag-line h6 {
	 font-size: 14px;
	 display: inline-block;
	 padding-left: 5px;
}
.blog-post-item .tag-line a {
	 font-size: 13px;
	 color: #222222;
}
.blog-post-item .tag-line a:hover {
	 color: #c29958;
}

.blog-share-link {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
	 padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .blog-share-link {
	 	padding-top: 15px;
	 }
}
.blog-share-link h6 {
	 font-size: 14px;
	 padding-left: 15px;
}
.blog-share-link .blog-social-icon a {
	 width: 36px;
	 height: 36px;
	 font-size: 15px;
	 line-height: 36px;
	 text-align: center;
	 display: inline-block;
	 color: #fff;
	 border-radius: 50%;
	 margin-left: 5px;
}
.blog-share-link .blog-social-icon a.facebook {
	 background-color: #3B5999;
}
.blog-share-link .blog-social-icon a.twitter {
	 background-color: #1DA1F2;
}
.blog-share-link .blog-social-icon a.pinterest {
	 background-color: #CB2028;
}
.blog-share-link .blog-social-icon a.google {
	 background-color: #fe6d4c;
}
.blog-share-link .blog-social-icon a:hover.facebook {
	 background-color: #2d4474;
}
.blog-share-link .blog-social-icon a:hover.twitter {
	 background-color: #0c85d0;
}
.blog-share-link .blog-social-icon a:hover.pinterest {
	 background-color: #9f191f;
}
.blog-share-link .blog-social-icon a:hover.google {
	 background-color: #fe4419;
}
@media only screen and (max-width: 479.98px) {
	 .blog-share-link .blog-social-icon a {
	 	width: 30px;
	 	height: 30px;
	 	line-height: 30px;
	 	font-size: 13px;
	 	margin-left: 0;
	 }
}

/*--- blog main content wrapper end ---*/
/*--- blog comment section start ---*/
.comment-section {
	 margin-top: -3px;
}
.comment-section h5 {
	 line-height: 1;
	 padding-bottom: 15px;
}
.comment-section ul li {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 padding: 10px 20px;
	 margin-bottom: 30px;
	 border: 1px solid #efefef;
}
.comment-section ul li:last-child {
	 margin-bottom: 5px;
}
@media only screen and (max-width: 479.98px) {
	 .comment-section ul li {
	 	display: block;
	 }
}
.comment-section ul li .author-avatar {
	 -webkit-flex-basis: 66px;
	 	 	-ms-flex-preferred-size: 66px;
	 	 	 	  flex-basis: 66px;
	 max-height: 62px;
	 margin-left: 10px;
}
@media only screen and (max-width: 479.98px) {
	 .comment-section ul li .author-avatar {
	 	-webkit-flex-basis: 100%;
	 	 	 	-ms-flex-preferred-size: 100%;
	 	 	 	 	  flex-basis: 100%;
	 	max-width: 66px;
	 	height: 62px;
	 }
}
.comment-section ul li.comment-children {
	 margin-right: 40px;
}
@media only screen and (max-width: 479.98px) {
	 .comment-section ul li.comment-children {
	 	margin-right: 20px;
	 }
}
.comment-section ul li .comment-body {
	 -webkit-flex-basis: 100%;
	 	 	-ms-flex-preferred-size: 100%;
	 	 	 	  flex-basis: 100%;
}
.comment-section ul li .comment-body h5 {
	 font-size: 14px;
	 padding-bottom: 5px;
}
.comment-section ul li .comment-body .comment-post-date {
	 color: #555555;
	 padding-bottom: 10px;
}
.comment-section ul li .comment-body .reply-btn {
	 float: left;
}
.comment-section ul li .comment-body .reply-btn a {
	 color: #222222;
	 font-size: 12px;
	 display: inline-block;
	 padding: 4px 15px;
	 border-radius: 20px;
	 border: 1px solid #efefef;
}
.comment-section ul li .comment-body .reply-btn a:hover {
	 color: #fff !important;
	 border-color: #c29958;
	 background-color: #c29958;
}

/*--- blog comment section end ---*/
/*------ blog comment box start -----*/
.blog-comment-wrapper {
	 margin-top: -10px;
}
.blog-comment-wrapper h3 {
	 color: #222222;
	 font-size: 18px;
	 line-height: 1;
	 font-weight: 500;
	 padding-bottom: 15px;
	 text-transform: uppercase;
	 border-bottom: 1px solid #f0f0f0;
}
.blog-comment-wrapper p {
	 margin-bottom: 10px;
	 padding-top: 10px;
}
.blog-comment-wrapper .comment-post-box label {
	 color: #222222;
	 font-weight: 500;
	 margin-bottom: 10px;
	 display: block;
}
.blog-comment-wrapper .comment-post-box .coment-field {
	 background: #f8f8f8;
	 border: none;
	 color: #555555;
	 padding: 8px 10px;
	 width: 100%;
}
@media only screen and (max-width: 767.98px) {
	 .blog-comment-wrapper .comment-post-box .coment-field {
	 	margin-bottom: 20px;
	 }
}
.blog-comment-wrapper .comment-post-box textarea {
	 height: 130px;
	 margin-bottom: 20px;
	 padding: 10px;
	 width: 100%;
	 background: #f8f8f8;
	 border: none;
}
.blog-comment-wrapper .comment-post-box .coment-btn {
	 margin-top: 30px;
}
@media only screen and (max-width: 767.98px) {
	 .blog-comment-wrapper .comment-post-box .coment-btn {
	 	margin-top: 10px;
	 }
}

/*------- blog comment box end --------*/
/*------- about us area start -------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .about-thumb {
	 	text-align: center;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .about-thumb {
	 	text-align: center;
	 }
	 .about-thumb img {
	 	width: 100%;
	 }
}
.about-title {
	 font-size: 48px;
	 color: #d1d1d1;
	 display: block;
	 line-height: 1.1;
	 margin-bottom: 38px;
}
@media only screen and (max-width: 767.98px) {
	 .about-title {
	 	font-size: 26px;
	 	color: #222222;
	 	margin-bottom: 25px;
	 }
}
.about-sub-title {
	 line-height: 1.5;
	 padding-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
	 .about-sub-title {
	 	font-size: 16px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .about-content {
	 	text-align: center;
	 	padding: 52px 30px 0;
	 	margin-bottom: -6px;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .about-content {
	 	padding: 52px 0 0 0;
	 }
}
.about-content p {
	 font-size: 15px;
	 line-height: 1.8;
	 padding-bottom: 12px;
}
.about-content p:last-child {
	 padding-bottom: 0;
}

/*------- about us area end -------*/
/*-------- choosing area start --------*/
.choosing-area {
	 margin-bottom: -4px;
}

@media only screen and (max-width: 767.98px) {
	 .single-choose-item {
	 	padding: 0 20px;
	 }
}
.single-choose-item i {
	 color: #969ca7;
	 font-size: 44px;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.single-choose-item h4 {
	 color: #222222;
	 font-size: 18px;
	 font-weight: 500;
	 padding: 15px 0 10px;
}
.single-choose-item:hover i {
	 color: #c29958;
}

/*-------- choosing area end --------*/
/*------- team area start -------*/
.team-member {
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.team-member .team-thumb {
	 position: relative;
	 text-align: center;
	 overflow: hidden;
}
.team-member .team-thumb img {
	 width: 100%;
}
.team-member .team-thumb .team-social {
	 bottom: 0;
	 right: 0;
	 width: 100%;
	 padding: 10px 0;
	 position: absolute;
	 background-color: #fff;
	 -webkit-transform: translateY(100%);
	 	 	-ms-transform: translateY(100%);
	 	 	 	  transform: translateY(100%);
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 opacity: 0;
	 visibility: hidden;
}
.team-member .team-thumb .team-social a {
	 color: #222222;
	 width: 30px;
	 height: 30px;
	 font-size: 14px;
	 display: inline-block;
	 text-align: center;
	 line-height: 30px;
	 background-color: #f5f5f5;
	 border-radius: 5px;
	 margin-left: 5px;
}
.team-member .team-thumb .team-social a:hover {
	 color: #fff;
	 background-color: #c29958;
	 border-color: #c29958;
}
.team-member .team-content .team-member-name {
	 padding-top: 15px;
}
.team-member .team-content p {
	 font-size: 14px;
	 line-height: 1;
	 padding-top: 5px;
	 color: #c29958;
}
.team-member:hover .team-social {
	 opacity: 1;
	 visibility: visible;
	 -webkit-transform: translateY(0);
	 	 	-ms-transform: translateY(0);
	 	 	 	  transform: translateY(0);
}
.team-member:hover .team-thumb img {
	 opacity: 0.5;
}

/*------- team area end -------*/
/*------ shop page style start ------*/
.shop-top-bar {
	 margin-bottom: 30px;
}

.top-bar-right {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
}
@media only screen and (max-width: 767.98px) {
	 .top-bar-right {
	 	padding-top: 15px;
	 	-webkit-box-pack: justify;
	 	-webkit-justify-content: space-between;
	 	 	 	-ms-flex-pack: justify;
	 	 	 	 	  justify-content: space-between;
	 }
}
.top-bar-right .product-view-mode {
	 margin-left: 60px;
}
@media only screen and (max-width: 479.98px) {
	 .top-bar-right .product-view-mode {
	 	margin-left: 0;
	 }
}
.top-bar-right .product-view-mode a {
	 color: #b6b6b6;
	 display: inline-block;
	 text-align: center;
	 margin-left: 10px;
}
.top-bar-right .product-view-mode a i {
	 font-size: 20px;
	 margin-top: 6px;
}
.top-bar-right .product-view-mode a:hover {
	 color: #c29958;
}
.top-bar-right .product-view-mode a.active {
	 color: #c29958;
}
.top-bar-right .product-amount p {
	 color: #777;
	 font-size: 14px;
}

.top-bar-left {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-pack: end;
	 -webkit-justify-content: flex-end;
	 	 	-ms-flex-pack: end;
	 	 	 	  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
	 .top-bar-left {
	 	-webkit-box-pack: center;
	 	-webkit-justify-content: center;
	 	 	 	-ms-flex-pack: center;
	 	 	 	 	  justify-content: center;
	 }
}
.top-bar-left .product-short {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
}
.top-bar-left .product-short p {
	 margin-left: 10px;
}

.nice-select {
	 height: 41px;
	 line-height: 41px;
	 width: 100%;
	 padding: 0 10px;
	 margin-left: 5px;
	 padding-left:25px;
}
#submit_product_list_filter_sort_dir,#clear_product_list_filter,#submit_product_list_filter{
	background: #C09A57;
	display: inline-block;
	height:35px;
	font-size: 15px;
	line-height: 35px!important;
	color:#FFF;
	border-radius: 5px;
	min-width: 50px;
	text-align: center;
	padding:0!important;
}
#clear_product_list_filter i,#submit_product_list_filter i{
	line-height: 35px!important;
	position: static!important;
	width:100%;
}
.control-item.col.align-items-center{
	padding:0!important;
}
.control-item.col.align-items-center a,.control-item.col.align-items-center button{
	width:48%;
	margin:0!important;
	float:right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .nice-select {
	 	width: 100%;
	 }
}
@media only screen and (max-width: 479.98px) {
	 .nice-select {
	 	width: 100%;
	 }
	 .form-horizontal .form_sort_count > *{
	 }
	 .form-horizontal .form_sort_count > * select{
	 	margin-bottom:10px!important;
	 }
	 .col-md-3.p-3.col-6{
	 	padding:5px!important;
	 }
	 .jshop_price{
	 	white-space:nowrap;
	 }
}
.nice-select.open {
	 border-color: #c29958;
}
.nice-select .list {
	 left: 0;
	 right: auto;
	 width: 100%;
}
.nice-select .option {
	 font-size: 13px;
	 line-height: 34px;
	 min-height: 34px;
}
.nice-select:after {
	 height: 6px;
	 width: 6px;
	 border-bottom: 1px solid #999;
	 border-left: 1px solid #999;
}

/*----- shop main wrapper end -----*/
/*----- product change view start -----*/
.shop-product-wrap.list-view .product-item {
	 display: none;
}

.shop-product-wrap.grid-view .product-item {
	 display: block;
	 -webkit-animation-name: zoomIn;
	 	 	 	  animation-name: zoomIn;
	 -webkit-animation-duration: 1s;
	 	 	 	  animation-duration: 1s;
	 padding: 0;
}

.shop-product-wrap.grid-view .product-list-item {
	 display: none !important;
}

.shop-product-wrap.list-view .product-list-item {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-animation-name: fadeInRight;
	 	 	 	  animation-name: fadeInRight;
	 -webkit-animation-duration: 1s;
	 	 	 	  animation-duration: 1s;
}

.shop-product-wrap.row.list-view .col-md-4 {
	 -webkit-box-flex: 0;
	 -webkit-flex: 0 0 100%;
	 	 	-ms-flex: 0 0 100%;
	 	 	 	  flex: 0 0 100%;
	 max-width: 100%;
}

.shop-product-wrap [class*=col-] {
	 margin-bottom: 30px;
}

/*----- product change view end -----*/
/*------ shop page style start ------*/
/*----- product details slider start ----*/
.pro-large-img {
	 position: relative;
	 cursor: pointer;
}
.pro-large-img img {
	 width: 100%;
	 -webkit-transition: none;
	 -o-transition: none;
	 transition: none;
}

.pro-nav-thumb {
	 cursor: pointer;
}

.pro-nav {
	 margin-top: 20px;
}

/*----- product details slider end ----*/
/*----- product details content start ----*/
.option-title {
	 line-height: 1;
	 font-weight: 400;
	 margin-left: 10px;
}

.product-details-des .product-name {
	 font-weight: 400;
	 padding-top: 5px;
	 padding-bottom: 5px;
}
@media only screen and (max-width: 575.98px) {
	 .product-details-des .product-name {
	 	font-size: 17px;
	 }
}
.product-details-des .pro-review {
	 padding-right: 10px;
}
.product-details-des .pro-review span {
	 font-size: 14px;
	 line-height: 1;
	 color: #555555;
}
.product-details-des .price-box {
	 padding-top: 10px;
	 padding-bottom: 10px;
}
.product-details-des .customer-rev {
	 padding-top: 10px;
}
.product-details-des .customer-rev a {
	 color: #222222;
	 font-size: 13px;
}
.product-details-des .customer-rev a:hover {
	 color: #c29958;
}
.product-details-des .offer-text {
	 font-weight: 400;
}
.product-details-des .quantity-cart-box {
	 margin-bottom: 0px;
}
.product-details-des .quantity {
	 margin: 0px;
}
.product-details-des .quantity .pro-qty {
	 width: 100%;
	 height: 40px;
	 border: 1px solid #ddd;
	 padding: 0 15px;
	 border-radius: 40px;
	 float: right;
	 position: relative;
}
.product-details-des .quantity .pro-qty .qtybtn {
	 width: 15px;
	 display: block;
	 float: right;
	 line-height: 40px;
	 cursor: pointer;
	 text-align: center;
	 font-size: 16px;
	 color: #555555;
}
.dec.qtybtn{
	position: absolute;
	right:5px;
	top:0px;
}
.inc.qtybtn{
	position: absolute;
	left:5px;
	top:0px;
}
.product-details-des .quantity .pro-qty input {
	 width: 100%;
	 float: right;
	 border: none;
	 height: 40px;
	 line-height: 40px;
	 padding: 0;
	 text-align: center;
	 background-color: transparent;
}
.product-details-des .pro-desc {
	 margin-bottom: 20px;
}
.product-details-des .availability {
	 margin-bottom: 15px;
}
.product-details-des .availability i {
	 color: #81ca33;
}
.product-details-des .availability span {
	 color: #555555;
	 font-size: 13px;
	 font-weight: 500;
	 line-height: 1;
	 padding-right: 3px;
	 text-transform: uppercase;
}
.product-details-des .useful-links {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 margin-bottom: 20px;
}
.product-details-des .useful-links a {
	 font-size: 14px;
	 font-weight: 500;
	 color: #222222;
	 margin-left: 20px;
}
.product-details-des .useful-links a:hover {
	 color: #c29958;
}
.product-details-des .useful-links a i {
	 font-size: 20px;
	 padding-left: 5px;
	 vertical-align: middle;
}
.product-details-des .like-icon {
	 padding-top: 20px;
	 border-top: 1px solid #efefef;
}
.product-details-des .like-icon a {
	 color: #fff;
	 text-align: center;
	 display: inline-block;
	 font-size: 12px;
	 line-height: 22px;
	 padding: 0 8px;
	 margin-left: 6px;
	 border-radius: 3px;
}
@media only screen and (max-width: 479.98px) {
	 .product-details-des .like-icon a {
	 	margin-left: 0;
	 }
}
.product-details-des .like-icon a i {
	 padding-left: 5px;
}
.product-details-des .like-icon a.facebook {
	 background-color: #3B5999;
}
.product-details-des .like-icon a.twitter {
	 background-color: #1DA1F2;
}
.product-details-des .like-icon a.pinterest {
	 background-color: #CB2028;
}
.product-details-des .like-icon a.google {
	 background-color: #fe6d4c;
}
.product-details-des .like-icon a:hover.facebook {
	 background-color: #2d4474;
}
.product-details-des .like-icon a:hover.twitter {
	 background-color: #0c85d0;
}
.product-details-des .like-icon a:hover.pinterest {
	 background-color: #9f191f;
}
.product-details-des .like-icon a:hover.google {
	 background-color: #fe4419;
}
.product-details-des .share-icon {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-flex-wrap: wrap;
	 	 	-ms-flex-wrap: wrap;
	 	 	 	  flex-wrap: wrap;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
}
.product-details-des .share-icon a {
	 color: #555555;
	 text-align: center;
	 display: inline-block;
	 font-size: 16px;
	 padding: 0 8px;
	 margin-left: 5px;
}
@media only screen and (max-width: 479.98px) {
	 .product-details-des .share-icon a {
	 	padding: 0 5px;
	 }
}
.product-details-des .share-icon a:hover {
	 color: #c29958;
}
.product-details-des .color-option {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-flex-wrap: wrap;
	 	 	-ms-flex-wrap: wrap;
	 	 	 	  flex-wrap: wrap;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
	 margin-bottom: 18px;
}
.product-details-des .pro-size {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
	 margin-bottom: 18px;
}
.product-details-des .pro-size .nice-select {
	 width: 100px;
	 height: 40px;
	 line-height: 40px;
	 border-radius: 40px;
}
.radio_attr_label span{
	display:none;
}
.input_type_radio{
	position: relative;
}
.radio_attr_label{
	width:12px;
	height:12px;
	display:block;
	border-radius: 100px;
	position: absolute;
	right:1px;
	top:5px;
	overflow:hidden;
	cursor: pointer;
}
.radio_attr_label:focus{
}
.radio_attr_label img{
	width:20px;
	height:20px;
	display:block;
	border-radius: 100px;
	position: absolute;
}
.product-details-des .group-product-table {
	 margin-top: 30px;
	 margin-bottom: 20px;
	 display: block;
}
.product-details-des .group-product-table.table-bordered {
	 border: none;
}
.product-details-des .group-product-table td {
	 width: 33.33%;
	 padding: 8px;
	 vertical-align: middle;
}
.product-details-des .group-product-table td a {
	 color: #555555;
}
.product-details-des .group-product-table td a:hover {
	 color: #c29958;
}
.product-details-des .group-product-table td .pro-qty {
	 width: 90px;
	 height: 35px;
	 border: 1px solid #ddd;
	 padding: 0 15px;
	 float: right;
}
.product-details-des .group-product-table td .pro-qty .qtybtn {
	 width: 15px;
	 display: block;
	 float: right;
	 line-height: 31px;
	 cursor: pointer;
	 text-align: center;
	 font-size: 15px;
	 font-weight: 700;
	 color: #555555;
}
.product-details-des .group-product-table td .pro-qty input {
	 width: 28px;
	 float: right;
	 border: none;
	 height: 33px;
	 line-height: 33px;
	 padding: 0;
	 text-align: center;
	 background-color: transparent;
}

/*------ countdown style end ------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product-details-des {
	 	margin-top: 76px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .product-details-des {
	 	margin-top: 58px;
	 }
}
.product-details-des.quick-details {
	 margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product-details-des.quick-details {
	 	margin-top: 0;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .product-details-des.quick-details {
	 	margin-top: 30px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product-details-des.quick-details .product-name {
	 	font-size: 20px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .product-details-des.quick-details .product-name {
	 	font-size: 18px;
	 }
}
.product-details-des.box-layout {
	 padding-top: 47px;
	 text-align: center;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -webkit-flex-direction: column;
	 	 	-ms-flex-direction: column;
	 	 	 	  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .product-details-des.box-layout {
	 	margin-top: 0;
	 }
}
.product-details-des.box-layout p {
	 max-width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .product-details-des.box-layout p {
	 	max-width: 100%;
	 	padding: 0 15px;
	 }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .product-details-des.sidebar-sticky {
	 	margin-top: 0;
	 }
}
.product-details-des.quick-des p {
	 padding-top: 0;
}

/*----- product details content end ----*/
/*----- reviews area start -----*/
.product-review-info .nav.review-tab li a {
	 color: #fff;
	 display: block;
	 font-size: 16px;
	 line-height: 1;
	 padding: 8px 10px;
	 border: 1px solid #c29958;
	 border-bottom: none;
	 background-color: #c29958;
}
.product-review-info .nav.review-tab li a:hover, .product-review-info .nav.review-tab li a.active {
	 color: #555555;
	 background-color: #fff;
	 border-color: #ddd;
}
@media only screen and (max-width: 479.98px) {
	 .product-review-info .nav.review-tab li a {
	 	font-size: 14px;
	 }
}
.product-review-info .tab-content.reviews-tab {
	 border: 1px solid #efefef;
	 padding: 15px 20px 20px;
}
.product-review-info .tab-content.reviews-tab .table {
	 margin-bottom: 0;
}
.product-review-info .tab-content.reviews-tab .table tr {
}
.product-review-info .tab-content .review-description {
	 padding-top: 25px;
	 padding-bottom: 25px;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .product-review-info .tab-content .review-description {
	 	padding: 15px 0;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .product-review-info .tab-content .review-description {
	 	display: block;
	 }
}
.product-review-info .tab-content .review-description .tab-thumb {
	 -webkit-flex-basis: 300px;
	 	 	-ms-flex-preferred-size: 300px;
	 	 	 	  flex-basis: 300px;
}
@media only screen and (max-width: 767.98px) {
	 .product-review-info .tab-content .review-description .tab-thumb {
	 	-webkit-flex-basis: 220px;
	 	 	 	-ms-flex-preferred-size: 220px;
	 	 	 	 	  flex-basis: 220px;
	 }
}
.product-review-info .tab-content .review-description .tab-des {
	 padding-right: 40px;
	 -webkit-flex-basis: calc(100% - 300px);
	 	 	-ms-flex-preferred-size: calc(100% - 300px);
	 	 	 	  flex-basis: calc(100% - 300px);
}
@media only screen and (max-width: 767.98px) {
	 .product-review-info .tab-content .review-description .tab-des {
	 	padding-right: 14px;
	 	-webkit-flex-basis: calc(100% - 220px);
	 	 	 	-ms-flex-preferred-size: calc(100% - 220px);
	 	 	 	 	  flex-basis: calc(100% - 220px);
	 }
}
.product-review-info .tab-content .review-description .tab-des h3 {
	 color: #c29958;
	 font-size: 20px;
	 font-weight: 22px;
	 font-weight: 700;
	 padding-bottom: 10px;
}
.product-review-info .tab-content .review-description .tab-des ul li {
	 font-size: 13px;
	 list-style: inherit;
}

.review-form h5 {
	 font-size: 18px;
	 font-weight: 500;
	 padding-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
	 .review-form h5 {
	 	font-size: 16px;
	 }
}

.total-reviews {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 padding-bottom: 50px;
}
@media only screen and (max-width: 479.98px) {
	 .total-reviews {
	 	display: block;
	 }
}
.total-reviews .rev-avatar {
	 -webkit-flex-basis: 60px;
	 	 	-ms-flex-preferred-size: 60px;
	 	 	 	  flex-basis: 60px;
	 max-height: 60px;
}
@media only screen and (max-width: 479.98px) {
	 .total-reviews .rev-avatar {
	 	margin-bottom: 20px;
	 }
}
.total-reviews .review-box {
	 margin-right: 10px;
	 border: 1px solid #efefef;
	 padding: 10px;
	 -webkit-flex-basis: calc(100% - 70px);
	 	 	-ms-flex-preferred-size: calc(100% - 70px);
	 	 	 	  flex-basis: calc(100% - 70px);
}
@media only screen and (max-width: 479.98px) {
	 .total-reviews .review-box {
	 	margin-right: 0;
	 }
}
.total-reviews .review-box .post-author {
	 padding-bottom: 10px;
}
.total-reviews .review-box .post-author p {
	 font-size: 12px;
	 font-style: italic;
}
.total-reviews .review-box .post-author p span {
	 font-size: 13px;
}
.total-reviews .review-box p {
	 font-size: 14px;
	 font-style: italic;
}

/*----- reviews area end -----*/
/* Checkout Login Coupon Accordion Start */
.checkout-page-wrapper {
	 margin-bottom: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .checkout-page-wrapper {
	 	margin-bottom: 0;
	 }
}

.checkoutaccordion {
	 margin-bottom: 46px;
}
.checkoutaccordion h6 {
	 background-color: #f7f7f7;
	 border-top: 3px solid #c29958;
	 font-size: 14px;
	 padding: 15px 20px;
	 position: relative;
}
.checkoutaccordion h6 span {
	 color: #c29958;
	 cursor: pointer;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 margin-right: 10px;
}
@media only screen and (max-width: 479.98px) {
	 .checkoutaccordion h6 span {
	 	display: block;
	 	padding-top: 5px;
	 	margin-right: 0;
	 }
}
.checkoutaccordion h6 span:hover {
	 color: #222222;
}
@media only screen and (max-width: 479.98px) {
	 .checkoutaccordion h6 {
	 	font-size: 14px;
	 }
}
.checkoutaccordion .card {
	 border: none;
	 padding: 0;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
	 margin-bottom: 30px;
}
.checkoutaccordion .card:last-child {
	 margin-bottom: 0;
}
.checkoutaccordion .card .card-body {
	 border: 1px solid #ccc;
	 font-size: 14px;
	 padding: 20px;
}
.checkoutaccordion .card .card-body .cart-update-option {
	 border: none;
	 padding: 0;
}
.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
	 padding: 12px 10px;
	 background-color: #f7f7f7;
	 border: 1px solid #ccc;
	 margin-left: 15px;
}
@media only screen and (max-width: 479.98px) {
	 .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
	 	margin-bottom: 15px;
	 }
}

.checkout-box-wrap .custom-control {
	 padding-right: 0;
	 margin-right: 1.5rem;
}

.checkout-billing-details-wrap .billing-form-wrap {
	 margin-top: -20px;
}

.checkout-title {
	 border-bottom: 1px solid #efefef;
	 padding-bottom: 15px;
	 margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
	 .checkout-title {
	 	margin-bottom: 26px;
	 }
}

.forget-pwd {
	 color: #c29958;
	 font-size: 12px;
	 margin-top: -6px;
}

.single-form-row {
	 margin-top: 15px;
	 display: none;
}
.single-form-row p {
	 margin: 0;
	 font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .order-summary-details {
	 	margin-top: 70px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .order-summary-details {
	 	margin-top: 52px;
	 }
}

.order-summary-table {
	 background-color: #f7f7f7;
	 margin-top: 34px;
}
.order-summary-table .table,
.order-summary-table table {
	 color: #222222;
	 margin-bottom: 0;
	 font-size: 15px;
	 white-space: nowrap;
}
.order-summary-table .table tr td,
.order-summary-table .table tr th,
.order-summary-table table tr td,
.order-summary-table table tr th {
	 font-weight: 400;
	 vertical-align: middle;
	 padding: 15px 10px;
	 border-width: 1px;
}
.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
	 color: #222222;
	 font-weight: 400;
}
.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
	 font-weight: 400;
}
.order-summary-table .shipping-type {
	 text-align: right;
}
.order-summary-table .shipping-type li {
	 margin-bottom: 5px;
}
.order-summary-table .shipping-type li:last-child {
	 margin-bottom: 0;
}
.order-summary-table .table > :not(:last-child) > :last-child > * {
	 border-bottom-color: inherit;
}

.order-payment-method {
	 background-color: #f7f7f7;
	 padding: 40px 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .order-payment-method {
	 	padding: 32px 20px 36px;
	 }
}

.single-payment-method {
	 margin-bottom: 20px;
}
.single-payment-method:last-child {
	 margin-bottom: 0;
}
.single-payment-method:first-child .payment-method-details {
	 display: block;
}
.single-payment-method label,
.single-payment-method .custom-control-label {
	 font-weight: 700;
}
.single-payment-method .paypal-card {
	 max-width: 150px;
	 height: 50px;
	 margin-top: 10px;
	 display: block;
}
.single-payment-method .payment-method-details {
	 background-color: #f1f1f1;
	 color: #222222;
	 font-weight: 400;
	 font-size: 13px;
	 padding: 10px;
	 position: relative;
	 margin-top: 20px;
	 display: none;
}
.single-payment-method .payment-method-details:after {
	 content: "";
	 position: absolute;
	 border-right: 10px solid transparent;
	 border-left: 10px solid transparent;
	 border-bottom: 10px solid #f1f1f1;
	 bottom: 100%;
}
.single-payment-method .payment-method-details * {
	 margin: 0;
}

.summary-footer-area .btn-brand {
	 margin-top: 40px;
}

/*------- input box style css start -------*/
.single-input-item {
	 margin-top: 20px;
}
.single-input-item label {
	 color: #222222;
	 font-size: 14px;
}
.single-input-item label.required:after {
	 content: "*";
	 color: red;
	 font-size: 14px;
	 margin-right: 3px;
	 margin-top: 5px;
}
.single-input-item input,
.single-input-item textarea,
.single-input-item select {
	 color: #555555;
	 border: 1px solid #ccc;
	 padding: 12px 10px;
	 width: 100%;
	 font-size: 14px;
	 background: #f7f7f7;
}
.single-input-item input:active, .single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
	 border-color: #c29958;
	 background-color: #fff;
}
.single-input-item .nice-select {
	 width: 100%;
	 border-radius: 0;
	 height: 48px;
	 border-color: #ccc;
	 background-color: #f7f7f7;
}
.single-input-item .nice-select .current {
	 color: #555555;
}
.single-input-item .nice-select .list {
	 max-height: 200px;
	 overflow: auto;
	 width: 100%;
}

/*------- input box style css end -------*/
/*--------- Cart Page Wrapper Start ---------*/
.cart-table .table {
	 margin: 0;
	 font-size:12px!important;
}
.cart-table .table thead {
	 background-color: #c29958;
}
.cart-table .table thead tr th {
	 border-color: #c29958;
	 border-bottom: 0 solid transparent;
	 color: #fff;
	 font-size: 14px;
	 font-weight: 700;
	 padding: 5px;
	 text-align: center;
}
.cart-table .table tbody tr td {
	 border-color: #ccc;
	 text-align: center;
	 padding: 5px;
	 vertical-align: middle;
	 font-weight: 500;
	 color: #222222;
}
.cart-table .table tbody tr td a {
	 color: #222222;
	 font-weight: 400;
}
.cart-table .table tbody tr td a:hover {
	 color: #c29958;
}
.cart-table .table tbody tr td.pro-title,.cart-table .table thead tr th.pro-title{
	width:30%;
}
.cart-table .table tr .pro-thumbnail img{
	width:60px!important;
}
.cart-table .table tbody tr td a.btn {
	 color: #fff;
}
.cart-table .table tbody tr td a.btn:hover {
	 color: #fff;
}
.cart-table .table tbody tr td a.check-btn {
	 color: #fff;
}
.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
	 width: 60px;
}
.cart-table .table tr .pro-qty {
	 width: 100%;
	 height: 40px;
	 border: 1px solid #ddd;
	 padding: 0 15px;
	 float: right;
}
#cart_order_table.cart-table .table tr .pro-qty {
	padding:0!important;
}
.header-configure-area ul li a i.fa-trash-o{
	font-size:10px!important;
}
.cart-table .table tr .pro-qty{
	min-width:60px;
}
#cart_order_table.cart-table .table tbody tr td{
	padding:1px!important;
}
.cart-table .table tr .pro-qty .qtybtn {
	 width: 15px;
	 display: block;
	 float: right;
	 line-height: 38px;
	 cursor: pointer;
	 text-align: center;
	 font-size: 22px;
	 font-weight: 400;
	 color: #555555;
}
.cart-table .table tr .pro-qty input {
	 width: 28px;
	 float: right;
	 border: none;
	 height: 40px;
	 line-height: 34px;
	 padding: 0;
	 text-align: center;
	 background-color: transparent;
}

.cart-update-option {
	 border: 1px solid #ccc;
	 margin-top: 15px;
	 padding: 15px 20px;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
	 -webkit-box-pack: justify;
	 -webkit-justify-content: space-between;
	 	 	-ms-flex-pack: justify;
	 	 	 	  justify-content: space-between;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
	 .cart-update-option {
	 	margin-top: 0;
	 	border-top: 0 solid transparent;
	 }
}
.cart-update-option .apply-coupon-wrapper {
	 width: 55%;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991px) {
	 .cart-update-option .apply-coupon-wrapper {
	 	width: auto;
	 }
}
.cart-update-option .apply-coupon-wrapper form {
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
	 -webkit-box-pack: center;
	 -webkit-justify-content: center;
	 	 	-ms-flex-pack: center;
	 	 	 	  justify-content: center;
	 white-space: nowrap;
}
.cart-update-option .apply-coupon-wrapper form input {
	 border: 1px solid #ccc;
	 font-size: 14px;
	 padding: 9px 10px;
	 outline: none;
	 margin-left: 15px;
	 width: 100%;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.cart-update-option .apply-coupon-wrapper form input:focus, .cart-update-option .apply-coupon-wrapper form input:active {
	 border-color: #c29958;
}
@media only screen and (max-width: 767.98px) {
	 .cart-update-option .apply-coupon-wrapper button {
	 	display: block;
	 	width: 100%;
	 	margin-top: 15px;
	 	border-radius: 0;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .cart-update-option .cart-update {
	 	margin-top: 15px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .cart-update-option .cart-update .btn {
	 	width: 100%;
	 }
}

.cart-calculator-wrapper {
	 margin-top: 0px;
	 background-color: #f8f8f8;
}
.cart-calculator-wrapper h6 {
	 padding: 20px 15px 18px;
	 margin-bottom: 0;
}
.cart-calculator-wrapper .cart-calculate-items {
	 font-weight: 500;
}
.cart-calculator-wrapper .cart-calculate-items .table {
	 margin-bottom: 0;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td {
	 color: #222222;
	 padding: 15px 20px;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
	 color: #222222;
	 text-align: left;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
	 color: #c29958;
	 font-weight: 700;
}
.cart-calculator-wrapper a {
	 border-radius: 0;
	 text-align: center;
}

/*--------- Cart Page Wrapper end ---------*/
/*------ Start Compare Page Wrapper -----*/
.compare-table .table tbody tr td {
	 text-align: center;
	 padding: 20px 20px;
	 vertical-align: middle;
	 border-color: #ccc;
}
.compare-table .table tbody tr td.first-column {
	 min-width: 175px;
	 font-size: 15px;
	 font-weight: 500;
	 color: #222222;
	 margin: 0;
}
@media only screen and (max-width: 767.98px) {
	 .compare-table .table tbody tr td.first-column {
	 	min-width: 115px;
	 }
}
.compare-table .table tbody tr td.product-image-title {
	 min-width: 310px;
	 vertical-align: bottom;
}
@media only screen and (max-width: 767.98px) {
	 .compare-table .table tbody tr td.product-image-title {
	 	min-width: 220px;
	 }
}
.compare-table .table tbody tr td.product-image-title .image {
	 clear: both;
	 width: 100%;
	 margin-bottom: 15px;
	 display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
	 float: right;
	 clear: both;
	 color: #c29958;
	 letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
	 float: right;
	 clear: both;
	 font-size: 16px;
	 color: #222222;
	 font-weight: 500;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
	 color: #c29958;
}
.compare-table .table tbody tr td.pro-desc p {
	 text-align: right;
	 margin: 0;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
	 font-size: 14px;
	 font-weight: 400;
}
.compare-table .table tbody tr td.pro-remove button {
	 border: none;
	 background-color: transparent;
	 padding: 0;
	 cursor: pointer;
	 -webkit-transition: 0.4s;
	 -o-transition: 0.4s;
	 transition: 0.4s;
}
.compare-table .table tbody tr td.pro-remove button:hover {
	 color: #e74c3c;
}
.compare-table .table tbody tr td.pro-remove button i {
	 font-size: 20px;
}
.compare-table .table tbody tr td.pro-ratting i {
	 color: #c29958;
}

/*------ end Compare Page Wrapper -----*/
/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -webkit-flex-direction: column;
	 	 	-ms-flex-direction: column;
	 	 	 	  flex-direction: column;
}
.myaccount-tab-menu a {
	 border: 1px solid #efefef;
	 border-bottom: none;
	 color: #222222;
	 font-weight: 400;
	 font-size: 15px;
	 display: block;
	 padding: 10px 15px;
}
.myaccount-tab-menu a:last-child {
	 border-bottom: 1px solid #efefef;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
	 background-color: #c29958;
	 border-color: #c29958;
	 color: #fff;
}
.myaccount-tab-menu a i.fa {
	 font-size: 14px;
	 text-align: center;
	 width: 25px;
}

@media only screen and (max-width: 767.98px) {
	 #myaccountContent {
	 	margin-top: 30px;
	 }
}

.myaccount-content {
	 border: 1px solid #eeeeee;
	 padding: 30px;
}
@media only screen and (max-width: 575.98px) {
	 .myaccount-content {
	 	padding: 20px 15px;
	 }
}
.myaccount-content form {
	 margin-top: -20px;
}
.myaccount-content h5 {
	 border-bottom: 1px dashed #ccc;
	 padding-bottom: 10px;
	 margin-bottom: 25px;
}
.myaccount-content .welcome a {
	 color: #222222;
}
.myaccount-content .welcome a:hover {
	 color: #c29958;
}
.myaccount-content .welcome strong {
	 font-weight: 500;
	 color: #c29958;
}
.myaccount-content fieldset {
	 margin-top: 20px;
}
.myaccount-content fieldset legend {
	 color: #222222;
	 font-size: 20px;
	 margin-top: 20px;
	 font-weight: 400;
	 border-bottom: 1px dashed #ccc;
}

.myaccount-table {
	 white-space: nowrap;
	 font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
	 color: #222222;
	 padding: 10px;
	 font-weight: 400;
	 background-color: #f8f8f8;
	 border-color: #ccc;
	 border-bottom: 0;
}
.myaccount-table table td,
.myaccount-table .table td {
	 padding: 10px;
	 vertical-align: middle;
	 border-color: #ccc;
}

.saved-message {
	 background-color: #f4f5f7;
	 border-top: 3px solid #c29958;
	 border-radius: 5px 5px 0 0;
	 font-weight: 400;
	 font-size: 15px;
	 color: #555555;
	 padding: 20px;
}

/*-------- Start My Account Page Wrapper --------*/
/*------ Start Login & Register Page ------*/
.login-reg-form-wrap {
	 background-color: #fff;
	 -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	 	 	 	  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	 padding: 23px 30px 30px;
}
@media only screen and (max-width: 575.98px) {
	 .login-reg-form-wrap {
	 	padding: 23px 15px 30px;
	 }
}
.login-reg-form-wrap form .create-account {
	 margin-top: 25px;
}
.login-reg-form-wrap .login-reg-form-meta a {
	 color: #c29958;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .sign-up-form {
	 	margin-top: 80px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .sign-up-form {
	 	margin-top: 62px;
	 }
}

/*------ end Login & Register Page ------*/
/*----- Google map area start -----*/
#google-map {
	 height: 500px;
	 width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 #google-map {
	 	height: 400px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 #google-map {
	 	height: 350px;
	 }
}

/*----- Google map area end -----*/
/*------ contact form area start -------*/
.contact-area {
	 margin-top: -4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .contact-area {
	 	margin-bottom: -5px;
	 }
}

.contact-message h2 {
	 color: #222222;
	 font-size: 22px;
	 font-weight: 500;
	 line-height: 1;
	 padding-bottom: 28px;
}
@media only screen and (max-width: 575.98px) {
	 .contact-message h2 {
	 	font-size: 18px;
	 	padding-bottom: 15px;
	 }
}
.contact-message form input, .contact-message form textarea {
	 width: 100%;
	 border: none;
	 padding: 10px 10px;
	 border-bottom: 3px solid transparent;
	 background-color: #f7f7f7;
	 margin-bottom: 30px;
}
.contact-message form textarea {
	 height: 150px;
}

/*------ contact form area start -------*/
/*------ contact info area start -------*/
.contact-info {
	 height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .contact-info {
	 	margin-top: 77px;
	 }
}
@media only screen and (max-width: 767.98px) {
	 .contact-info {
	 	margin-top: 60px;
	 }
}
.contact-info p {
	 padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .contact-info p {
	 	padding-bottom: 10px;
	 }
}
.contact-info ul li {
	 border-bottom: 1px solid #efefef;
	 padding-bottom: 15px;
	 margin-bottom: 15px;
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 	 	-ms-flex-align: center;
	 	 	 	  align-items: center;
}
@media only screen and (max-width: 479.98px) {
	 .contact-info ul li {
	 	-webkit-box-align: baseline;
	 	-webkit-align-items: baseline;
	 	 	 	-ms-flex-align: baseline;
	 	 	 	 	  align-items: baseline;
	 }
}
.contact-info ul li:last-child {
	 border-bottom: none;
}
.contact-info ul li i {
	 font-size: 18px;
	 padding-left: 10px;
}
.contact-info .working-time h6 {
	 padding-bottom: 5px;
}
.contact-info .working-time p {
	 padding-bottom: 0;
}
.contact-info .working-time p span {
	 color: #222222;
	 padding-left: 10px;
}

.contact-title {
	 line-height: 1;
	 padding-bottom: 22px;
}
@media only screen and (max-width: 575.98px) {
	 .contact-title {
	 	font-size: 18px;
	 	padding-bottom: 8px;
	 }
}

/*------ contact info area end -------*/
/*----- footer area start -----*/
.footer-top {
	 position: relative;
	 z-index: 2;
}
footer{
	 background-image: linear-gradient(#FFF, #EFEFEF);
	position:relative;
}
@media(min-width:1024px){
	footer:before{
		content:'';
		width:30%;
		height:90%;
		position: absolute;
		left:0;
		bottom:0;
		background: url('../images/footer.svg') no-repeat left bottom;
		background-size: auto 100%;
		z-index: 1;
	}
	footer:after{
		content:'';
		width:20%;
		height:90%;
		position: absolute;
		right:0;
		bottom:0;
		background: url('../images/about.svg') no-repeat right bottom;
		background-size: auto 100%;
	}
}
.desktop-menu .products{
	background: url('../images/footer.svg') no-repeat left bottom #FFF!important;
	background-size: auto 100%!important;
}
@media(max-width:1024px){
	footer:after{
		content:'';
		width:100%;
		height:100%;
		position: absolute;
		right:0;
		bottom:0;
		background: url('../images/about.svg') no-repeat right bottom;
		background-size: auto 100%;
		opacity: 0.125;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
	 .footer-top [class*=col-] .widget-item {
	 	margin-bottom: 30px;
	 }
}
.footer-top [class*=col-]:last-child .widget-item {
	 margin-bottom: 0;
}

.widget-title {
	 margin-top:0px;
	 margin-bottom: 23px;
}
.moduletable.mod_gallery .widget-title{
	text-align:center;
}
.contact-block li {
	 font-size: 14px;
	 margin-bottom: 8px;
}
.contact-block li:last-child {
	 margin-bottom: 0;
}
.contact-block li i {
	 font-size: 18px;
	 padding-left: 5px;
	 vertical-align: middle;
}
.contact-block li a {
	 color: #555555;
}
.contact-block li a:hover {
	 color: #c29958;
	 letter-spacing: 1.1px;
}

.info-list {
	 display: block;
	 grid-template-columns: auto auto;
}
.info-list li {
	 margin-bottom: 8px;
}
.info-list li a {
	 font-size: 14px;
	 color: #555555;
}
.info-list li a:hover {
	 color: #c29958;
}

.social-link {
	 margin-top: 30px;
	 text-align: center;
}
.social-link a {
	 width: 40px;
	 height: 40px;
	 font-size: 18px;
	 line-height: 40px;
	 margin-left: 10px;
	 color: #777777;
	 display: inline-block;
	 text-align: center;
	 background-color: #fff;
	 border-radius: 50%;
	 border: 1px solid #dedede;
}
.social-link a:last-child {
	 margin-left: 0;
}
.social-link a:hover {
	 color: #fff;
	 background-color: #c29958;
	 border-color: #c29958;
}

@media only screen and (max-width: 767.98px) {
	 .newsletter-wrapper {
	 	margin-top: 8px;
	 }
}

.newsletter-inner {
	 position: relative;
	 margin-top: 16px;
}
@media only screen and (max-width: 767.98px) {
	 .newsletter-inner {
	 	margin-top: 5px;
	 }
}
.newsletter-inner .news-field {
	 width: 100%;
	 height: 40px;
	 border: none;
	 padding: 10px 0;
	 color: #777777;
	 padding-left: 80px;
	 background-color: transparent;
	 border-bottom: 1px solid #bcbcbc;
}
.newsletter-inner .news-btn {
	 top: 0;
	 left: 10px;
	 line-height: 40px;
	 position: absolute;
	 font-size: 14px;
	 font-weight: 700;
	 color: #c29958;
}
.newsletter-inner .news-btn:hover {
	 color: #222222;
}

.footer-payment {
	 text-align: left;
}
@media only screen and (max-width: 767.98px) {
	.footer-payment {
	  text-align: center;
	  margin-top: 30px;
	}
}

.footer-bottom {
	padding: 20px 0;
}

.copyleft-text p a {
	color: #c29958;
}

/*----- footer area end -----*/
.hidden_false{
	display:block;
}
.hidden_true{
	display:block;
}
.slide-data-4{
	float:right;
}
.slide-data-4 *{
	color:#FFF!important;
}
.product-info{
	padding: 10px;
	border: 1px solid #EFEFEF;
	border-radius: 7px;
}
.product-content h4{
	font-size: 13px;
	font-weight: normal;
	color:#333;
	line-height: 20px;
	margin-bottom:10px;
	height:40px!important;
	overflow:hidden;
}
.product-content h4 a{
	color:#333;
}
.button_buy{
	background: #C09A57;
	display: block;
	width: 46%;
	margin:1%;
	height:30px;
	font-size: 18px;
	line-height: 30px;
	color:#FFF;
	border-radius: 5px;
	float:left;
}
.button_like{
	background: #C09A57;
	display: block;
	width: 46%;
	margin:1%;
	height:30px;
	font-size: 18px;
	line-height: 30px;
	color:#FFF;
	border-radius: 5px;
	float:left;
}

.productfull .buttons .btn{
	background: #C09A57;
	display: inline-block;
	height:40px;
	font-size: 14px;
	line-height: 40px;
	color:#FFF;
	border-radius: 5px;
	padding:0!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	max-width:250px;
}
.old_price{
	font-size: 12px;
	text-decoration: line-through red;
	color:#999;
}
.jshop_price{
	font-size: 12px;
	color:#C09A57;
}
.product-info .product-image{
	width:100%;
	overflow: hidden;
	margin-bottom: 15px;
	background: #CCC;
	border-radius: 7px;
	position: relative;
}
.box_cat_man .col-md-auto,.control-group.col-md-auto{
	padding:5px;
}
span#mxcpr{
	display: none!important;
}
.product-info .product-image img.jshop_img{
	min-height: 90px;
	width:100%;
	height:auto;
	opacity: 0.9;
}
.jshop h1{
	font-size:18px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom:15px;
	padding-bottom:10px;
}
.pagination{
	margin-top:10px;
}
.image_middle{
	position: relative;
	border: 1px solid #CCC;
	border-radius:10px;
	background:#FFF;
	padding: 10px;
	margin:0px;
  	overflow:hidden;
}
.image_middle img{
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}
.image_middle img:hover{
	 -webkit-transform: scale(1.51);
	 	 	-ms-transform: scale(1.51);
	 	 	 	  transform: scale(1.51);
}
.jshop h1,.page-header h1,.page-header h2{
	font-size:16px;
	padding:15px;
	background: rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-top:15px;
	margin-bottom: 15px;;
}
.block_rating_hits{
	display:none;
}
.jshop .product_label{
	position: absolute;
	right:0;
	top:15px;
	background: #c29958;
	margin:0!important;
	color:#FFF!important;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 1;
}
.jshop .text_zoom{
	position: absolute;
	left:0;
	bottom:15px;
	background: #c29958;
	margin:0!important;
	color:#FFF!important;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size:11px;
}
.jshop .product_label .label_name{
	color:#FFF!important;
	font-size:11px;
	padding: 0px!important;
	margin: 0px!important;
}
#list_product_image_thum{
	margin: 0px!important;
}
.productfull .image_thumb_list .sblock0 {
	width: 20%;
}
#list_product_image_thumb > div{
	height:100px;
	overflow:hidden;
	padding: 0px;
	margin-bottom:10px;
}
#list_product_image_thumb > div img{
	height:100px;
	display: block;
	margin:auto;
	border: 1px solid #CCC;
	border-radius:10px;
	background:#FFF;
}
.jshop_prod_description,.review_header,.review,.jshop .form-validate{
	padding: 10px;
}
#submit_product_list_filter_sort_dir{
	height:35px;
	background: #c29958;
	line-height:35px;
	text-align: center;
	border:none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
@media(min-width:768px){
	.form_sort_count.row .col-md-4{
		padding:0!important;
		width: 30%!important;
	}
	.form_sort_count.row .col-md-8{
		padding:0!important;
		width: 70%!important;
	}
}
.inputbox{
	font-size:12px!important;
	height:38px;
	line-height:38px;
}
div.nice-select.inputbox,select#categorys,select#manufacturers,select#limit,select#order{
	border-radius: 100px!important;
	line-height:35px;
	height:35px;
	padding:0px!important;
	padding-right:5px!important;
	min-width: 30px;
}
.detail{
	width:100%;
}
.detail > div{
	width:100%;
	display:table;
}
.detail > div > p{
	display: inline-table;
	width:28%;
	margin:0;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	background:rgba(0,0,0,0.05);
}
.detail > div > div{
	display: inline-table;
	width:68%;
	margin:0;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 5px;
}
@media(max-width: 768px){
	.detail > div > p{
		display: block;
		width:100%;
	}
	.detail > div > div{
		display: block;
		width:100%;
	}
	#sort_count{
		margin: 5px!important;
	}
}
.video{
	direction: ltr;
}
.nice-select.open .list{
	min-width: 200px;
	right: 0;
}
@media (min-width: 768px) {
	.col-3.text-center{
		padding:0px;
		padding-left:15px;
	}
}
.text-shadow{
	text-shadow:0px 0px 5px #000;
}
div.language{
	width:auto;
	min-width:300px;
}
div.language ul,div.language ul li{
	list-style:none;
}
div.language ul li{
	display:inline-block;
}
div.language ul li a{
	font-size:12px;
	color:#333;
}
ul.content-list{
	width:100%;
	list-style:none;
	display:block;
}
ul.content-list li{
	display:inline-block;
}
ul.content-list li a{
	display:block;
	padding:5px;
	margin:5px;
	background:#c29958;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	padding-left:10px;
	padding-right:10px;
}
.header-top-settings a:before{
	float:right;
	margin-left:5px;
}
.pagination {
    display: table;
    padding-right: 0;
    border-radius: 4px;
    margin:20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: right;
    padding: 0;
    margin:5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    width:40px;
    height:40px;
    text-align: center;
    line-height:40px;
    border: 1px solid #eaeff5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:#27ae60;
    border-color:#27ae60;
}

.pagination li:first-child a {
    background:#27ae60;
    border: 1px solid #27ae60;
    border-radius:50% !important;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:50% !important;
    color: #fff
}
.pagination>li {
    display: inline;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color:#27ae60;
    border-color:#27ae60;
}
.masonry-4{
	width:100%;
	float:right;
}
.masonry-4 .blog-item{
	width:20%;
	padding:1%;
	float:right;
	height:370px;
	overflow:hidden;
}
.masonry-4 .blog-item .left.item-image{
	width:100%;
	float:right;
}
.masonry-4 .blog-item .left.item-image img{
	height:auto;
	width:100%;
	float:right;
}
.item-content{
	width:100%;
	float:right;
}
@media(max-width:768px){
	.dd-none{
		display:flex;
	}
	.dm-none{
		display:none;
	}
}
@media(min-width:768px){
	.dd-none{
		display:none;
	}
	.dm-none{
		display:flex;
	}
}
main{
	position:relative;
	overflow:hidden;
}
.button,button.btn{
	display:block;
	max-width:100%;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	background:#c29958;
	color:#FFF;
	border-radius:5px;
	line-height:40px;
	margin-top:0;
	margin-left:5px!important;
}
.payment_image,.data .jshop_img{
	max-width:70px;
	display:block;
	float:right;
}
#table_payments > .name,#table_shippings > .name{
	background:#EFEFEF;
	border-radius:6px;
	width:100%;
	margin-bottom:10px!important;
	border:1px solid #CCC;
	padding:10px!important;
	float:right;
	dispaly:block;
}
.prices-list{
	height:42px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
	font-size:11px;
	margin-bottom:15px;
}
.instagram-item{
	padding-left:5px;
	padding-right:5px;
}
.data-title-text{
	border:1px solid #EFEFEF;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.data-price{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background:#EFEFEF;
}
.img-over{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	z-index:2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.banner-statistics:hover .img-over{
	opacity:1;
}
.form-control-feedback{
	position:absolute;
	color:red;
	left:30px;
	font-size:11px;
}
#jshop_review_write .row{
	position:relative;
}
@media only screen and (min-width:960px) and (max-width:1150px){
	.main-menu ul.menu li a{
		padding: 27px 5px !important;
		font-size: 13px !important;
	}
	.bg-light.border.rounded.p-2.text-center{
		font-size:12px;
		min-height: 42px;
	}
}
.logo img{
	display:block;
	margin:auto;
}
.rounded-full{
	border-radius:1000px;
}
a.text-hero{
	color:#c29958!important;
}
.fields-container,.content-links{
	display:none!important;
}
.desc-190{
	color:#333!important;
}
.product-img--main {
   position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  width: 600px;
  height: 600px;
  float: left;
  margin: 10px;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}
.left{
	float:right;
	margin-left:15px;
}
.mod_catbanner{
	padding-top:50px;
}
.eventday{
	position:absolute;
	bottom:0;
	left:0;
}
.eventday img{
	width:auto;
	max-height:50px!important;
}
#comjshop > .form-horizontal{
	min-height:600px;
}
@media(max-width:768px){
	.mobile-logo img{
		max-height:70px;
		width:auto;
		margin-bottom:10px;
	}
}
body .rounded{
	border-radius:6px!important;
}
.widget-body *{
	text-align:right!important;
	color:#555555!important;
}
.widget-body.social-link *{
	text-align:center!important;
}
.jshop_prod_attributes.jshop{
	max-width:300px;
}
#block_attr_sel_3{
	display:flex;
}
.main-menu-area-header{
	background:rgba(0,0,0,0.1);
}
.header-main-area,.mobile-header{
	background: #FFF;
	position: relative;
	color:#9B7D00!important;
}
.header-main-area:before{
	content:'';
	background: url('../images/atrisa-pattern.svg') no-repeat bottom left;
	background-size:auto 200% ;
	width:50%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	width:30%;
	opacity: 0.3;
	filter:invert(100%);
}
.mobile-header:before{
	content:'';
	background: url('../images/atrisa-pattern.svg') no-repeat bottom left;
	background-size:auto 200% ;
	width:50%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	opacity: 0.3;
}
.header-top.bdr-bottom{
	background:#EFEFEF;
	position: relative;
	color:#9B7D00!important;
}
@media(min-width:1024px){
	.about-menu{
		position: absolute;
		z-index: 1;
		left:0;
		top:0;
	}
	.about-menu li{
		background: #EEE;
		line-height:77px;
		white-space: nowrap;
		float:left;
		margin-left:1px;
	}
	.about-menu li a{
		display: block;
		padding-right:10px;
		padding-left:10px;
	}
}
.widget-item #mod-custom145 img{
	padding: 10px;
}
.usermenumobile{
	position: absolute;
	right:10px;
	top:20px;
}
.usermenumobile .header-configure-area ul li{
	margin-right:10px;
}
ul.menu-content.display-none{
	list-style: none;
	padding: 0;
	margin:0;
	}
ul.menu-content.display-none .sub-menu.sub-menu-2{
	margin-top:10px;
}
.submenu-item{
}
ul.menu-content.display-none .sub-menu > li{
	list-style: none;
	padding: 0;
	margin:0;
	height: 30px;
	line-height:30px;
	float:right;
	}
ul.menu-content.display-none{
	display: flex;
}
ul.menu-content.display-none >li{
	display:flex;
}
ul.menu-content.display-none >li>a{
	display:block;
	line-height:77px;
	color: #333;
	padding-left:7px;
	padding-right:7px;
	font-size:16px;
}
ul.menu-content.display-none >li>div{
	position: absolute;
	left:0px;
	top:76px;
	right:0px;
	background:#f7f8fa;
	z-index: 9999;
	width:100%;
	/*! border-top:1px solid #CCC; */
	border-bottom:1px solid #CCC;
	overflow:hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	height:0px;
	opacity: 0;

}
ul.menu-content.display-none >li:hover>div{
	height:350px;
	opacity: 1;
}
ul.menu-content.display-none >li .list-product{
	background:#FFF!important;
	height: 270px;
	overflow:hidden;
}
ul.sub-menu.sub-menu-2 .list-product .img-block img,ul.sub-menu.sub-menu-2 a.thumbnail{
	height:170px !important;
	overflow:hidden;
	margin-top: 0 !important;
	padding-right: 0px !important;
	width: 100%;
}
ul.sub-menu.sub-menu-2 .list-product .product-decs h2 a{
	height:40px;
	line-height:20px;
	overflow: hidden;
}
ul.sub-menu.sub-menu-2 .list-product .cart-btn{
	display:none!important;
}
ul.sub-menu.sub-menu-2 .list-product .product-decs .pricing-meta{
	margin-bottom:0!important;
}
ul.sub-menu.sub-menu-2 .list-product .product-decs .pricing-meta li{
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	float:right;
}
ul.sub-menu.sub-menu-2 > li > .products{
	height:340px;
	position:absolute;
	top:7px;
	right:15%;
	left:1%;
	z-index:10;
	overflow:;
	padding: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	width:84%;
	overflow:hidden;
	opacity: 0;
	background: #FFF;
	display:none;
}
.sub-menu.sub-menu-2,.sub-menu.sub-menu-2>li{
	list-style:none;
	padding:0px;
	margin:0px;
}
.mega-drop .row{
	margin:0px!important;
}
.sub-menu.sub-menu-2 > li > a{
	color:#333333;
	padding-right:15px!important;
	font-size:13px;
	line-height:30px;
	}
.sub-menu.sub-menu-2 > li:hover > a{
	color:#c29958;
	background:#F1F1F1;
}
ul.sub-menu.sub-menu-2 > li:nth-child(1) > .products{
	height:340px;
	opacity: 1;
	z-index: 8;
}
ul.sub-menu.sub-menu-2 > li:hover > .products{
	display:block;
	opacity: 1;
	z-index: 9;
}
ul.sub-menu.sub-menu-2 .products *{
	font-size:12px!important;
	padding: 0px !important;
	text-align: center;
}
.slider-single-item{
	position: relative;
}
ul.sub-menu.sub-menu-2 .list-product .img-block{
	height:200px!important;
}
ul.sub-menu.sub-menu-2 .list-product .img-block img{
	height:200px!important;
	width:auto!important;
	display:block;
	margin:auto!Important;
}
.col1 .list-product .img-block, .col3 .list-product .img-block{
	height:220px!important;
}
.col1 .list-product .img-block img, .col3 .list-product .img-block img{
	height:230px!important;
	width:auto!important;
	display:block;
	margin:auto!Important;
}
.col2 .list-product .img-block{
	height:auto!important;
}

.sub-menu.sub-menu-2 a{
	width:100%;
	padding-right: 12px
}
.sub-menu.sub-menu-2>li{
	width:100%;
}
.sub-menu.sub-menu-2>li>a{
	display:block;
	line-height:30px;
	border-bottom:#f2f2f2;
	width:15%;
	padding-right:10px!important;
}
ul.sub-menu.sub-menu-4{
	position: absolute;
	left:1%;
	width:98%;
	top:290px;
	display: none;
	line-height: 30px;
	z-index: 0;
}
a.btn-all{
	position: absolute;
	left:10px;
	width:150px!important;
	top:295px;
	display: none;
	z-index: 999999999;
	font-size:12px;
	color:#FFF!important;
	height:30px !important;
	line-height:30px!important;
	padding:0px!important;
	display:none!important;
	background:#c29958;
}
ul.sub-menu.sub-menu-2 > li:hover > .products a.btn-all,ul.sub-menu.sub-menu-2 > li:hover  > .products ul.sub-menu.sub-menu-4{
	display:block!important;
}
ul.sub-menu.sub-menu-4 li,ul.sub-menu.sub-menu-4 a{
	line-height: 30px!important;
	height:30px;
	font-size:12px;
}
ul.sub-menu.sub-menu-4 a:after{
	content:"\f053";
	font-size:10px;
	font-family: 'FontAwesome';
	margin-left:5px;
	margin-right:5px;
}

ul.sub-menu.sub-menu-2 > li:hover > ul.sub-menu.sub-menu-4{
	display:block;
}
@media(min-width:1024px){
	.mobile-bottom-menu{
		display: none!important;
	}
	.display-mobile{
		display:none!important;
	}
}
.mobile-bottom-menu {
	position: fixed;
	bottom: 0;
	left: 10px;
	right: 10px;
	background-color: #01a9e2;
	-webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 99999999;
}
.mobile-bottom-menu .mobile-menu {
	width: 100%;
}
.list-product .product-decs .pricing-meta li {
	color: #96989c;
	font-weight: 400;
}
.list-product .product-decs .pricing-meta li.old-price {
	text-decoration: line-through;
}
.list-product .product-decs .pricing-meta li.old-price.not-cut {
	text-decoration: none;
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 600;
}
.list-product .product-decs .pricing-meta li.current-price {
	font-weight: 700;
	color: #272727;
}
.list-product .product-decs .pricing-meta li.discount-price {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #eb2606;
	padding: 0 4px;
	border-radius: 5px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	z-index: 4;
	margin-right: 2px;
}
.list-product .add-to-link {
	position: absolute;
	left: 15px;
	top: 15px;
	line-height: 1;
	font-size: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateX(25px) translateZ(0);
	-webkit-transform: translateX(25px) translateZ(0);
	perspective: 800px;
	-webkit-perspective: 800px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.list-product .add-to-link li {
	vertical-align: top;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	display: block;
}
.list-product .add-to-link a,.list-product .add-to-link button {
	display: inline-block;
	background: #e8e8e8;
	color: #272727;
	padding: 0;
	border: none;
	line-height: 36px;
	height: 36px;
	width: 36px;
	border-radius: 100%;
	padding: 0;
	font-size: 16px;
	text-align: center;
}
.list-product .add-to-link a:hover,.list-product .add-to-link button:hover {
	background: #01A7E1;
	color: #fff;
}

.list-product .cart-btn .add-to-curt {
	font-size: 16px;
	color: #fff;
	background: #02b8f4;
	border: none;
	-webkit-box-shadow: none;
	 		 box-shadow: none;
	padding:0 10%;
	line-height: 40px;
	cursor: pointer;
	display: block;
	float:left;
	margin-left:0;
	

}
.list-product .cart-btn .add-to-curt {
	position:absolute;
	bottom:0;
	left:0;
}
.list-product .cart-btn .add-to-curt:hover {
	background-color: #333;
}
.list-product:hover .cart-btn {
	opacity: 1;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list-product .product-decs .pricing-meta li.current-price {
	font-weight: 700;
	color: #272727;
	font-size: 20px;
	color:#004e8e
}
.list-product .product-decs .pricing-meta li {
	color: #96989c;
	font-weight: 400;
	font-size: 14px;
}

.group-item .product-info{
	position: relative;
}
.group-item .product-info .product-image{
	float:right;
	width:30%;
	height:80px;
	margin:0!important;
}
.group-item .product-info .product-content{
	float:left;
	width:68%;
	height:80px;
}
.group-item .product-info .product-content h4 a{
	text-align: right!important;
}
.prod_qty_input{
	line-height:46px!important;
}
.prod_qty{
	line-height:40px;
}
.TickerNews{
	width: 100%;
	height: 50px;
	line-height: 48px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 50px;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:black;
	text-decoration: none;
	font-family: geneva;
}
.goldprice{
	direction: ltr!important;
}
.border-left{
	border-left:1px solid #CCC;
}
.row.row-attr-5{
	opacity: 0;
	height:0;
	overflow:hidden;
}
#mod-custom145{
	padding:10%;
	text-align:center;
	min-height:400px;
	border-bottom:1px solid #CCC;
}
.jshop_prod_attributes_group *{
	white-space: nowrap;
}
.bg-gold{
	background: rgba(194,153,88,1.0);
}
.bg-gold-light{
	background: rgba(194,153,88,0.5);
}
.bg-gold-light2{
	background: rgba(194,153,88,0.2);
}
.bg-gold-light3{
	background: rgba(194,153,88,0.1);
}
#totalsumprice{
	line-height:40px;
	font-weight:700;
	font-size:20px;
	padding:0px!important;
	position: relative;
}
#mod-custom154 img{
	width: 75px;
	height: auto;
	margin-top:20px
}
img{
	border-radius: 3%;
}
.policy-content p{
	font-size: 11px
}
.search-box{
	position: relative;
	width:100%;
}
.search-box .result{
	position: absolute;
	right:0;
	top:46px;
	border: 1px solid #CCC;
	background: #FFF!important;
	border-radius: 6px;
	z-index: 99;
}
.search-box .result *{
	margin:0!important;
	font-size:12px!important;
	white-space: nowrap;
}
.searchform{
	border: 1px solid #CCC;
	background: #FFF;
	display:flex!important;
	border-radius: 100px;
}
.searchform select{
	line-height:45px!important;
	padding: 0px;
	margin:0px!important;
	border:none;
	height:45px;
	background: none!important;
	padding-right:15px!important;
}
.searchform input{
	line-height:45px!important;
	padding: 0px;
	margin:0px!important;
	border:none;
	height:45px;
	background: none!important;
	padding-right:15px!important;
}
.searchform button{
	line-height:45px!important;
	padding: 0px;
	margin:0px!important;
	border:none;
	height:45px;
	background: none!important;
	display:flex!important;
}
.searchform button i{
	line-height:45px!important;
	display:block!important;
	text-align:center;
	font-size:18px;
	width:100%;
}
@media(max-width:480px){
	.header-configure-area{
		padding:0!important;
	}
	.header-configure-area ul li a .notification{
		width:15px!important;
		height:15px!important;
		line-height:15px;
	}
	.usermenumobile .header-configure-area ul li{
		margin-right:5px;
	}
	.usermenumobile{
		right:-10px;
		top:10px;
		z-index: 2;
	}
	.mobile-main-header .mobile-menu-toggler{
		top:10px;
	}
	.minicart-inner .minicart-close{
		left:0px!important;
	}
	h1,.h1{
		font-size:20px!important;
	}
	h2,.h2{
		font-size:18px!important;
	}
	h3,.h3{
		font-size:16px!important;
	}
	h4,.h4{
		font-size:14px!important;
	}
	h5,.h5{
		font-size:12px!important;
	}
	body .container{
		padding-left:5px!important;
		padding-right:5px!important;
	}
	.modal-dialog {
		 max-width: 90%;
		 margin:auto!important;
		 padding: 0!important;
		 overflow:hidden;
		 top:20%;
	}
	.modal-dialog *{
	}
	.col-lg-12.order-1,.col-lg-12.order-1.order-lg-2,.product-details-inner .col-lg-5,.col-lg-7.product-details-des,.col-lg-12.jshop_oiproduct,.buttons-buy.row.m-0.mt-1,.product-details-reviews,.product-details-reviews .col-lg-12{
		padding:0!important;
	}
	.block_sorting_count_to_page.row.m-0 .col-md-11.p-0,.control-group.col-md-1.p-0{
		margin-bottom:10px;
	}
	.control-group.box_category.col.p-0.m-0,.control-group.box_manufacrurer.col.p-0.m-0{
		width:50%;
		min-width:50%;
		padding-bottom:10px!important;
	}
}
.modal .btn-close{
	position: absolute;
	left:5px;
	top:5px;
	font-size:13px;
	z-index: 999;
}
.cursor-pointer{
	cursor:pointer;
}
@media(min-width:768px){
	#exampleModal{
		top:20%!important;
	}
	#exampleModal .modal-dialog{
		min-width: 700px;
	}
	#exampleModal .modal-dialog .modal-body:before{
		content:'';
		width:100%;
		height:100%;
		position: absolute;
		left:0;
		bottom:0;
		background: url('../images/footer.svg') no-repeat center center;
		background-size: cover;
		z-index: 0;
		opacity: 0.2;
	}
	#exampleModal .modal-dialog .modal-body .row{
		position: relative;
		z-index: 2;
	}
}
html body .row{
	margin:auto!important;
}
body .btn-success:hover,body .bg-success {
  color: #fff!important;
  background-color: #8E7436!important;
  border-color: #8E7436!important;
}
.jshop_prod_attributes_group{
	border-radius:10px!important;
	overflow:hidden;
	margin-bottom:10px;
}
.btn{
	position: relative;
	overflow:hidden;
	text-align: right;
	height:40px;
	line-height:40px;
	padding-top:0!important;
	padding-bottom:0!important;
	float:none;
}
.btn i{
	background:rgba(0,0,0,0.1);
	line-height:40px;
	width:40px;
	text-align:center;
	font-size:25px!important;
	float:right;
	margin:0px;
	margin-left:10px;
}
.dir-ltr{
	direction:ltr!important;
}
body joomla-alert{
	position: fixed;
	right:5px;
	bottom:5px;
	width:100%;
	max-width:310px;
	z-index: 9999999;
}
.btn.rounded.d-block.text-white.text-center.bg-success.p-2.w-100.h-100.p-3.cursor-pointer,button#user_price_accept,#loginform button.btn.btn-danger.w-100{
	padding:0!important;
}
img.loader{
	position: absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	opacity:0.5;
	z-index: 999;
}
.discount.small{
   background: red;
   width:50px;
   height:20px;
   font-size:11px;
   position: absolute;
   padding:2px;
   color:#FFF!important;
   rotate:45deg;
   left:0;
   top:0;
}