@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.rbt-wc-add-to-cart a.added {
	display: none
}

.rbt-wc-add-to-cart a.loading:after {
	content: "\eb23";
	font-family: "RoboTheme";
	-webkit-animation: spin .5s linear infinite;
	animation: spin 1.2s linear infinite;
	margin-left: 10px;
	display: inline-block
}

.bdt-wc-rating:empty {
	display: none
}

.rbt-wc-products .rbt-wc-product-image img {
	width: 100%
}

.rbt-wc-products .rbt-wc-product-inner {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
	overflow: hidden
}

.rbt-wc-products .rbt-wc-product-inner:hover .rbt-quick-view a {
	transform: translateX(0);
	opacity: 1
}

.rbt-wc-products .rbt-wc-product-inner:hover .rbt-wc-add-to-cart {
	opacity: 1;
	bottom: 10px
}

.rbt-wc-products .rbt-quick-view a {
	position: absolute;
	top: 15px;
	right: 15px;
	transform: translateX(50px);
	opacity: 0
}

.rbt-wc-products .rbt-wc-add-to-cart {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	transform: translateX(-50%);
	transition: all .3s ease;
	opacity: 0
}

.rbt-wc-products .rbt-quick-view a {
	padding: 10px 9px;
	background: #1e87f0;
	border-radius: 2px;
	display: inline-flex;
	transition: all .3s ease
}

.rbt-wc-products .rbt-quick-view a:hover {
	background: #000
}

.rbt-wc-products .rbt-quick-view a i {
	font-size: 16px;
	color: #fff;
	display: flex;
	transition: all .3s ease
}

.rbt-wc-products .rbt-wc-add-to-cart a {
	font-size: 12px;
	margin: 0;
	line-height: 1;
	letter-spacing: .05em;
	width: 100%;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 12px;
	font-weight: 700;
	left: auto;
	color: #fff;
	background-color: #1e87f0;
	border: 0;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
	transition: all .3s cubic-bezier(.19, 1, .22, 1)
}

.rbt-wc-products .rbt-wc-add-to-cart a:hover {
	background-color: #000;
	transform: translateY(-1px);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05)
}

.rbt-wc-products .added_to_cart {
	text-transform: uppercase
}

.rbt-wc-products .rbt-wc-product {
	position: relative;
	text-align: center
}

.rbt-wc-products .rbt-wc-product .rbt-wc-product-desc {
	padding: 25px 25px 15px 25px
}

.rbt-wc-products .rbt-wc-product .rbt-wc-product-title {
	padding: 0 0 .5em;
	margin: 0;
	font-size: 1em
}

.rbt-wc-products .rbt-wc-product .bdt-text-small {
	font-size: .775rem
}

.rbt-wc-products .rbt-wc-product .rbt-wc-product-price {
	display: block;
	line-height: 20px;
	font-weight: 700
}

.rbt-wc-products .rbt-wc-product .rbt-wc-product-price p {
	margin: 0
}

.rbt-wc-products .rbt-wc-product .rbt-wc-product-price ins {
	background: none;
	text-decoration: none;
	font-size: 14px
}

.rbt-wc-products .rbt-wc-product .rbt-wc-product-price del {
	font-weight: 600;
	opacity: .3;
	font-size: 14px
}

.rbt-wc-products .rbt-wc-product .rbt-wc-product-price .amount {
	color: #1e87f0;
	font-size: 14px
}

.rbt-wc-products .rbt-wc-product .rbt-badge {
	font-size: 11px;
	padding: 5px 10px;
	font-weight: 700;
	left: 0;
	height: auto;
	z-index: 1
}

.rbt-wc-products .rbt-wc-product .rbt-badge .rbt-onsale {
	line-height: 1
}

.rbt-wc-products.rbt-wc-products-skin-table .bdt-pagination>* {
	padding-left: 10px
}

.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting:before,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting:after,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_asc:before,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_asc:after,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_desc:before,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_desc:after,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_asc_disabled:before,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_asc_disabled:after,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_desc_disabled:before,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_desc_disabled:after {
	bottom: auto;
	top: 50%;
	transform: translateY(-55%)
}

.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead th {
	padding: 10px 30px 10px 18px;
	color: #fff;
	background-color: #1e87f0;
	vertical-align: middle
}

.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_asc,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting_desc,
.rbt-wc-products.rbt-wc-products-skin-table table.dataTable thead .sorting {
	background-image: none
}

.rbt-wc-products.rbt-wc-products-skin-table .paginate_button {
	text-decoration: none
}

.rbt-wc-products.rbt-wc-products-skin-table .paginate_button:focus {
	outline: none
}

.rbt-wc-products.rbt-wc-products-skin-table .paginate_button span:focus {
	outline: none
}

.rbt-wc-products.rbt-wc-products-skin-table .rbt-wc-product {
	text-align: left
}

.rbt-wc-products.rbt-wc-products-skin-table table {
	width: 100%
}

.rbt-wc-products.rbt-wc-products-skin-table table thead th {
	font-size: 14px
}

.rbt-wc-products.rbt-wc-products-skin-table table th,
.rbt-wc-products.rbt-wc-products-skin-table table td {
	box-sizing: content-box
}

.rbt-wc-products.rbt-wc-products-skin-table table img {
	width: 80px
}

.rbt-wc-products.rbt-wc-products-skin-table table .rbt-wc-product-excerpt {
	max-width: 500px;
	font-size: 14px
}

.rbt-wc-products.rbt-wc-products-skin-table table .bdt-ep-align {
	text-align: center
}

.rbt-wc-products.rbt-wc-products-skin-table table .rbt-wc-product-price {
	margin-bottom: 0
}

.rbt-wc-products.rbt-wc-products-skin-table table .rbt-wc-product-price p {
	margin-bottom: 0
}

.rbt-wc-products.rbt-wc-products-skin-table table .rbt-wc-product-title {
	padding: 0;
	font-size: 14px
}

.rbt-wc-products.rbt-wc-products-skin-table table .rbt-wc-product-categories,
.rbt-wc-products.rbt-wc-products-skin-table table .rbt-wc-product-tags {
	color: #1e87f0
}

.rbt-wc-products.rbt-wc-products-skin-table table .rbt-wc-product-categories a,
.rbt-wc-products.rbt-wc-products-skin-table table .rbt-wc-product-tags a {
	font-size: 14px;
	color: #1e87f0
}

.rbt-wc-products.rbt-wc-products-skin-table table .bdt-wc-quantity .quantity input {
	width: 45px;
	padding: 8px 6px;
	border: 1px solid rgba(202, 202, 202, 0.47843137);
	border-radius: 2px;
	text-align: center
}

@media only screen and (max-width:959px) {
	.rbt-wc-products {
		overflow-x: scroll
	}
}

.bdt-wc-carousel .bdt-wc-carousel-image {
	overflow: hidden;
	position: relative
}

.bdt-wc-carousel .bdt-wc-carousel-image img {
	object-fit: cover;
	width: 100%;
	vertical-align: bottom
}

.bdt-wc-carousel .bdt-overlay-default {
	background: #fff
}

.bdt-wc-carousel .rbt-badge {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1e87f0;
	background-color: transparent;
	border: 2px solid #1e87f0;
	padding: 12px;
	z-index: 1
}

.bdt-wc-carousel .bdt-wc-rating {
	margin-top: 7px
}

.bdt-wc-carousel .bdt-wc-carousel-item {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08)
}

.bdt-wc-carousel .bdt-wc-carousel-item:hover .rbt-quick-view a {
	transform: translateX(0);
	opacity: 1
}

.bdt-wc-carousel .bdt-wc-carousel-item:hover .rbt-wc-add-to-cart {
	opacity: 1;
	bottom: 10px
}

.bdt-wc-carousel .bdt-wc-carousel-item .bdt-wc-carousel-desc {
	padding: 25px 35px
}

.bdt-wc-carousel .bdt-wc-carousel-item .bdt-wc-carousel-desc-inner {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.bdt-wc-carousel .rbt-quick-view a {
	padding: 10px 9px;
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #1e87f0;
	border-radius: 40px;
	display: inline-flex;
	position: absolute;
	top: 15px;
	right: 15px;
	transform: translateX(50px);
	opacity: 0;
	transition: all .3s ease
}

.bdt-wc-carousel .rbt-quick-view a:hover {
	background: #1e87f0
}

.bdt-wc-carousel .rbt-quick-view a:hover i {
	color: #fff
}

.bdt-wc-carousel .rbt-quick-view a i {
	font-size: 16px;
	color: #1e87f0;
	display: flex;
	transition: all .3s ease
}

.bdt-wc-carousel .rbt-wc-add-to-cart {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	transform: translateX(-50%);
	transition: all .3s ease;
	opacity: 0
}

.bdt-wc-carousel .rbt-wc-add-to-cart a {
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid #1e87f0;
	border-radius: 80px;
	width: 100%;
	color: #1e87f0;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	overflow: hidden;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	vertical-align: middle
}

.bdt-wc-carousel .rbt-wc-add-to-cart a:hover {
	background: #1e87f0;
	color: #fff;
	border: 2px solid #1e87f0
}

.bdt-wc-carousel .bdt-wc-carousel-title {
	color: #333;
	font-weight: 700;
	font-size: 16px
}

.bdt-wc-carousel .bdt-products-skin-price {
	font-weight: 700
}

.bdt-wc-carousel .bdt-products-skin-price ins {
	background: none;
	text-decoration: none
}

.bdt-wc-carousel .bdt-products-skin-price ins .amount {
	color: #1e87f0
}

.bdt-wc-carousel .bdt-products-skin-price del {
	font-weight: 600;
	opacity: .3;
	font-size: 14px
}

.bdt-wc-carousel .bdt-products-skin-price p,
.bdt-wc-carousel .bdt-products-skin-price span {
	margin: 0
}

.bdt-wc-carousel .swiper-container-coverflow {
	padding-top: 15px
}

.bdt-wc-carousel .swiper-container-coverflow .swiper-slide {
	transition-property: transform, border, background
}

.bdt-wc-carousel .swiper-container-horizontal>.swiper-pagination-progress {
	top: auto;
	bottom: 0
}

.bdt-wc-carousel .bdt-arrows-container {
	-webkit-transform: translate(var(--ep-wc-carousel-arrows-ncx, 0), var(--ep-wc-carousel-arrows-ncy, 40));
	transform: translate(var(--ep-wc-carousel-arrows-ncx, 0), var(--ep-wc-carousel-arrows-ncy, 40))
}

.bdt-wc-carousel .bdt-dots-container {
	-webkit-transform: translate(var(--ep-wc-carousel-dots-nnx, 0), var(--ep-wc-carousel-dots-nny, 30));
	transform: translate(var(--ep-wc-carousel-dots-nnx, 0), var(--ep-wc-carousel-dots-nny, 30))
}

.bdt-wc-carousel .bdt-arrows-dots-container {
	-webkit-transform: translate(var(--ep-wc-carousel-both-ncx, 0), var(--ep-wc-carousel-both-ncy, 40));
	transform: translate(var(--ep-wc-carousel-both-ncx, 0), var(--ep-wc-carousel-both-ncy, 40))
}

.bdt-wc-carousel .bdt-arrows-fraction-container {
	-webkit-transform: translate(var(--ep-wc-carousel-arrows-fraction-ncx, 0), var(--ep-wc-carousel-arrows-fraction-ncy, 40));
	transform: translate(var(--ep-wc-carousel-arrows-fraction-ncx, 0), var(--ep-wc-carousel-arrows-fraction-ncy, 40))
}

.elementor-pagination-position-inside .swiper-pagination-fraction,
.elementor-pagination-position-inside .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px
}

.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 40px
}

.elementor-pagination-position-outside .swiper-pagination-fraction,
.elementor-pagination-position-outside .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0
}

.bdt-wc-slider .bdt-wc-slider-image {
	overflow: hidden;
	width: 100%;
	height: 100%
}

.bdt-wc-slider .bdt-wc-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top
}

.bdt-wc-slider .rbt-badge {
	font-size: 10px;
	font-weight: 700;
	color: #F85656;
	padding: 13px 12px;
	background: transparent;
	border: 2px solid #F85656;
	text-transform: uppercase
}

.bdt-wc-slider .bdt-wc-slider-price {
	font-weight: 700;
	font-size: 20px;
	color: #F85656
}

.bdt-wc-slider .bdt-wc-slider-price ins {
	background: none
}

.bdt-wc-slider .bdt-wc-slider-price del {
	font-weight: 600;
	opacity: .3
}

.bdt-wc-slider .bdt-wc-slider-price p,
.bdt-wc-slider .bdt-wc-slider-price span {
	margin-bottom: 0
}

.bdt-wc-slider .bdt-slideshow-item-inner {
	background: #fff
}

.bdt-wc-slider .bdt-wc-slider-item {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08)
}

.bdt-wc-slider .bdt-wc-slider-item .bdt-wc-slider-desc-inner {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.bdt-wc-slider .bdt-wc-slider-readmore {
	color: #666;
	font-size: 12px;
	font-weight: 600;
	margin-left: 20px
}

.bdt-wc-slider .bdt-wc-slider-readmore:hover {
	color: #F85656
}

.bdt-wc-slider .bdt-wc-slider-readmore svg {
	width: 1em;
	fill: #666
}

.bdt-wc-slider .rbt-wc-add-to-cart a {
	background: #F85656;
	border: 2px solid #F85656;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	overflow: hidden;
	padding: 12px 20px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.bdt-wc-slider .rbt-wc-add-to-cart a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #666;
	border: 2px solid #F85656
}

.bdt-wc-slider .rbt-wc-add-to-cart.rbt-position-center {
	width: auto
}

.bdt-wc-slider .bdt-wc-slider-title {
	color: #333;
	font-weight: 700;
	font-size: 24px
}

.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper {
	width: 100%
}

.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-slider-text {
	display: inline-block;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 12px;
	max-width: 640px
}

.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-slider-title {
	line-height: normal;
	margin-bottom: 0;
	margin-top: 10px
}

.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-rating,
.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .rbt-wc-add-to-cart-readmore {
	margin-bottom: 0;
	margin-top: 10px
}



.bdt-wc-slider .bdt-navigation-prev svg,
.bdt-wc-slider .bdt-navigation-next svg {
	height: 45px;
	width: 45px;
	padding: 8px;
	color: #f85656;
	background-color: transparent;
	border: 2px solid rgba(248, 86, 86, 0.39);
	border-radius: 50px;
	transition: all .5s ease-in-out
}

.bdt-wc-slider .bdt-navigation-prev:hover svg,
.bdt-wc-slider .bdt-navigation-next:hover svg {
	color: #fff;
	background-color: #f85656
}

.bdt-wc-slider .bdt-arrows-container {
	-webkit-transform: translate(var(--ep-wc-slider-arrows-ncx, 0), var(--ep-wc-slider-arrows-ncy, 0));
	transform: translate(var(--ep-wc-slider-arrows-ncx, 0), var(--ep-wc-slider-arrows-ncy, 0))
}

.bdt-wc-slider .bdt-dots-container {
	-webkit-transform: translate(var(--ep-wc-slider-dots-nnx, 0), var(--ep-wc-slider-dots-nny, 30));
	transform: translate(var(--ep-wc-slider-dots-nnx, 0), var(--ep-wc-slider-dots-nny, 30))
}

.bdt-wc-slider .bdt-arrows-dots-container {
	-webkit-transform: translate(var(--ep-wc-slider-both-ncx, 0), var(--ep-wc-slider-both-ncy, 40));
	transform: translate(var(--ep-wc-slider-both-ncx, 0), var(--ep-wc-slider-both-ncy, 40))
}

@media only screen and (max-width:960px) {
	.bdt-wc-slider .bdt-slideshow-item-inner .bdt-mobile-order {
		order: -1
	}
	.bdt-wc-slider .bdt-slider-item-content {
		position: absolute;
		z-index: 1;
		bottom: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.85)
	}
}

@media only screen and (min-width:768px) {
	.bdt-wc-slider .rbt-badge {
		font-size: 12px
	}
	.bdt-wc-slider .bdt-wc-slider-price {
		font-size: 26px
	}
	.bdt-wc-slider .bdt-wc-slider-readmore {
		font-size: 16px;
		margin-left: 25px
	}
	.bdt-wc-slider .rbt-wc-add-to-cart a {
		font-size: 13px;
		padding: 15px 30px
	}
	.bdt-wc-slider .bdt-wc-slider-title {
		font-size: 64px
	}
	.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-slider-text {
		margin-top: 20px;
		font-size: 16px
	}
	.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-slider-title {
		margin-top: 0
	}
	.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .bdt-wc-rating,
	.bdt-wc-slider.bdt-slideshow .bdt-slideshow-content-wrapper .rbt-wc-add-to-cart-readmore {
		margin-top: 20px
	}
}

.bdt-wc-slider-slade-skin {
	position: relative
}

.bdt-wc-slider-slade-skin .bdt-wc-slider-title {
	font-weight: 500;
	width: 415px
}

.bdt-wc-slider-slade-skin .bdt-wc-slider-text {
	font-size: 18px;
	width: 415px
}

.bdt-wc-slider-slade-skin .bdt-slider-skin-price {
	font-weight: 700
}

.bdt-wc-slider-slade-skin .bdt-slider-skin-price ins {
	background: none;
	color: #000;
	font-size: 26px
}

.bdt-wc-slider-slade-skin .bdt-slider-skin-price del {
	font-weight: 600;
	opacity: .7;
	font-size: 26px
}

.bdt-wc-slider-slade-skin .bdt-slider-skin-price p,
.bdt-wc-slider-slade-skin .bdt-slider-skin-price span {
	margin: 0
}

.bdt-wc-slider-slade-skin .rbt-wc-add-to-cart {
	margin-top: 45px
}

.bdt-wc-slider-slade-skin .rbt-wc-add-to-cart a {
	padding: 15px 30px;
	background: #000;
	border: 2px solid #000;
	border-radius: 0;
	font-size: 16px
}

.bdt-wc-slider-slade-skin .rbt-wc-add-to-cart a:hover {
	color: #000;
	border-color: #000;
	background: transparent
}

.bdt-wc-slider-slade-skin .thumbnav {
	right: 40px
}

.bdt-wc-slider-slade-skin.bdt-slideshow .bdt-dotnav li a {
	border-radius: 20px;
	background: #000;
	border: 0;
	transition: all .3s ease
}

.bdt-wc-slider-slade-skin.bdt-slideshow .bdt-dotnav li.bdt-active a {
	width: 40px;
	background-color: #000
}

.bdt-wc-slider-slade-skin .bdt-navigation-prev svg,
.bdt-wc-slider-slade-skin .bdt-navigation-next svg {
	color: #fff;
	background: #000;
	border: 2px solid #000;
	height: 60px;
	width: 60px;
	line-height: 40px;
	border-radius: 0;
	transition: all .5s ease-in-out
}

.bdt-wc-slider-slade-skin .bdt-navigation-prev:hover svg,
.bdt-wc-slider-slade-skin .bdt-navigation-next:hover svg {
	color: #000;
	background-color: transparent
}

@media only screen and (min-width:1200px) {
	.bdt-wc-slider-slade-skin .thumbnav {
		right: 100px
	}
}

@media only screen and (max-width:991px) {
	.bdt-wc-slider-slade-skin .thumbnav {
		display: none
	}
}

.bdt-item-skin-hidie {
	position: relative
}

.bdt-item-skin-hidie .bdt-products-skin-inner {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

.bdt-item-skin-hidie .bdt-products-skin-inner:hover .bdt-products-skin-add-to-cart a {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.bdt-item-skin-hidie .bdt-products-skin-image {
	position: relative
}

.bdt-item-skin-hidie .bdt-products-skin-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s ease;
	opacity: 0
}

.bdt-item-skin-hidie .bdt-products-skin-image img {
	min-width: 100%
}

.bdt-item-skin-hidie .bdt-products-skin-inner:hover .bdt-products-skin-image:before {
	opacity: 1
}

.bdt-item-skin-hidie .rbt-badge {
	background: #1e87f0;
	color: #fff;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	border: 2px solid #1e87f0;
	padding: 12px;
	text-transform: uppercase
}

.bdt-item-skin-hidie .bdt-products-skin-desc {
	padding: 25px 30px 30px;
	position: relative
}

.bdt-item-skin-hidie .bdt-products-skin-desc .bdt-products-skin-price {
	font-weight: 700
}

.bdt-item-skin-hidie .bdt-products-skin-desc .bdt-products-skin-price ins {
	color: #333;
	background: none
}

.bdt-item-skin-hidie .bdt-products-skin-desc .bdt-products-skin-price del {
	font-weight: 600;
	opacity: .5;
	font-size: 14px
}

.bdt-item-skin-hidie .bdt-products-skin-desc .bdt-products-skin-price p,
.bdt-item-skin-hidie .bdt-products-skin-desc .bdt-products-skin-price span {
	margin: 0
}

.bdt-item-skin-hidie .bdt-products-skin-title {
	margin-bottom: 10px;
	line-height: 24px
}

.bdt-item-skin-hidie .bdt-products-skin-title a {
	font-size: 18px;
	color: #333;
	font-weight: 700
}

.bdt-item-skin-hidie .bdt-wc-rating {
	padding-bottom: 10px
}



.bdt-item-skin-hidie .bdt-products-skin-add-to-cart {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.bdt-item-skin-hidie .bdt-products-skin-add-to-cart a {
	color: #fff;
	background: #1e87f0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	padding: 8px 19px;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0
}

.bdt-item-skin-hidie .bdt-products-skin-add-to-cart a:hover {
	background: #0f6ecd
}

.bdt-wc-carousel-skin-hidie .bdt-slidenav-previous,
.bdt-wc-carousel-skin-hidie .bdt-slidenav-next {
	transform: translateY(-51%)
}

.bdt-wc-carousel-skin-hidie .bdt-slidenav-previous.bdt-icon,
.bdt-wc-carousel-skin-hidie .bdt-slidenav-next.bdt-icon {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	color: #fff;
	margin: 0;
	border: 1px solid #f8f8f8;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.bdt-wc-carousel-skin-hidie .bdt-slidenav-previous.bdt-icon:hover,
.bdt-wc-carousel-skin-hidie .bdt-slidenav-next.bdt-icon:hover {
	background: #1e87f0;
	border-color: #1e87f0
}

.bdt-wc-carousel-skin-hidie .bdt-slidenav-previous.bdt-icon svg,
.bdt-wc-carousel-skin-hidie .bdt-slidenav-next.bdt-icon svg {
	color: #1e87f0;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.bdt-wc-carousel-skin-hidie .bdt-slidenav-previous.bdt-icon:hover svg,
.bdt-wc-carousel-skin-hidie .bdt-slidenav-next.bdt-icon:hover svg {
	color: #fff
}

.bdt-products-tab .bdt-tab>*>a {
	padding: 10px 15px;
	color: #999;
	font-size: 18px;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.bdt-products-tab .bdt-tab>.bdt-active>a {
	color: #fff;
	background: #f25b18;
	border-color: #f25b18
}

.bdt-products-tab #tab1 {
	margin-top: 30px !important
}

.bdt-products-tab .bdt-tab::before {
	border-bottom: 0
}

.elementor-widget-container .woocommerce .product-category a {
	display: block;
	transition: all 350ms cubic-bezier(.15, .83, .58, 1)
}

.elementor-widget-container .woocommerce .product-category img {
	transition: all 350ms cubic-bezier(.15, .83, .58, 1)
}

.elementor-widget-container .woocommerce-loop-category__title mark {
	background-color: transparent;
	color: inherit
}
























































































































































.elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form .product-remove {
	text-align: center !important
}

.elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form a.remove {
	display: inline-block;
	font-size: 18px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-weight: 400;
	color: #bbb !important;
	background: transparent;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: content-box
}

.elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form a.remove:hover {
	background-color: transparent;
	color: #333 !important
}

.elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form .product-name a {
	color: #1e87f0
}

.elementor-widget-bdt-wc-elements .woocommerce .woocommerce-cart-form .product-name a:hover {
	color: #0f6ecd
}

.elementor-widget-bdt-wc-elements .woocommerce table.cart img {
	width: 48px
}

.bdt-product-quick-view .product {
	position: relative
}

.bdt-product-quick-view .product .price {
	font-size: 24px;
	font-weight: 700;
	color: #90b7de
}

.bdt-product-quick-view .product del {
	opacity: .5
}

.bdt-product-quick-view .product ins {
	background: transparent
}

.bdt-product-quick-view .onsale {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 80px;
	background: #1e87f0;
	color: #fff;
	font-size: 14px;
	font-weight: 600
}

.bdt-product-quick-view .cart {
	margin-bottom: 2em
}

.bdt-product-quick-view .cart .quantity {
	display: inline-flex
}

.bdt-product-quick-view .cart .quantity .qty {
	padding: 15px;
	width: 3.631em;
	text-align: center;
	border: 1px solid rgba(144, 144, 144, 0.18);
	border-radius: 3px
}

.bdt-product-quick-view .cart .button {
	padding: 15px 25px;
	background-color: #1e87f0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	font-weight: 700;
	border-radius: 3px;
	border: 0
}

.bdt-product-quick-view .cart .button:hover {
	background-color: #0f6ecd
}

.bdt-product-quick-view .product_meta {
	display: inline-grid
}

.bdt-product-quick-view .product_meta>span.sku_wrapper {
	margin: 0
}

.bdt-product-quick-view .product_meta>span {
	color: #666;
	font-weight: 500;
	margin-top: 10px
}

.bdt-product-quick-view .product_meta>span span {
	color: #818a91;
	font-weight: 400
}

.bdt-product-quick-view .product_meta a {
	color: #818a91;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
	border-radius: 3px;
	line-height: 1;
	transition: all .3s ease
}

.bdt-product-quick-view .product_meta a:hover {
	color: #666;
	text-decoration: underline
}


.bdt-product-quick-view .woocommerce-product-rating {
	line-height: 2;
	display: block
}

.bdt-product-quick-view .woocommerce-product-rating::after,
.bdt-product-quick-view .woocommerce-product-rating::before {
	content: ' ';
	display: table
}

.bdt-product-quick-view .woocommerce-product-rating::after {
	clear: both
}



.bdt-product-quick-view .bdt-close svg {
	width: 24px
}

.bdt-wc-rating {
	display: inline-block;
}

/**************************** title product *****************************/
.rbt-wc-products .rbt-wc-product-title .rbt-link-reset {
	color: #292929;
}

.rbt-wc-products .rbt-wc-product-title:hover .rbt-link-reset {
	color: #007AFF;
}

.rbt-wc-products .star-rating {
	margin-top: 20px;
}

.rbt-wc-products .rbt-wc-product .rbt-wc-product-price .amount {
	color: #292929;
}

.rbt-wc-products .rbt-wc-add-to-cart a {
	background: #007AFF;
}

.rbt-wc-products .rbt-quick-view a {
	background: #007AFF;
}

.rbt-wc-products .rbt-wc-product .rbt-badge {
	background: #007AFF;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
}

/************************** Filter **************************/
.rbt-wc-products .woocommerce-ordering select.orderby {
	height: 40px;
	background: #f8f8f7;
	border: none !important;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
	padding: 5px 10px;
	max-width: 100%;
}
 
.rbt-wc-products .woocommerce-ordering select.orderby {
	height: 40px;
	background: none;
	border: none !important;
	-webkit-box-shadow: 0 0 20px 0px rgba(5, 5, 5, 0.08);
	box-shadow: 0 0 20px 0px rgba(5, 5, 5, 0.08);
	padding: 5px 10px;
	max-width: 100%;
	border-radius: 5px;
}

.rbt-wc-products .woocommerce-result-count {
	color: #858585;
}

/******************** Thumbnail and Gallary and Arrow **********************/

.swiper.gallery {
	border: 1px solid #efefee;  
    border-radius: 10px;
	margin-bottom: 20px;
}

/* galleryTop */
.gallery .swiper-slide {
	cursor: pointer;
}
.gallery img {
	width: 100%;
	height: auto;
}
  
/* thumbs */
.gallery-thumbs .swiper-slide {
	width: auto;
	border-radius: 10px;
	opacity: 0.8;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
	-webkit-filter: initial; /* Safari 6.0 - 9.0 */
	filter: initial;
	font-weight: bold;
	color: #231b93;
}
  
.gallery-thumbs img {
	cursor: pointer;
	width: auto;
	height: 100px;
	border-radius: 10px;
	object-fit: contain;
	border: 1px solid #efefee;
    padding: 10px;
}
  
/* buttons */
.swiper-button-next, .swiper-button-prev {
	opacity: 0.2;
	background-image: none !important;
}
  
.swiper-button-prev:hover, .swiper-button-next:hover{
	opacity: 1;
}
  
.swiper-button-next:after, .swiper-container-rtl .swiper-button-next:after{
	margin-left: auto;
}
  
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    margin-right: auto;
}

/*********************** Add To Cart *************************/
.rbt-product-add-to-cart .cart {
	display: flex;
}

.rbt-product-add-to-cart button[type= "submit"] {
	font-family: IRANSans;
}

input[type= "number"] {
    -moz-appearance: textfield;
    text-align: center;
    font-size: 18px;
    border: none;
    background: #fff;
    color: #202030;
    width: 100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inne r-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity button {
    color: #B8BFD3;
    font-size: 20px;
    cursor: pointer;
	padding: 10px 20px 10px 20px;
}

.quantity {
	display: inline-block;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

/************* Product Tabs *****************/
.tabs.wc-tabs li  {
	display: inline-block;
	white-space: nowrap;
    margin: 0 26px;
	position: relative;
}

.woocommerce-tabs .tabs li a {
	color: #202124;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 0 8px 0;
}

.woocommerce-tabs .tabs li a:hover {
	border-color: blue;
}

.woocommerce-tabs .tabs li.active a {
	color: #007AFF;;
	border-color: #007AFF;;	
}

.woocommerce-tabs .tabs > li > a::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	background: #007AFF;
	bottom: 0;
	left: 0;
}

.woocommerce-tabs .tabs > li.active > a::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.woocommerce-Tabs-panel {
	margin-top: 50px;
}

.woocommerce-Tabs-panel h2 {
	font-size: 18px;
    margin: 0 0 20px;
}

.woocommerce #review_form #respond {
	padding: 50px;
	margin-top: 55px;
	border: 1px solid #ECEDF2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 20px;
	margin-top: 25px;
}

#respond h3.comment-reply-title {
	font-size: 18px;
	margin: 0 0 20px;
}

.woocommerce-Tabs-panel .comment-notes {
	display: none;
}

.woocommerce-Tabs-panel .comment-form {
	display: flex;
	flex-wrap: wrap;
} 

.woocommerce-Tabs-panel .comment-form .comment-form-rating { 
	order: 4;
    width: 100%;
}

.woocommerce-Tabs-panel .comment-form .comment-form-comment {
	order: 4;
    width: 100%;
}

.woocommerce-Tabs-panel .comment-form .comment-form-author {
	order: 0;
	width: 50%;
}

.woocommerce-Tabs-panel .comment-form .comment-form-email {
	order: 0;
	width: 50%;
}

.woocommerce-Tabs-panel .comment-form .form-submit {
	order: 5;
}

.woocommerce-Tabs-panel .comment-form p {
	padding : 10px 5px 10px 5px;
}

.woocommerce-Tabs-panel .comment-form input[type="text"],
.woocommerce-Tabs-panel .comment-form input[type="email"],
.woocommerce-Tabs-panel .comment-form textarea {
	display: block;
	width: 100%;
	height: 44px;
	padding: 10px;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid #C8C8C8;
	color: #717171;
	border-radius: 8px;
}

.woocommerce-Tabs-panel .comment-form input[type="submit"] {
	padding: 20px 50px 20px 50px !important;
	background: #007AFF !important;
	color: #fff !important;
}

.comment-form-rating .stars a {
	color: #FFB518;
}

.woocommerce-Tabs-panel .comment_container img.avatar {
	width: 100px !important;
	background: none !important;
    border: none !important;
	border-radius: 50px;
}

.woocommerce-Tabs-panel .comment_container .comment-text {
	margin-right: 120px !important;
}

/************* Rating *****************/

.woocommerce .star-rating {
	color: #FFB518;
}

/************* Price *****************/

.price ins {
    text-decoration: none;
}












































































































































/*# Mini Crat */

.wc-cart-icon--bag-light .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8e3'
}

.wc-cart-icon--bag-medium .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8e4'
}

.wc-cart-icon--bag-solid .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8e5'
}

.wc-cart-icon--basket-light .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8e6'
}

.wc-cart-icon--basket-medium .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8e7'
}

.wc-cart-icon--basket-solid .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8e8'
}

.wc-cart-icon--cart-light .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8e9'
}

.wc-cart-icon--cart-medium .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8ea'
}

.wc-cart-icon--cart-solid .rbt-mini-cart-button .rbt-cart-icon i:before {
	content: '\e8eb'
}

.wc-cart-price--yes .rbt-mini-cart-wrapper .rbt-cart-button-text .rbt-mini-cart-price-amount {
	display: inherit
}

.wc-cart-badge--yes .rbt-mini-cart-wrapper .rbt-mini-cart-button-icon .rbt-cart-badge {
	display: inherit
}

 .rbt-mini-cart-wrapper .rbt-mini-cart-button {
	display: inline-block;
	padding: 5px
}

 .rbt-mini-cart-wrapper .rbt-cart-button-text {
	font-size: 15px
}

 .rbt-mini-cart-wrapper .rbt-cart-button-text .rbt-mini-cart-price-amount {
	display: none
}

 .rbt-mini-cart-wrapper .rbt-cart-button-text .rbt-mini-cart-price-amount .tax_label {
	display: none
}

 .rbt-mini-cart-wrapper .rbt-cart-button-text .rbt-mini-cart-price-amount small {
	font-size: 80%
}

 .rbt-mini-cart-wrapper .rbt-cart-button-text .rbt-mini-cart-price-amount * {
	color: #666
}

 .rbt-mini-cart-wrapper .rbt-mini-cart-button-icon {
	position: relative
}

 .rbt-mini-cart-wrapper .rbt-mini-cart-button-icon .rbt-cart-icon {
	color: #666
}

 .rbt-mini-cart-wrapper .rbt-mini-cart-button-icon .rbt-cart-icon i {
	font-size: 16px
}

 .rbt-mini-cart-wrapper .rbt-mini-cart-button-icon .rbt-cart-badge {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	top: -10px;
	right: -12px;
	border-radius: 30px;
	color: #fff;
	background-color: #1e87f0;
	text-align: center;
	font-size: 8px;
	padding: 0;
	margin: 0;
	display: none
}

 .rbt-offcanvas .rbt-widget-title {
	font-size: 18px;
	color: #95989a;
	font-weight: 600;
}

 .widget_shopping_cart .widgettitle {
	display: none
}

 .widget_shopping_cart_content .amount {
	color: #1e87f0
}

 .rbt-mini-cart-product-item {
	position: relative;
	padding: 10px 15px 10px 0;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd
}

 .rbt-mini-cart-product-item .rbt-mini-cart-product-thumbnail img {
	width: 64px
}

 .rbt-mini-cart-product-item .rbt-mini-cart-product-price,
 .rbt-mini-cart-product-item .rbt-mini-cart-product-name a {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	transition: color .25s ease
}

 .rbt-mini-cart-product-item .rbt-mini-cart-product-price:hover,
 .rbt-mini-cart-product-item .rbt-mini-cart-product-name a:hover {
	color: #1e87f0
}

 .rbt-mini-cart-product-item .rbt-mini-cart-product-remove a {
	display: flex;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	background: #eee;
	padding: 5px;
	opacity: 0;
	transition: all .2s ease-out
}

 .rbt-mini-cart-product-item .rbt-mini-cart-product-remove a svg {
	width: 12px
}

 .rbt-mini-cart-product-item .rbt-mini-cart-product-remove a svg * {
	stroke: #666
}

 .rbt-mini-cart-product-item .rbt-mini-cart-product-remove a:hover svg {
	width: 12px
}

 .rbt-mini-cart-product-item .rbt-mini-cart-product-remove a:hover svg * {
	stroke: #ff0000
}

 .rbt-mini-cart-product-item:hover .rbt-mini-cart-product-remove a {
	right: 0;
	opacity: 1
}

 .rbt-mini-cart-subtotal {
	color: #333;
	font-size: 16px;
	margin: 20px 0 25px
}

 .rbt-mini-cart-subtotal small {
	font-size: 70%
}

 .rbt-mini-cart-subtotal .amount {
	font-weight: 700
}

 .rbt-mini-cart-footer-buttons a {
	display: block
}

 .rbt-mini-cart-footer-buttons a .rbt-button-text {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase
}

 .rbt-mini-cart-footer-buttons .rbt-button-view-cart {
	margin-bottom: 15px;
	background: #eee;
	border: 1px solid transparent;
	transition: all .3s ease
}

 .rbt-mini-cart-footer-buttons .rbt-button-view-cart:hover {
	background: transparent;
	border-color: #ddd
}

 .rbt-mini-cart-footer-buttons .rbt-button-view-cart:hover .rbt-button-text {
	color: #222
}

 .rbt-mini-cart-footer-buttons .rbt-button-view-cart .rbt-button-text {
	color: #555;
	transition: color .3s ease
}

 .rbt-mini-cart-footer-buttons .rbt-button-checkout {
	background: #1e87f0;
	border: 1px solid transparent;
	transition: all .3s ease
}

 .rbt-mini-cart-footer-buttons .rbt-button-checkout:hover {
	background: transparent;
	border-color: #1e87f0
}

 .rbt-mini-cart-footer-buttons .rbt-button-checkout:hover .rbt-button-text {
	color: #1e87f0
}

 .rbt-mini-cart-footer-buttons .rbt-button-checkout .rbt-button-text {
	color: #fff;
	transition: color .3s ease
}




















































.rbt-offcanvas-close {
    cursor: pointer;
}

.rbt-offcanvas{
	position:fixed;
	transition: .5s;
	top:0;
	bottom:0;
	right: 0;
	z-index:1000;
	transition: .5s;
}

.rbt-offcanvas-bar{
	position: fixed;
	top:0;
	bottom:0;
	right:-500px;
	text-align: right;
	box-sizing:border-box;
	width:300px;
	padding:20px 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	z-index: 1000;
	transition: .5s;
}

.rbt-offcanvas.open-offcanvas .rbt-offcanvas-bar {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.rbt-offcanvas.open-offcanvas {
    width: 100%;
	background: rgba(79,79,79,.6);
	transition:.10s linear
}
















.basket__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20PX;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.rbt-offcanvas-page,.rbt-offcanvas-container{
	overflow-x:hidden
}
.rbt-offcanvas-container{
	position:relative;left:0;transition:left .3s ease-out;box-sizing:border-box;width:100%
}

@media (min-width:960px){
	.rbt-offcanvas-bar{
		left:-350px;
		width:400px;
		padding:40px 40px
	}
}