/*
**shop
*/
input[disabled] {
	cursor: not-allowed;
	opacity: .4;
}

/* sort panel */
.storefront-sorting div {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 1;
}

.storefront-sorting div .form-group {
	margin-bottom: 15px;
}

.storefront-sorting div label {
	padding-right: 10px;
}

.woocommerce-ordering {
	display: inline-block;
	float: right;
}

.woocommerce-result-count {
	display: inline-block;
	line-height: 40px;
	margin-bottom: 0;
}

#toggle_shop_view {
	margin-right: 14px;
}

#toggle_shop_view:before,
#toggle_shop_view:after {
	background-color: #262626;
	color: #fff;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	padding: 12px 12px 13px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#toggle_shop_view:before {
	content: "\f00a";
	margin-right: 5px;
}

#toggle_shop_view:after {
	background-color: #026dfe;
	content: "\f03a";
}

#toggle_shop_view.grid-view:before {
	background-color: #026dfe;
}

#toggle_shop_view.grid-view:after {
	background-color: #262626;
}

#sort_view {
	background-color: #fff;
	color: #262626;
	display: inline-block;
	font-size: 14px;
	padding: 12px 16px 13px;
}

.columns-1 .product {
	float: none;
	margin-right: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.columns-2 .product {
		float: left;
		width: 50%;
	}

	.columns-3 .product {
		float: left;
		width: 33.33333333%;
	}

	.columns-4 .product {
		float: left;
		width: 25%;
	}
}

.product .images,
.product .thumbnails a,
.product .item-media {
	display: block;
	overflow: hidden;
}

.product .images img,
.product .thumbnails a img,
.product .item-media img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.product .images:hover img,
.product .thumbnails a:hover img,
.product .item-media:hover img {
	opacity: 0.8;
}

.product .product-grid-col .woocommerce-loop-product__title {
	display: none;
}

.product figure {
	max-width: none;
}

.product .flex-control-nav li {
	height: auto;
}

.products {
	margin-left: -15px;
	margin-right: -15px;
}

.products:before,
.products:after {
	clear: both;
	content: "";
	display: block;
}

.upsells .products,
.related .products {
	margin-left: 0;
	margin-right: 0;
}

.columns-2 .products > .product:nth-child(2n+1),
.columns-3 .products > .product:nth-child(3n+1),
.columns-4 .products > .product:nth-child(4n+1) {
	clear: both;
}

li.product {
	margin-bottom: 52px;
	padding-left: 15px;
	padding-right: 15px;
}

.owl-item .product {
	padding: 0;
	width: 100%;
}

.product .row {
	position: relative;
}

.product [class*="col-"] {
	margin-top: 0;
	position: static;
}

.product [class*="col-"].images a {
	display: block;
	position: relative;
}

.product h3 {
	margin-bottom: 20px;
}

.product .rating-title {
	font-size: 1.2em;
}

.product [class*="col-"]:first-child h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 18px 0 24px;
	position: relative;
	text-align: center;
}

.product .product-media {
	position: relative;
}

.product .images {
	position: relative;
}

.product [class*="col-"]:first-child a span,
.product [class*="col-"]:first-child .onsale,
.product [class*="col-"]:first-child .product-media span {
	background-color: #ff9600;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	padding: 4px 14px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 15px;
}

.product [class*="col-"]:first-child a span.onsale,
.product [class*="col-"]:first-child .onsale.onsale,
.product [class*="col-"]:first-child .product-media span.onsale {
	background-color: #026dfe;
	bottom: 15px;
	top: auto;
	z-index: 1;
}

.product [class*="col-"]:first-child .item-media:hover .onsale {
	display: none;
}

.product .woocommerce-loop-product__title {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 17px;
	margin-top: 11px;
}

.product a .woocommerce-loop-product__title {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.product a .woocommerce-loop-product__title:hover {
	color: #026dfe;
}

.related,
.upsells {
	margin-top: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

.related > h2,
.upsells > h2 {
	font-size: 40px;
	margin: 20px 0 30px;
	text-align: center;
	text-transform: uppercase;
}

.upsells + .related {
	margin-top: 30px;
}

.product .review-links {
	display: none;
}

.price {
	color: #026dfe;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.price del {
	font-size: 16px;
	opacity: 0.5;
}

.price ins {
	text-decoration: none;
}

.product-buttons {
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	visibility: hidden;
}

.item-media:hover .product-buttons {
	opacity: 1;
	visibility: visible;
}

.product-buttons a.loading [class*='rt-icon'],
.product-buttons a.loading:before {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

.product-buttons a.loading [class*='rt-icon']:before,
.product-buttons a.loading:before:before {
	content: "\e61b";
}

.product-buttons a.loading:before {
	content: "\e61b";
}

.product-buttons a i,
.product-buttons a:before {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.product-buttons a.favorite_button {
	background-color: #fff;
	color: #262626;
}

.product-buttons a.added_to_cart {
	color: transparent;
	font-size: 0;
}

.product-buttons a.added_to_cart:hover:before {
	opacity: 0.5;
}

.product-buttons a.added_to_cart:before {
	color: #fff;
	content: "\e6c0";
	font-family: "rt-icons-2";
	font-size: 26px;
	line-height: 40px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.product-buttons a.product_type_variable:before {
	content: "\e63f";
	font-size: 20px;
}

#content_products .pagination {
	margin-top: 40px;
}

@media (max-width: 768px) {
	body.archive .product .item-media,
	body.archive .product .item-content {
		text-align: center;
	}

	body.archive .product .star-rating {
		margin: 0 auto;
	}
}

.grid-view .row {
	position: relative;
}

.grid-view .product [class*="col-"]:last-child {
	padding: 30px 0 0;
	top: 0;
}

.grid-view .product [class*="col-"]:last-child .item-content {
	padding-left: 0;
}

.grid-view .product [class*="col-"]:last-child p {
	display: none;
}

.grid-view .product-description {
	display: none;
}

.grid-view [class*="col-"] {
	float: none;
	width: 100%;
}

.grid-view .product.first {
	clear: both;
}

.grid-view .product .item-media {
	display: inline-block;
}

.list-view .product {
	float: none;
	margin-bottom: 60px;
	width: 100%;
}

.list-view .product [class*="col-"]:first-child h2 {
	display: none;
}

/* single-product */
.thumbnails-wrap {
	margin-top: 10px;
}

.woocommerce-product-gallery img,
.thumbnails-wrap img {
	border-radius: 3px;
}

.product_meta {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.product_meta .categories-links a {
	font-weight: 600;
}

.product_meta .categories-links a + a {
	margin-left: 0;
}

.summary {
	margin: 20px 0 0 32px;
	position: relative;
}

.summary h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 3px;
}

.summary .product-rating + h1,
.summary .woocommerce-product-rating + h1 {
	padding-top: 27px;
}

.summary h1 {
	padding-top: 53px;
}

.summary .price {
	background-color: transparent;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 3px;
	word-wrap: break-word;
}

.summary .price del {
	font-size: 22px;
}

.summary .woocommerce-product-details__short-description {
	margin-top: 32px;
}

.summary .product-cats {
	margin-top: 15px;
}

.summary .product-cats a,
.summary .product-cats span {
	color: #026dfe;
}

.summary .product-cats.with-cols {
	margin: 5px 0 -10px;
}

.summary .product-cats [class*="col-"] {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

.summary .woocommerce-variation-price .price {
	padding-top: 0;
}

.summary .star-rating {
	display: inline-block;
	margin-right: 20px;
	top: 4px;
}

.summary .stock {
	margin-bottom: 0;
}

.summary .email-to {
	margin-bottom: 10px;
}

.summary .product-option-name {
	display: inline-block;
	margin: 10px 0;
}

.summary .theme_button {
	margin-top: 0;
}

.summary .theme_button.wc-variation-selection-needed {
	cursor: not-allowed;
	opacity: .4;
}

.summary .posted_in {
	margin: 10px 0;
}

.summary .posted_in .small_button {
	margin-left: 5px;
	padding-left: 6px;
	padding-right: 6px;
}

.summary [itemprop="description"] {
	margin: 30px 0;
}

.summary ul.list1 li {
	padding-bottom: 20px;
	padding-top: 15px;
}

.summary .reset_variations {
	padding: 0 5px;
}

.quantity {
	display: inline-block;
	min-width: 104px;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.quantity.form-group {
	border: 2px solid #d7d8da;
	border-radius: 2px;
}

.quantity.form-group input {
	border: none;
}

.quantity input {
	display: inline-block;
}

.quantity [type="button"] {
	background-color: transparent;
	border: none;
	color: transparent;
	height: 24px;
	line-height: 1;
	position: relative;
	width: 22px;
	z-index: 1;
}

.quantity [type="button"] + i {
	display: inline-block;
	font-size: 18px;
	margin-left: -23px;
	position: relative;
	top: 3px;
}

.quantity [type="number"] {
	text-align: center;
	width: 25px;
}

.quantity + * {
	margin-left: 6px;
}

.woocommerce div.product .quantity > input {
	position: absolute;
	visibility: hidden;
}

.woocommerce div.product .quantity + .single_add_to_cart_button {
	margin-left: 8px;
}

.woocommerce div.product .quantity + .single_add_to_cart_button i {
	display: none;
}

.woocommerce div.product .quantity .stepper {
	display: inline-block;
	position: relative;
}

.woocommerce div.product .quantity .stepper input {
	background-color: transparent;
	border: 2px solid #d7d8da;
	height: 44px;
	padding: 0 10px;
	text-align: center;
	width: 104px;
}

.woocommerce div.product .quantity .stepper .operation {
	cursor: pointer;
}

.woocommerce div.product .quantity .stepper .operation::before {
	font-family: rt-icons-2;
	font-size: 18px;
	line-height: 44px;
	position: absolute;
	z-index: 5;
}

.woocommerce div.product .quantity .stepper .up::before {
	content: "\e7c5";
	right: 12px;
}

.woocommerce div.product .quantity .stepper .down::before {
	content: "\e7c4";
	left: 12px;
}

.variations td {
	border: 0;
	display: block;
	padding: 3px 0;
}

.variations td.value {
	margin-bottom: 10px;
}

.woocommerce div.product .variables-block .variations {
	list-style: none;
	margin-bottom: 0;
	margin-top: 29px;
	padding: 0;
}

.woocommerce div.product .variables-block .variations [class*="col-"] {
	margin: 10px 0;
}

.woocommerce div.product .variables-block .variations .variable-label,
.woocommerce div.product .variables-block .variations .value {
	display: block;
	margin: 0;
}

.woocommerce div.product .variables-block .variations .value {
	margin-top: 12px;
}

.woocommerce div.product .variables-block .variations .value.value-color {
	margin-top: 23px;
}

.woocommerce div.product .variables-block .variations .value .select-group select {
	height: 44px;
}

.woocommerce div.product .variables-block .variations .value .select-group i[class*='rt-icon'] {
	top: 12px;
}

.woocommerce div.product .variables-block .variations .variable-label {
	color: #1b1b1b;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}

.woocommerce div.product .variables-block .color-variable input:not(checked) {
	opacity: 0;
	position: absolute;
}

.woocommerce div.product .variables-block .color-variable input:not(checked) + label {
	position: relative;
}

.woocommerce div.product .variables-block .color-variable input:checked + label::after,
.woocommerce div.product .variables-block .color-variable input:focus + label::after {
	color: #303233;
	content: "\e116";
	font-family: rt-icons-2;
	font-size: 12px;
	left: 0;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.woocommerce div.product .variables-block .color-variable input:checked + label.not-hex,
.woocommerce div.product .variables-block .color-variable input:focus + label.not-hex {
	padding-right: 20px;
}

.woocommerce div.product .variables-block .color-variable input:checked + label.not-hex::after,
.woocommerce div.product .variables-block .color-variable input:focus + label.not-hex::after {
	text-align: right;
}

.woocommerce div.product .variables-block .color-variable + #pa_color {
	position: absolute;
	visibility: hidden;
}

.woocommerce div.product .variables-block .color-variable .color {
	border: 1px solid #d7d8da;
	font-size: 0;
	height: 20px;
	margin: 0 3px;
	width: 20px;
}

.woocommerce div.product .variables-block .color-variable .not-hex {
	border: 1px solid #303233;
	line-height: 1;
	margin: 0 3px;
	padding: 3px 5px;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.woocommerce div.product .variables-block .single_variation_wrap .woocommerce-variation-description {
	color: #303233;
	float: left;
	font-family: "Playfair Display", serif;
	font-weight: 700;
}

.woocommerce div.product .variables-block .single_variation_wrap .woocommerce-variation-price {
	margin-bottom: 20px;
}

.woocommerce div.product .variables-block .single_variation_wrap .woocommerce-variation {
	margin-bottom: 0.5em;
	overflow: hidden;
}

.summary .reset_variations {
	margin-top: 5px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.summary .reset_variations:before {
	content: "\e117";
	font-family: "rt-icons-2" !important;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	left: -4px;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	speak: none;
	text-transform: none;
	top: 1px;
}

.wishlist-row .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.wishlist-row .yith-wcwl-add-button a.add_to_wishlist,
.wishlist-row .share span {
	color: #a7a7a7;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.wishlist-row .yith-wcwl-add-button a.add_to_wishlist {
	text-transform: uppercase;
}

.wishlist-row .yith-wcwl-add-button a.add_to_wishlist i,
.wishlist-row .yith-wcwl-add-button a.add_to_wishlist:hover {
	color: #026dfe;
}

.product-line {
	border-top: 1px solid #d7d8da;
}

.product-line.before-variations {
	margin-bottom: -2px;
	margin-top: 32px;
}

.product-line.before-wishlist-row {
	margin-bottom: 32px;
	margin-top: 32px;
}

.product-line.before-add-to-cart {
	margin-bottom: 0;
	margin-top: 22px;
}

.add-to-cart {
	margin-top: 40px;
}

.variations + .add-to-cart {
	margin-top: 40px;
}

.product_meta_bottom {
	margin: 0 0 20px;
}

.product-tabs {
	margin-top: 30px;
}

.owl-carousel.thumbnails {
	margin: 10px 0 30px;
}

.owl-carousel.thumbnails .owl-dots {
	margin: 20px 0 5px;
}

.owl-carousel.thumbnails .owl-dots .owl-dot span {
	border-width: 1px;
	height: 8px;
	width: 8px;
}

.owl-carousel.thumbnails .owl-nav {
	margin-top: -18px;
}

.owl-carousel.thumbnails .owl-nav > div {
	right: 0;
}

.owl-carousel.thumbnails .owl-nav > div:first-child {
	left: 0;
}

.owl-carousel.thumbnails .owl-nav > div:after {
	color: #262626;
	font-size: 16px;
}

.product + .nav-tabs,
.woocommerce-tabs {
	margin-top: 60px;
}

.grid-view .star-rating-wrapper {
	min-height: 16px;
}

.star-rating-wrapper:empty {
	display: none;
}

.star-rating,
p.stars a {
	font-weight: 400;
	height: 1em;
}

.star-rating span:before,
.star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	top: 0;
}

.star-rating {
	font-family: "FontAwesome";
	font-size: 12px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 5em;
}

.star-rating:before {
	float: left;
	letter-spacing: 0.1em;
	opacity: .5;
	position: absolute;
}

.star-rating span {
	float: left;
	left: 0;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.star-rating span:before {
	color: #026dfe;
	position: absolute;
}

p.stars a:before,
p.stars a:hover ~ a:before {
	color: #7e7e7e;
	content: "\e7aa";
}

p.stars {
	display: inline-block;
	line-height: 1;
	margin: 0 0 30px;
}

p.stars a {
	display: inline-block;
	margin-right: 1px;
	position: relative;
	text-indent: -999em;
	width: 1em;
}

p.stars a:before {
	display: block;
	font-family: "rt-icons-2";
	height: 1em;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}

p.stars.selected a.active:before,
p.stars:hover a:before {
	color: #026dfe;
	content: "\e7aa";
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	color: #7e7e7e;
	content: "\e7aa";
	opacity: .75;
}

p.stars.selected a:not(.active):before {
	color: #026dfe;
	content: "\e7aa";
	opacity: 1;
}

/*shop comments*/
h2.woocommerce-Reviews-title {
	margin-bottom: 30px;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	margin-bottom: 40px;
}

.commentlist li img {
	display: block;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.commentlist .alignnone {
	margin: 0 30px 20px 0;
}

.commentlist .comment-text {
	overflow: hidden;
	padding: 0 30px 26px 0;
	position: relative;
}

.commentlist p.meta {
	font-size: 0;
	margin: 0 0 40px;
}

.commentlist p.meta strong {
	color: #1b1b1b;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.commentlist p.meta time {
	font-size: 14px;
}

.commentlist .star-rating {
	position: absolute;
	top: 49px;
}

.woocommerce-tabs .tab-content h2 {
	text-transform: uppercase;
}

.woocommerce-tabs .tab-content .comments-area {
	margin-top: 10px;
}

.woocommerce-tabs .tab-content .comment-respond {
	margin: 30px 0 0;
}

.woocommerce-tabs .tab-content .comment-respond h3 {
	font-size: 28px;
}

.woocommerce-tabs .tab-content .comment-respond h4 {
	font-size: 28px;
	margin-bottom: 0;
}

/*comment respond form*/
#review_form textarea,
#review_form [type*='text'],
#review_form [type*='email'] {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

@media (min-width: 992px) {
	#review_form .comment-form-author {
		float: left;
		padding-right: 5px;
		width: 50%;
	}

	#review_form .comment-form-email {
		float: left;
		padding-left: 5px;
		width: 50%;
	}

	#review_form .form-submit {
		clear: both;
		margin-top: 30px;
	}
}

.comment-form-rating label[for] {
	display: block;
}

/* cart */
.shop_table ul {
	list-style: none;
	padding: 0;
}

.shop-adds {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}

.shop-adds .fa {
	padding: 0 10px;
}

.shop-adds.teaser {
	margin-bottom: 0;
}

.shop-adds.teaser [class*="_bg_color"] {
	padding: 12px;
}

table.cart {
	margin-bottom: 30px;
}

table.cart .media {
	margin-left: -15px;
}

table.cart img {
	max-width: 80px;
}

table.cart h4 {
	margin-bottom: 12px;
}

table.cart td,
table.cart th {
	padding: 18px 20px;
	vertical-align: middle;
}

table.cart .coupon {
	display: inline-block;
	margin-right: 20px;
}

table.cart .coupon > * + * {
	margin-left: 20px;
}

table.cart .product-name a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

table.cart td.product-name {
	font-size: 18px;
}

table.cart .product-remove {
	font-size: 1.6em;
	text-align: center;
}

.cart_totals h4:first-child {
	margin: 60px 0 30px;
}

.cart_totals table {
	margin: 0 0 50px;
}

.cart_totals table th,
.cart_totals table td {
	padding: 20px 20px;
}

.cart_totals table th {
	width: 140px;
}

.wc-proceed-to-checkout {
	-webkit-box-pack: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.wc-proceed-to-checkout .wc-forward {
	float: none;
}

/* chekcout */
.shop-info {
	margin-bottom: 15px;
}

#createaccount {
	margin-top: 0;
}

#ship-to-different-address label {
	display: inline-block;
}

#ship-to-different-address label + input {
	margin: 0 12px;
}

.wc_payment_method img {
	display: inline-block;
	padding: 0 10px;
}

.checkout [class*='col-'],
.shop-register [class*='col-'] {
	margin-bottom: 0;
	margin-top: 0;
}

.ds .select2-container--default .select2-selection--single,
.ds .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: transparent;
	color: #fff;
}

.woocommerce form:before,
.woocommerce form:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce form input[type="radio"] {
	margin-right: 6px;
}

.woocommerce form input[type="checkbox"] {
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.woocommerce form p:last-child {
	margin-bottom: 10px;
}

.form-row {
	margin: 0 0 15px;
}

.form-row:before,
.form-row:after {
	clear: both;
	content: "";
	display: block;
}

.form-row .checkbox {
	margin: -5px 0 0;
}

.form-row .lost_password {
	margin: 15px 0 -15px;
}

.form-row label {
	display: block;
	margin-top: 10px;
}

.form-row [type="email"],
.form-row [type="number"],
.form-row [type="password"],
.form-row [type="text"],
.form-row select,
.form-row textarea {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.form-row label {
		float: left;
		padding-right: 25px;
		text-align: right;
		width: 30%;
	}

	.form-row label + *,
	.form-row.address-field input {
		float: right;
		width: 70% !important;
	}
}

.woocommerce form.login label,
.woocommerce form.login input {
	float: none;
	text-align: left;
	width: auto !important;
}

.woocommerce form.login [type="submit"] {
	margin-top: 10px;
	text-align: center;
}

@media (min-width: 992px) {
	.col2-set {
		float: left;
		padding-right: 50px;
		width: 70%;
	}

	.col2-set.addresses {
		float: none;
		margin: 0 -15px;
		padding: 0;
		width: 100%;
	}

	.col2-set.addresses:before,
	.col2-set.addresses:after {
		clear: both;
		content: "";
		display: block;
	}

	.col2-set.addresses .col-1,
	.col2-set.addresses .col-2 {
		float: left;
		padding: 0 15px;
		width: 50%;
	}

	#order_review_heading,
	#order_review {
		float: left;
		margin-top: 0;
		width: 30%;
	}
}

/* shop single*/
.cart-button {
	margin: 50px 0 55px;
}

.share-title {
	font-size: 20px;
	margin: 56px 0 18px;
}

/* shop */
.shop-item .item-content {
	padding: 30px 40px;
}

.shop-item .item-price {
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	margin: 9px 0 16px;
}

.shop-item .item-price span {
	font-size: 40px;
}

.shop-item .cart-button {
	margin: 50px 0 28px;
}

.related-item .item-content {
	padding: 14px 25px;
}

.related-item h4 {
	font-size: 20px;
	line-height: 24px;
}

.related-item .cart-button {
	margin: 14px 0 14px;
}

.select2-container .select2-choice {
	border: none;
	border-radius: 0;
	padding: 10px 20px;
}

.select2-drop-active {
	border-color: #d7d8da;
}

.woocommerce-checkout-payment {
	margin-top: 40px;
}

.woocommerce-checkout-payment .radio {
	margin: 2px 0;
}

.woocommerce-checkout-payment ul {
	list-style: none;
	padding: 0;
}

.woocommerce-checkout-payment li {
	border-bottom: 1px solid #d7d8da;
	padding: 11px 0 6px;
}

.woocommerce-checkout-payment li:first-child {
	border-top: 1px solid #d7d8da;
}

.woocommerce-checkout-payment p {
	margin: 0;
}

.woocommerce-checkout-payment img {
	display: none;
}

.woocommerce-checkout-payment [type="submit"] {
	margin-top: 20px;
}

/*messages*/
.wc-forward {
	float: right;
}

.row > .alert {
	background-color: #333;
	border: 2px solid rgba(255, 255, 255, 0.1);
	line-height: 51px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 15px 15px 20px;
}

.row > .alert .button {
	margin: 0;
}

.row > .alert .button,
.row > .alert .button:hover {
	color: #fff;
}

/*my account*/
.woocommerce-MyAccount-navigation {
	margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
}

.woocommerce-MyAccount-navigation .is-active a {
	background-color: #026dfe;
	border-color: #026dfe;
}

.woocommerce-MyAccount-content h2 {
	margin: 40px 0;
}

.woocommerce-Message {
	padding: 30px;
}

.woocommerce-Message .woocommerce-Button {
	float: right;
}

.order-actions {
	text-align: center;
}

.customer_details {
	margin-bottom: 60px;
}

.addresses address {
	margin-bottom: 0;
}

/* shop widgets */
/* cart widget */
.widget.woocommerce .widget-title {
	font-size: 18px;
}

.widget_shopping_cart img {
	max-width: 80px;
}

.widget_shopping_cart .cart_list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: 20px 0;
	padding-bottom: 4px;
}

.widget_shopping_cart .quantity {
	display: block;
}

.widget_shopping_cart .remove {
	float: right;
	font-size: 0;
}

.widget_shopping_cart .remove:before {
	content: "\e653";
	font-family: "rt-icons-2";
	font-size: 16px;
}

.widget_shopping_cart li {
	margin-bottom: 16px;
}

.widget_shopping_cart li a + a {
	color: #262626;
	font-size: 16px;
}

.widget_shopping_cart .wc-forward {
	float: none;
}

/* price filter */
.widget_price_filter input[readonly] {
	background-color: transparent;
	display: inline-block;
	margin-bottom: 4px;
	max-width: 89px;
	padding-left: 3px;
	padding-right: 3px;
}

.widget_price_filter .ui-slider-range {
	background-color: #026dfe;
}

.widget_price_filter .ui-slider-horizontal {
	margin-bottom: 30px;
}

.widget_price_filter label[for] {
	display: inline-block;
	padding-right: 4px;
}

.widget_price_filter .price_label {
	position: relative;
	top: -47px;
}

.widget_price_filter .form-group {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.widget_price_filter button {
	position: relative;
	top: 53px;
}

.widget_price_filter .price_slider_amount:after {
	clear: both;
	content: "";
	display: block;
}

/*! jQuery UI - v1.11.1 - 2014-10-03
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.ui-slider {
	background-color: #d7d8da;
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	background-color: #026dfe;
	border-radius: 50%;
	cursor: pointer;
	height: 12px;
	position: absolute;
	-ms-touch-action: none;
	touch-action: none;
	width: 12px;
	z-index: 2;
}

.ui-slider .ui-slider-range {
	background-position: 0 0;
	border: 0;
	display: block;
	font-size: .7em;
	position: absolute;
	z-index: 1;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal {
	height: 5px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
}

.ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	height: 100px;
	width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-bottom: -.6em;
	margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* color layered nav */
.color-filters li {
	display: inline-block;
	margin-right: 6px;
	position: relative;
}

.color-filters li input[type=radio] {
	left: 4px;
	margin-top: 0;
	opacity: 0;
	position: absolute;
	top: 4px;
}

.color-filters label {
	cursor: pointer;
}

.color-filters .color-sample {
	border: 1px solid #d7d8da;
	color: transparent;
	display: block;
	height: 20px;
	overflow: hidden;
	position: relative;
	width: 20px;
}

.color-filters .color-sample:before {
	color: #262626;
	content: "\e116";
	display: none;
	font-family: "rt-icons-2";
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 18px;
}

.color-filters input[type=radio]:checked + .color-sample:before {
	display: block;
}

.red .color-sample {
	background-color: #ed1c24;
}

.white .color-sample {
	background-color: #fff;
}

.green .color-sample {
	background-color: #39b54a;
}

.yellow .color-sample {
	background-color: #fff568;
}

.blue .color-sample {
	background-color: #026dfe;
}

.widget_layered_nav .color-filters li {
	display: inline-block;
	margin: 0 29px 14px 0;
}

.widget_layered_nav .color-filters a {
	background-color: #ccc;
	color: transparent;
	display: inline-block;
	font-size: 0;
	height: 23px;
	position: relative;
	width: 23px;
}

.widget_layered_nav .color-filters a:before {
	border: 1px solid rgba(0, 0, 0, 0.05);
	bottom: -2px;
	content: "";
	display: block;
	left: -2px;
	position: absolute;
	right: -2px;
	top: -2px;
}

.widget_layered_nav .color-filters span {
	left: 5px;
	position: relative;
	top: 2px;
}

/* widget_products */
.widget_products img {
	max-width: 80px;
}

.widget_products .media h3 {
	font-size: inherit;
	line-height: 1.4;
	margin: 3px 0 10px;
}

.widget_products .star-rating {
	margin-bottom: 10px;
}

.widget_products .price {
	background-color: transparent;
	padding: 0;
	position: static;
}

.widget_products .add_to_cart_button {
	background-color: #026dfe;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	margin-right: 5px;
	text-align: center;
	width: 20px;
}

.widget_products .add_to_cart_button:hover {
	background-color: #262626;
	color: #fff;
}

/*widget_top_rated_products*/
.widget .product-title {
	display: block;
}

.widget .woocommerce-Price-amount {
	color: #026dfe;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.widget del .woocommerce-Price-amount {
	color: inherit;
}

.widget .star-rating {
	margin: 5px 0 7px;
}

.widget_top_rated_products img {
	max-width: 80px;
}

.widget_top_rated_products .product-title {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	text-transform: uppercase;
	top: 24px;
	white-space: nowrap;
}

.widget_top_rated_products .star-rating {
	position: relative;
	top: -21px;
}

.widget_top_rated_products .woocommerce-Price-amount {
	font-size: 12px;
	position: relative;
	top: -20px;
}

.widget_top_rated_products .star-rating + .woocommerce-Price-amount {
	top: -8px;
}

.widget_top_rated_products .product_list_widget li {
	margin-bottom: 0;
}

/*widget_recent_reviews*/
.widget_recent_reviews li,
.product_list_widget li {
	margin-bottom: 16px;
}

.widget_recent_reviews li:before,
.widget_recent_reviews li:after,
.product_list_widget li:before,
.product_list_widget li:after {
	clear: both;
	content: "";
	display: block;
}

.widget_recent_reviews img,
.product_list_widget img {
	display: block;
	float: left;
	margin-right: 20px;
	max-width: 100px;
}

/*widget_rating_filter*/
.widget_rating_filter {
	text-align: right;
}

.widget_rating_filter li {
	clear: both;
	margin-bottom: 8px;
}

.widget_rating_filter .star-rating {
	float: left;
}

/* cart */
.widget_shopping_cart img {
	max-width: 80px;
}

.widget_shopping_cart h4 {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.widget_shopping_cart .cart_list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: 20px 0;
	padding-bottom: 20px;
}

.widget_shopping_cart .media-body:last-child {
	width: 1000px;
}

.widget_shopping_cart .media-body:last-child i {
	padding: 0 0 0 10px;
}

/* price filter */
.widget_price_filter input[readonly] {
	background-color: transparent;
	border: none;
	display: inline-block;
	font-style: normal;
	height: auto;
	padding: 0;
}

.widget_price_filter .ui-slider-range {
	background-color: #026dfe;
}

.widget_price_filter .ui-slider-horizontal {
	margin-bottom: 15px;
}

.widget_price_filter label[for] {
	display: inline-block !important;
	padding-right: 4px;
}

.widget_price_filter .form-group {
	display: none;
}

.widget_price_filter .theme_button {
	margin: 25px 0 0;
}

.page_content .woocommerce-breadcrumb {
	display: none;
}
