html, body {
	font-family: 'Nunito', sans-serif;
	-webkit-font-smoothing: antialiased;	
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

body {
	color: #606975;
	text-align: left;
	background-color: #f8f8f8;	
	background-repeat: repeat;
	background-image: url(../images/back.jpg);
}

.wrapper {
	min-height: 100%;
	padding: 0px 0px 50px 0px;
}

/* Const Class */
.flex {
	display: flex;
	align-items: center;
}

.m-l {
	margin-left: auto;
}

.badge,
.wishlist_products_counter .wishlist_products_counter_number {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	position: relative;
	top: -1px;
	font-weight: 700;
	margin-left: 10px;
	transition: .3s ease all;
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
	white-space: nowrap;
	vertical-align: baseline;
	color: #fff;
	background-color: #606ddd;
	border-radius: .25rem!important;	
}

.wishlist_products_counter .wishlist_products_counter_text {
	display: flex;
	align-items: center;
}

.wishlist_products_counter .wishlist_products_counter_text:before {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../icons/heart.svg);
	background-size: cover;
	margin-right: .75rem;
	transition: .3s ease all;
}

.wishlist_products_counter:hover .wishlist_products_counter_text:before {
	background-image: url(../icons/heartHover.svg);
}

.none {
	display: none !important;
}

.single_variation_wrap .woocommerce-variation-price,
.reset_variations {
	display: none !important;
}

.single_variation_wrap,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
	display: flex;
	width: 100%;	
}

.card_col-2 .card_content-2 .variations_form.cart {
	flex-direction: column;
}

.variations {
	display: flex;
	width: 100%;
	padding: 0.5rem 0 1.3rem 0;	
}

.variations td.label {
	font-family: Nunito,sans-serif;
	margin-bottom: .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
	padding: 0 .5rem 0 0;	
}

.nl {
	display: flex;
	align-items: center;
}

.container {
	width: 100%;
	padding: 0px 15px;
	margin: 0px auto;	
}
/* End:Const Class */

/* Topbar */
.topbar {
	border-bottom: 1px solid #dee2e6;
	background-color:white;
}

.topbar .nav__link a {
	display: flex;
	color: #606975;
	transition: .3s ease all;
	font-size:.875rem;
	margin:.25rem 1rem;
	line-height: 1.5;
	align-items: center;
}

.topbar .nav__link .non-user a {
	margin:.25rem 0 .25rem 1rem;
}

.topbar .nav__link a.auth {
	margin:.25rem 0 .25rem 1rem;
}

.topbar .nav__link a > svg {
	transition: .3s ease all;	
	width: 15px;
	height: 15px;
}

.topbar .nav__link a:hover,
.topbar .nav__link a:hover svg {
	color:#606ddd;
	stroke:#606ddd;
}

.topbar .nav__link.nl a {
	margin:0px .3rem;
}

.topbar .nav__link svg,
.topbar .nav__link img {
	margin:0px 5px 0px 0px;
}

.topbar .nav__link.nl a:first-child {
	margin-left: 0px;
}

.topbar .nav__link:first-child a {
	margin:.25rem 1rem .25rem 0;
}

.form-currency,
.woocommerce-currency-switcher-form {
	overflow: hidden;
	background-color: white;
	position: relative;
	width: 55px;
}

.form-currency:after,
.woocommerce-currency-switcher-form:after {
	content:'';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	height: 15px;
	width: 15px;
	display: block;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../icons/down.svg);	
}

.form-currency select,
.woocommerce-currency-switcher-form select {
	padding: 5px 8px;
	color: #606975;
	font-size: .80rem;	
	width: 100%;
	border: 0px;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	cursor: pointer;
	z-index: 5;
	position: relative;
	transition: .3s ease all;
	outline: none;	
	zoom:0;
}

.form-currency select:hover,
.woocommerce-currency-switcher-form select:hover {
	color:#606ddd;
}

.form-currency:hover:after,
.woocommerce-currency-switcher-form:hover:after {
	background-image: url(../icons/downHover.svg);
}

.form-currency select:focus,
.woocommerce-currency-switcher-form:focus {
	outline: none;
}

.topbar .nav__link li.dropdown a {
	margin: .25rem 0 .25rem 1rem;	
}

.nav-profile {
	position: relative;
}

.dropdown-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: auto;
	right: 0;
	z-index: 1000;
	float: left; 
	min-width: 5rem;
	font-size: .875rem;
	color: #606975;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dee2e6;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
	padding: .25rem 0;
	transition: .3s ease all;
}

.dropdown-menu.active {
	opacity: 1;
	visibility: visible;
}

.topbar .nav__link .dropdown-menu a {
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	color: #606975;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	margin:0px !important;	
	align-items: center;
}

.topbar .nav__link .dropdown-menu a svg {
	margin-right: .75rem;
}

.topbar .nav__link .dropdown-menu a.red,
.topbar .nav__link .dropdown-menu a.red:hover svg {
	color: #f44336 !important;
	stroke:#f44336;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.topbar .nav__link .dropdown-menu a:focus, 
.topbar .nav__link .dropdown-menu a:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #e9ecef;
}

.topbar .nav__link .dropdown-menu a:hover svg {
	color: #606975;
	stroke:#16181b;
}

.topbar .nav__link a > svg.chevron-down {
	margin:0px;
}

.nav-menu {
	position: relative;
	width: 35px;
	height: 35px;
	padding: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 1rem 0 -.657rem;
	transition: .3s ease all;
}

.nav-menu:hover {
	background-color: #e9ecef;
}

.nav-menu svg {
	width: 15px;
	height: 15px;
}

.nav-menu:hover svg {
	color: #2a3bc6;
	stroke:#2a3bc6;	
}
/* END:Topbar */

/* Header */
header {
	position: relative;
	z-index: 3;
	display: flex;
	height: 55px;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}

@-webkit-keyframes headerAnimation{
	from {
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0)
	}
	to {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}

@keyframes headerAnimation{
	from {
		-webkit-transform:translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
	} 
	to {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
}

.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-animation-name: headerAnimation;
	animation-name: headerAnimation;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;    
}

.nav-logo img {
	vertical-align: text-top;
	position: relative;
	bottom: 3px;
}

.nav-logo strong {
	font-size: 1.09375rem;
	color: #606975;
	font-weight: 400;
	margin-left: 4px;	
}

.nav-main .nav-item a {
	display: block;
	margin: 0 1rem;
	font-size: .895rem;
	color: #606975;
	transition: .3s ease all;	
}

.nav-main .nav-item:first-child a {
	margin: 0 1rem 0 0;
}

.nav-main .nav-item:last-child a {
	margin: 0 0 0 1rem;	
}

.nav-main .nav-item a:hover,
.nav-main .nav-item.active a,
.nav-main .nav-item.current_page_item a,
.nav-main .nav-item.current_page_parent a {
	color:#606ddd;
}

.search_form {
	display: flex;
	max-width: 250px;
	position: relative;
	outline: none;
	width: 100%;
	transition: .3s ease all;
}

.search_form form {
	width: 100%;
	border: 1px solid #dee2e6;
	z-index:11;
	position: relative;
	transition: .3s ease all;
}

.search_form.active form {
	border:1px solid #606ddd;
}

.search_form input {
	padding: .375rem .75rem;
	background-color: #f8f9fa!important;
	font-size: .800rem;
	line-height: 1.5;
	color: #495057;
	border: 0px;
	margin:0px;
	width: 100%;
	height: 34px;
	outline: none;
	transition: .3s ease all;
	-webkit-appearance: none;	
}

.search_form .btn {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	padding: .375rem .75rem;
	font-size: .875rem;
	outline: none;	
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0px;		
	transition: .3s ease all;
	-webkit-appearance: none;
	-moz-appearance: none;
	border:0px;
}

.search_form .search-result {
	position: absolute;
	width: 100%;
	background-color: #f8f9fa !important;
	z-index: 10;
	left: 0;
	top: 35px;
	transition: .3s ease all;
	margin: 0px;	
}

.search_form .search-result .title-result {
	border: 1px solid #dee2e6;	
}

.search_form .search-result .title-result.border {
	border-bottom:0px;
}

.search_form .search-result .title-result.border:last-child {
	border-bottom: 1px solid #dee2e6;
}

.search_form .search-result a,
.search_form .search-result span {
	display: block;
	font-size: .895rem;
	color: #606975;
	transition: .3s ease all;
	padding: .8rem .75rem;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;	
}

.search_form .search-result span {
	cursor: default;
	font-size:.8rem;
}

.search_form .search-result a:hover {
	color: #606DE0;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.search_form .btn:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;	
}

.search_form input::-webkit-input-placeholder { 
	font-size: .75rem;
	line-height: 25px;
	font-family: 'Nunito', sans-serif;
	color:#606975;
}

.search_form input::-moz-placeholder { 
	font-size: .75rem;
	line-height: 25px;
	font-family: 'Nunito', sans-serif;
	color:#606975;
	opacity: 1;
}

.search_form input:-ms-input-placeholder { 
	font-size: .75rem;
	line-height: 25px;
	color:#606975;
	opacity: 1;
	font-family: 'Nunito', sans-serif;
}

.search_form input:-moz-placeholder { 
	font-size: .75rem;
	color:#606975;
	opacity: 1;
	line-height: 25px;
	font-family: 'Nunito', sans-serif;
}

.cart {
	position: relative;
	width: 35px;
	height: 35px;
	color: #606975;
	padding: 0;
	margin-left: .5rem!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;	
	transition: .3s ease all;
}

.dropdown-cart:hover .cart {
	background-color: #e9ecef;
}

.dropdown-cart:hover .cart svg {
	color: #606ddd;
	stroke:#606ddd;	
}

.cart .badge {
	font-size: 68%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50% !important;	
}

.dropdown-cart {
	position: relative;
}

.dropdown-cart:hover .dropdown-menu-cart {
	opacity: 1 !important;
	visibility: visible;
}

.dropdown-menu-cart {
	visibility: hidden;
	opacity: 0 !important;
	width: 300px;
	position: absolute;
	padding: .5rem .75rem;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
	right: 0;
	left: auto;
	background: white;
	z-index: 11;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
	transition: .3s ease all;
}

.dropdown-menu-cart .item {
	border-bottom: 1px dotted #606975;
	position: relative;
	padding: .5rem 0;
	display: flex;
	align-items: flex-start;
}

.nav-cart-empty .dropdown-menu-cart .item {
	border-bottom:0px;
}

.nav-cart .dropdown-menu-cart p {
	text-align: center;
	width: 100%;
	font-size: .875rem;
	color:#606975;
	cursor: default;
	padding: .5rem 0;
}

.dropdown-menu-cart .item a.image {
	margin-right: .5rem;
}

.dropdown-menu-cart .item a.image img {
	vertical-align: middle;
	border-style: none;
	width: 50px;
	height: 50px;	
}

.dropdown-menu-cart .item .body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	font-size: .875rem;
	flex: 1;
	color: #606975;
	text-align: left;	
}

.dropdown-menu-cart .item .body .title {
	color: #606975;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 185px;
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
	margin-left: 5px;	
	transition: .3s ease all;
}

.dropdown-menu-cart .item .body .title:hover {
	color:#606ddd;
}

.dropdown-menu-cart .item .body .quanty {
	min-width: 25px;
	display: inline-block;
	text-align: center;
	color: #adb5bd;
	line-height: 1.5;
	margin-left: 5px;
}

.dropdown-menu-cart .item .body .price {
	color: #adb5bd;
}

.dropdown-menu-cart .item .body .close {
	position: absolute;
	top: calc(50% - 12px);
	right: 2px;
	color: #f44336;
	cursor: pointer;
	float: right;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	transition: .3s ease all;
}

.dropdown-menu-cart .item .body .close:hover {
	opacity: 1;
}

.dropdown-menu-cart .item .body .close svg {
	width: 1.25rem;
	height: 1.25rem;	
}

.dropdown-menu-cart .total-price {
	padding: .5rem 0 1rem 0;
	display: flex;
}

.dropdown-menu-cart .total-price span,
.dropdown-menu-cart .total-price strong {
	font-size: .875rem;
	color: #606975;
	text-align: left;
	list-style: none;	
}

.dropdown-menu-cart .total-price strong {
	font-weight: bold;
}

.dropdown-menu-cart .btn-cart {
	padding-bottom: .5rem;
	display: flex;	
}

.dropdown-menu-cart .btn-cart .btn-one {
	width: 100%;
	margin-right: .25rem;	
}

.dropdown-menu-cart .btn-cart .btn-two {
	width: 100%;
	margin-left: .25rem;		
}

.dropdown-menu-cart .btn-cart .btn-one a,
.dropdown-menu-cart .btn-cart .btn-two a,
.dropdown-menu-cart .btn-cart .woocommerce-mini-cart__button a {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	border-radius: 10rem!important;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	transition: .3s ease all;
}

.dropdown-menu-cart .btn-cart .btn-one a,
.dropdown-menu-cart .btn-cart .woocommerce-mini-cart__button a:first-child {
	background-color: #6c757d;
	border-color: #6c757d;
	transition: .3s ease all;
}

.dropdown-menu-cart .btn-cart .btn-one a:hover,
.dropdown-menu-cart .btn-cart .woocommerce-mini-cart__button a:first-child:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;	
}

.dropdown-menu-cart .btn-cart .btn-two a,
.dropdown-menu-cart .btn-cart .woocommerce-mini-cart__button a:last-child {
	background-color: #606ddd;
	border-color: #606ddd;	
	transition: .3s ease all;
}

.dropdown-menu-cart .btn-cart .btn-two a:hover,
.dropdown-menu-cart .btn-cart .woocommerce-mini-cart__button a:last-child:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}
/* End:Header */

/* Mobile Menu */
.modal-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	outline: 0;	
	max-width: 250px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);		
	height: 100%;
	z-index: 1050;
	transition: .5s ease all;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;	
}

.modal-menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);			
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;	
	height: 100%;	
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;	
	flex-shrink: 0;
	align-items: center;	
}

.modal-header .btn-close {
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	padding: 1rem;
	outline: none;
	margin: -1rem -1rem -1rem auto;	
}

.modal-header .btn-close span {
	font-size: 1rem;
	font-weight: 700;
	opacity: .5;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	position: relative;
	top: 1px;	
	transition: .3s ease all;
}

.modal-header .btn-close span:hover {
	opacity: 1;
}

.mobile-menu li {
	text-align: center;
	font-size: .85rem;
	border-bottom: 1px solid #e9ecef;	
}

.mobile-menu li > a {
	color:#828282;
	padding: 1rem;
	display: block;
	width: 100%;
}

.list-cont {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 10px;	
}

.list-cont li {
	text-align: center;
	font-size: .85rem;	
	padding: 10px
}

.list-cont li > a {
	color: #828282;
	padding: 10px;		
}
/* End:Mobile Menu */

/* Main */
#main .container {
	padding: 1rem 15px;
}

.container-breadcrumb {
	padding: 1rem;
	background-color: white;
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);
}

.woocommerce-MyAccount-navigation-link a {
	display: flex;
}

.woocommerce-MyAccount-navigation-link--orders a:before {
	background-image: url(../icons/orders.svg);
}

.woocommerce-MyAccount-navigation-link--orders.is-active a:before {
	background-image: url(../icons/hoverOrder.svg);
}

.woocommerce-MyAccount-navigation-link--tinv_wishlist a:before {
	background-image: url(../icons/heartAccount.svg);
}

.woocommerce-MyAccount-navigation-link--tinv_wishlist.is-active a:before {
	background-image: url(../icons/hoverHeart.svg);
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	background-image: url(../icons/logout.svg);
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
	background-image: url(../icons/adrAccount.svg);
}

.woocommerce-MyAccount-navigation-link--edit-address.is-active a:before {
	background-image: url(../icons/hoverAdr.svg);	
}

.woocommerce-MyAccount-navigation-link--edit-account a:before  {
	background-image: url(../icons/profile.svg);
}

.woocommerce-MyAccount-navigation-link--edit-account.is-active a:before {
	background-image: url(../icons/hoverProfile.svg);	
}

.card.account-page .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a {
	color:#f44336 !important;
}

.woocommerce-MyAccount-navigation-link a:before {
	content: '';
	width: 15px;
	height: 15px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 1rem;
}

.container-breadcrumb ul a, 
.container-breadcrumb ul li {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6c757d;	
	transition: .3s ease all;
}

.card.account-page {
	box-shadow: none;
	border: 0;
	margin:0px;
	background: transparent;	
}

.card.account-page .card-body .woocommerce {
	display: flex;
	padding: 0;	
	height: 100%;
}

.card.account-page .woocommerce-MyAccount-navigation {
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);
	margin: 0 1rem 0 0;
	height: 100%;
}

.card.account-page .woocommerce-MyAccount-navigation li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	border-right: 0;
	border-left: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	color: #495057;
	text-align: inherit;
	transition: .3s ease all;	
}

.card.account-page .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;	
}

.card.account-page .woocommerce-MyAccount-navigation ul a:hover {
	color: #495057;
	background-color: #e9ecef;	
}

.container-breadcrumb ul a:hover {
	color: #606ddd;
}

.container-breadcrumb ul li {
	padding: 0px 0px 0px .5rem;
}

.container-breadcrumb ul li:first-child {
	padding: 0px;
}

.container-breadcrumb ul li:first-child:before,
.container-breadcrumb ul li:last-child:before  {
	content: '';
	padding: 0px;
}

.container-breadcrumb ul li {
	cursor: default;
}

.container-breadcrumb ul li:before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "\2192";
}

.card {
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);	
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);	
	margin: 1rem 0 0 0;
}

.cat-grid {
	padding: 1rem;
	background-color: white;
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);
	text-align: center;	
}

.cat-grid a {
	font-weight: 700;
	display: block;
	color: #606975;
	font-family: Nunito, sans-serif;
	font-size: 1.2rem;
	transition: .3s ease all;	
}

.cat-grid a:hover {
	color:#606ddd;
}

.grid-tovar {
	flex: 1 1 auto;
	padding: 1rem 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -.5rem;
	justify-content: center;
}

#woocommerce_price_filter-3.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	background-color:#606ddd !important;	
}

#woocommerce_price_filter-3.widget_price_filter span.ui-slider-handle.ui-state-default.ui-corner-all:nth-child(2) {
	margin-left: -2px;
}

#woocommerce_price_filter-3 .price_slider_amount {
	display: flex;
	justify-content: center;
}

#woocommerce_price_filter-3 .price_slider_amount .button {
	color: white;
	font-weight: 400;
	background-color: #606ddd;
	background-image: none;
	border-color: #606ddd;
	padding: .25rem .5rem;
	font-size: .8rem;
	border: 1px solid;
	line-height: 1.5;
	display: block;
	width: 100%;
	border-radius: 10rem!important;
	transition: .3s ease all;
	cursor: pointer;
	max-width: 182px;
}

#woocommerce_price_filter-3 .price_slider_amount .button:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

#woocommerce_price_filter-3.widget_price_filter .ui-slider .ui-slider-handle:last-child,
#woocommerce_price_filter-3.widget_price_filter .ui-slider .ui-slider-handle {
	width: 17px;
	height: 17px;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	background: #FFF;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;	
}

.grid-tovar .card-pagination.pagination {
	width: 100%;
	margin: 0 .5rem;	
}

.catalog-tovar {
	flex: 0 0 75%;
	max-width: 75%;
	padding: 0 0 0 1rem;
}

.catalog-tovar .grid-tovar {
	padding: 0px;
}

.catalog-tovar .grid-tovar .tovar-item {
	width: calc(33.333% - 1rem);	
	max-width: 33%;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 0;
	display: flex;	
	flex-wrap:wrap;
}

.related-products.accss .card-body {
	padding: 1rem 0 0 0;
}

.welcome .back_welcome {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s ease all;
	opacity: .4;
	background-attachment: fixed;
}

.welcome .inside--welcome {
	position: relative;
	background-color: black;	
}

.card-body #shipping_method .shipping_method {
	position: relative;
	right: 11px;
	bottom: 1px;	
}

.welcome .welcome_text {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	text-align: center;
	display: flex;
	align-items: center;	
	justify-content: center;
	flex-direction: column;
	max-width: 600px;
}

.welcome .welcome_text p,
.welcome .welcome_text h1 {
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0 1rem;
	line-height: 1.5;
	color:white;
	max-width: 760px;
}

.welcome .welcome_text h1 {
	font-size: 2rem;
}

.welcome .welcome_text p {
	font-size: 1.3rem;
	margin: .875rem 0 0 0;
}

.welcome .welcome_text a.btn {
	color: white;
	margin: 1.2rem 0 0 0;
	font-weight: 400;
	background-color: transparent;
	background-image: none;
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	display: block;
	width: 100%;
	border-radius: 10rem!important;
	max-width: 100px;
	background-color: #606ddd;	
}

.welcome .welcome_text a.btn:hover {
	background-color:white;
	color:#606ddd;
}

.woocommerce-notices-wrapper ul {
	padding: 1rem;
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	height: 53px;
	margin: auto;
	z-index: 99;
	background-color: white;
	background-clip: border-box;
	left: 0;
	right: 0;
	border: 1px solid #f44336;	
}

.woocommerce-notices-wrapper ul li {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
}

.woocommerce-notices-wrapper ul li strong {
	font-weight: bold;
	padding-right: 3px;	
}

.main-grid-cat {
	display: flex;
	flex: 1 1 auto;
	margin: 0px -.5rem;	
}

.main-grid-cat.archive-grid-main {
	padding-top: 1rem;
}

.archive .main-grid-cat.archive-grid-main .grid-small-items {
	justify-content: center;
}

.main-grid-cat .grid-big-items {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 .5rem 1rem .5rem;
	max-width: 392px;
	height: 400px;
}

.main-grid-cat .grid-big-items .big_item_cat {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.main-grid-cat .grid-big-items .big_item_cat a,
.main-grid-cat .grid-small-items .small_item_cat a {
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	left:0;
	background-color: rgba(0,0,0,.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color:white;
	font-weight: bold;
	font-size: 1.53125rem;	 
}

.main-grid-cat .grid-small-items {
	width: 100%;
	display: flex;
	margin: 0 .5rem 1rem 0;
	flex-wrap: wrap;	
}

.main-grid-cat .grid-small-items.archive_item {
	margin:0px;
}

.main-grid-cat .grid-small-items.archive_item .small_item_cat {
	height: 250px;
	width: calc(33.333% - 1rem);
	max-width: 33%;
}

.main-grid-cat .grid-small-items .small_item_cat {
	width: calc(50% - 1rem);
	overflow: hidden;
	margin: 0 .5rem 1rem .5rem;
	max-width: 50%;
	height: 192px;	
	position: relative;
}

.main-grid-cat .grid-small-items .small_item_attach,
.main-grid-cat .grid-big-items .big_item_attach {
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	left:0;		
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	transition: transform .35s,-webkit-transform .35s;		
}

.main-grid-cat .grid-small-items .small_item_cat:hover .small_item_attach,
.main-grid-cat .grid-big-items .big_item_cat:hover .big_item_attach {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.main-grid-cat .item_cat {
	margin: 0 .5rem 1rem .5rem;	
}

.card-body .card-item {
	display: flex;	
	flex-wrap:wrap;	
}

.card-about .card-body .card-item {
	padding:0px 1rem;
}

.card-about .card-body .card-item ul {
	margin-bottom:0px;
}

.card-about .card-body .card-item p {
	display: block;
	width: 100%;
}

.card-body .card-item:nth-child(2n) .card_col-1 {
	order:2;
}

.card-body .card-item:nth-child(2n) .card_col-2 {
	order:1;
}

.card-body .card-item:nth-child(2n) hr {
	order:3;
}

.card_col {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0px 1rem;	
}

.maps-image {
	height: 350px;
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #dee2e6;
	max-width: 100%;
	padding: .25rem;	
}

.card_col-2 h3,
.card-login .card_col-1 h3,
.card-reset .card_col-1 h3,
.card-about h3 {
	font-weight: 700;
	font-size: 1.53125rem;	
}

.card_col-2 .card_content-2 h3 {
	margin-bottom: .75rem;
	font-weight:500;
	line-height: 1.2
}

.card.single .tags-label {
	padding:2rem 0 0 0;
}

.card.single .tags-label span {
	margin:0 .5rem 0 0;
}

.card.single .tags-label .itsnew,
.card.single .tags-label .onsale {
	background-color: #17a2b8;
	color: white;
	padding: .2rem .5rem;
	border-radius: 0;
	font-size: 87%;
	font-weight: 500;
	z-index: 9999;	
	cursor: default;
	border-radius: .5rem;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;	
}

.card.single .tags-label .onsale {
	background-color: #ffc107;
	color:#212529;
}

.card_col-2 .card_content-2 .product-rating {
	margin-bottom: .75rem;
	display: flex;
	align-items: center;	
}

.card_col-2 .card_content-2 .product-rating .star-rating {
	font-size: .875rem;
}

.card_col-2 .card_content-2 .product-rating .star-rating span:before,
.tovar-item .star-rating span:before {
	color: #ffc107;	
}

.tovar-item .star-rating {
	margin: 0 auto .4rem auto;	
	line-height: normal;
}

.card_col-2 .card_content-2 .single-price {
	font-weight: 700;
	color: #e83e8c;
	font-size: 1.53125rem;	
	margin-bottom: .75rem;
	line-height: 1.2;    
}

.card_col-2 .card_content-2 .cart {
	display: flex;
	width: 100%;
	height: auto;
	margin: 0px !important;	
}

.card_col-2 .card_content-2 .cart .quantity {
	display: flex;
	align-items: center	
}

.card_col-2 .card_content-2 .cart .quantity label {
	padding: 0 .5rem 0 0;
	font-size: 1rem;
}

.woocommerce-cart-form .product-quantity .minus,
.woocommerce-cart-form .product-quantity .plus {
	display: none;
}

.card_col-2 .card_content-2 .cart .quantity input {
	padding: .25rem .5rem !important;
	font-size: .76563rem !important;
	line-height: 1.5 !important;
	color: #495057 !important;
	background-color: #f8f9fa!important;
	text-align: center!important;
	border-radius: 10rem!important;
	font-weight: 700 !important;
	background-clip: padding-box !important;
	border: 1px solid #ced4da !important;
	outline: none !important;
	width: 100% !important;
	max-width: 60px;	
}

.card_col-2 .card_content-2 .cart .quantity input.minus {
	margin: 0 5px 0 0;
}

.card_col-2 .card_content-2 .cart .quantity input.plus {
	margin: 0 0 0 5px;
}

.card_col-2 .card_content-2 .cart .single_add_to_cart_button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	transition: .3s ease all;
	margin-left:auto;
	color: #fff;
	background-color: #606ddd;
	cursor:pointer;
	border-radius: 10rem!important;
	border-color: #606ddd;	
	max-width: 150px;
	outline: none;
	width: 100%;
	transition: .3s ease all;
}

.card_col-2 .card_content-2 .cart .single_add_to_cart_button:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

.card_col-2 .card_content-2 .product-details p {
	font-family: Nunito,sans-serif;
	margin-bottom: .75rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;	
}

.card_col-2 .card_content-2 .single-price del {
	color: #adb5bd;	
}

.card_col-2 .card_content-2 .single-price ins {
	text-decoration: none;
}

.card .container-image {
	position: relative;
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);	
}

.card_col-2 .card_content-2 .product-rating .review-link {
	color: #606ddd;
	text-decoration: none;
	background-color: transparent;
	font-size: .8rem;	
	padding: 0px 0px 0px 5px;
	transition: .3s ease all;	
}

.card_col-2 .card_content-2 .product-rating .review-link:hover {
	color: #2a3bc6;	
}

.card_col-2 .card_content-2 .product-rating .review-link span {
	font-size: .875rem;	
}

.card-about ul,
.tabs-content .woocommerce-Tabs-panel ul {
	list-style-type: disc;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
	text-align: left;
	display: list-item;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	-webkit-margin-start: 0px;
	-moz-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-end: 0px;
	margin-inline-end: 0px;
	-webkit-padding-start: 40px;
	-moz-padding-start: 40px;
	padding-inline-start: 40px;
}

.card-about ul > li,
.tabs-content .woocommerce-Tabs-panel ul > li {
	display: list-item;
	list-style-type: disc;	
}

.card-login .card_col-1,
.card-login .card_col-2,
.card-reset .card_col-1 {
	text-align: center;
}

.card-reset {
	max-width: 400px;
	margin: 1rem auto 0 auto;
	display: none;	
}

.card-reset .card_col-1 {
	flex: 0 0 100%;
	max-width: 100%;		
}

.card-reset .btn-back {
	padding: .25rem .5rem;
	font-size: .76563rem;
	line-height: 1.5;
	border-radius: 0;
	color: #606975;
	background-color: #f8f9fa;
	border: 1px solid #ced4da;
	cursor: pointer;
	transition: .3s ease all;	
	-moz-appearance: none;
	-webkit-appearance: none;
}

.card-reset .btn-back svg {
	width: .875rem;
	position: relative;
	top: 2px;
	height: .875rem;
}

.card-reset .btn-back:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;	
}

.card-reset .card_col-1 hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);	
}

.card-reset .card_col-1 p {
	font-style: italic;
	text-align: center!important;
	font-size: .800rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
	padding: .8rem 0 0 0;
}

.card-login {
	position: relative;
	max-width: 830px;
	margin:1rem auto 0 auto;
}

.card-login .form-name {
	display: flex;
	max-width: 330px;
	transition: .3s ease all;
}

.card-login .form-name .form-lastname,
.card-login .form-name .form-firstname {
	width: 50%;
	flex:0 0 50%;
}

.card-login .form-name .form-firstname {
	padding: 0 1rem 0 0;
}

.card-login .form-register input,
.card-login .form-register .btn,
.card-login .custom-check,
.card-login .form-login input,
.card-login .form-login .btn {
	max-width: 330px;
}


.card-login:before {
	content: '';
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #dee2e6;
	left: 50%;
}

.form-login,
.form-register,
.form-reset {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1rem 0 0 0;
}

.form-login input,
.form-register input,
.form-reset input {
	max-width: 300px;
	width: 100%;
	display: block;
	padding: .375rem .75rem;
	font-size: .800rem;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: .3s ease all;
	height: 35px;
	background-color: #f8f9fa;
	outline: none;
	border-radius: .25rem;
	margin: 0 0 1rem 0;
	resize: none;
}

.form-login input::-webkit-input-placeholder,
.form-register input::-webkit-input-placeholder,
.form-reset input::-webkit-input-placeholder { 
	color: #606975;
}

.form-login input:-ms-input-placeholder,
.form-register input:-ms-input-placeholder,
.form-reset input:-ms-input-placeholder {
	color: #606975;
	font-family: 'Nunito', sans-serif;
}

.form-login input::-moz-placeholder,
.form-register input::-moz-placeholder,
.form-reset input::-moz-placeholder {
	color: #606975;
	opacity: 1;
}

.form-login input:-moz-placeholder,
.form-register input:-moz-placeholder,
.form-reset input:-moz-placeholder {
	color: #606975;
	opacity: 1;
}

.form-login .btn,
.form-register .btn,
.form-reset .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	border-radius: .25rem;
	cursor: pointer;
	max-width: 300px;
	width: 100%;
	transition: .3s ease all;	
	outline: none;
}

.form-login .btn {
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;
	height: 35px;
}

.form-register .btn {
	color: #606ddd;
	background-color: white;
	border-color: #606ddd;	
}

.form-reset .btn {
	color: #fff;
	background-color: #f44336;
	border-color: #f44336;	
}

.form-login .btn:hover,
.form-register .btn:hover  {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

.card_col-2 ul {
	margin:1rem 0 0 0;
}

.card_col-2 ul > li {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;	
	padding: .2rem 0;
}

.card_col-2 li > a {
	color: #606975;	
	font-weight: bold;
	transition: .3s ease all;
}

.card_col-2 li > a:hover {
	color:#606ddd;
} 

.form-contact {
	display: flex;
	flex-direction: column;
	margin: 1rem 0 0 0;	
}

.form-contact input,
.form-contact textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .800rem;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: .3s ease all;
	height: 35px;
	background-color: #f8f9fa;
	outline: none;
	border-radius: .25rem;
	margin: 0 0 1rem 0;	
	resize: none;
}

.custom-check {
	display: flex;
	width: 100%;
	position: relative;
	max-width: 300px;
	margin: 0.7rem 0 1.3rem 0;	
}

.form-login input[type="checkbox"] {
	width: 15px;
	height: 15px;
	position: relative;
	top: 1px;
	margin:0 10px 0 0;
}

.or-divider {
	position: absolute;
	left: 50%;
	margin-left: -17.5px;
	z-index: 1;
	top: 50%;
	margin-top: -17.5px;
	font-size: .800rem;
	color: #212529;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	width: 35px;
	height: 35px;
}

.custom-check label {
	position: relative;
	display: inline-block;
	font-size: .800rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
	text-align: left;
	display: flex;	
}

.custom-check a {
	right: 0;
	top: 3px;
	font-size: .800rem;
	font-weight: 400;
	position: absolute;
	color: #606ddd;
	transition: .3s ease all;
	text-decoration: underline;	
}

.custom-check a:hover {
	color:#4050d6;
}

.form-contact input.active,
.form-contact textarea.active,
.form-login input.active,
.form-register input.active,
.form-reset input.active {
	border: 1px solid #606ddd;
	background-color: white;
}

.form-contact input.btn.active {
	background-color:#4050d6; 
}

.form-contact span.wpcf7-not-valid-tip {
	line-height: 1.5;
	font-size: .85rem;
	position: relative;
	bottom: 8px;
	color:#f44336;
}

.wpcf7-validation-errors {
	display: none !important;
}

.form-contact .wpcf7-mail-sent-ok {
	display: block;
	background-color: #4caf50;
	border: 1px solid transparent;
	color: white;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	border-radius: 5px;
	padding: 10px;	
}

.form-contact input.wpcf7-not-valid {
	border:1px solid #f44336;
}

.form-contact input::-webkit-input-placeholder { 
	color: #606975;
}

.form-contact input.wpcf7-not-valid::-webkit-input-placeholder { 
	color: #f44336;
}

.form-contact textarea::-webkit-input-placeholder {
	color: #606975;	
}

.form-contact input:-ms-input-placeholder {
	color: #606975;
	font-family: 'Nunito', sans-serif;
}

.form-contact input.wpcf7-not-valid::-ms-input-placeholder {
	color: #f44336;
}

.form-contact textarea:-ms-input-placeholder {
	color: #606975;	
	font-family: 'Nunito', sans-serif;
}

.form-contact input::-moz-placeholder {
	color: #606975;
	opacity: 1;
}

.form-contact input.wpcf7-not-valid::-moz-placeholder {
	color: #f44336;
}

.form-contact textarea::-moz-placeholder {
	color: #606975;
	opacity: 1;	
	font-family: 'Nunito', sans-serif;
}

.form-contact input:-moz-placeholder {
	color: #606975;
	opacity: 1;
}

.form-contact input.wpcf7-not-valid:-moz-placeholder {
	color: #f44336;
}

.form-contact textarea:-moz-placeholder {
	color: #606975;
	opacity: 1;	
	font-family: 'Nunito', sans-serif;
}

.card_col-2 .form-contact textarea {
	height: 54px;	
}

.form-contact .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;
	border-radius: .25rem;
	cursor: pointer;
	max-width: 150px;	
	transition: .3s ease all;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;   	

}

.form-contact .btn:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

.map {
	width: 100%;
	height: 100%;
}

.card-about img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
}

.card-about hr {
	margin: 3rem 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	width: 100%;
}

.card-about p {
	margin: 1rem 0 0 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
	text-align: left;	
}
/* End:Main */

/* Search */

.card-body.search {
	margin: 0px -.5rem;
	justify-content: center;
}

.card-body.search p.not-found {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	color: #606975;	
}

.tovar-item {
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);
	text-align: center;
	width: calc(25% - 1rem);
	display: flex;
	flex-direction: column;
	margin: 0 .5rem 1rem .5rem;
	max-width: 25%;
	transition: .3s ease all;
}

.shop-filters {
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);
	flex: 0 0 25%;
	max-width: 25%;	
	height: 100%;
}

.cat-filter,
.price-filter,
.color-filter {
	border-bottom: 1px solid rgba(0,0,0,.125);	
}

.subcat-two {
	display: none;
}

.subcat li.cat-el {
	position: relative;
}

.icon-sub_cat,
.icon-sub_category {
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url(../icons/down.svg);
	width: 26px;
	height: 10px;
	cursor: pointer;
	background-position: center center;
}

.filter-custom {
	padding: 1rem;
}

.wpfFilterWrapper {
	padding: 1rem !important;
	margin:0px !Important;
	border-bottom:1px solid rgba(0,0,0,.125);
}

#wpfSliderRange {
	background-color: #c2c2c2 !important;
	height: 5px !important;
	border:0px !important;
	margin:10px 0px 0px 0px !important;
}

.wpfFilterButton.wpfButton {
	color: #fff;
	margin: .5rem auto !important;
	cursor: pointer;
	background-color: #606ddd;
	border-color: #606ddd;
	display: block;
	border-radius: 10rem!important;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: .76563rem;
	line-height: 1.5;
	transition: .3s ease all;
	max-width: 182px;
	width: 100% !important;
	padding: .25rem .5rem !important;	
}

.wpfPriceInputs .wpfFilterDelimeter {
	display: none;
}

.wpfPriceInputs .wpfPriceRangeField {
	height: calc(1.64844rem + 2px) !important;
	padding: .25rem .5rem !important;
	font-size: .76563rem !important;
	line-height: 1.5 !important;
	color: #495057 !important;
	background-color: #f8f9fa!important;
	text-align: center!important;
	border-radius: 10rem!important;
	font-weight: 700 !important;
	background-clip: padding-box !important;
	border: 1px solid #ced4da !important;
	outline:none !important;	
	width: 100% !important;
}

.wpfMainWrapper .wpfFilterWrapper:first-child {
	padding: 1rem 1rem 1.5rem 1rem !important;	
}

.wpfPriceInputs .wpfPriceRangeField:first-child {
	margin-right:.5rem !important;
}

.wpfPriceInputs .wpfPriceRangeField:nth-child(3) {
	margin-left:.5rem !important;
}

#wpfSliderRange .ui-slider-range {
	background: #606ddd !important;
	padding: 0px !Important;
}

#wpfSliderRange .ui-slider-handle  {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	box-shadow: rgb(255, 255, 255) 0px 0px 1px inset, rgb(235, 235, 235) 0px 1px 7px inset, rgb(187, 187, 187) 0px 3px 6px -3px;
	outline: none;
	border: 1px solid rgb(217, 217, 217) !important;	
}

#wpfSliderRange .ui-slider-handle:nth-child(2) {
	margin: 0px 0px 0px -1px;
}

.wpfFilterContent {
	position: relative;
}

.wpfMainWrapper .wpfFilterWrapper:first-child .wfpDescription {
	padding: 0px 0px 50px 0px !important;	
}

.wpfFilterWrapper .wfpDescription {
	font-size: .875rem !important;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 1rem !important;
}

.wpfFilterWrapper .wpfPriceInputs {
	position: absolute;
	top: 24px;
	width: 100%;	
	margin:0px !important;
	display: flex;
	justify-content: center;
}

.wpfFilterWrapper .wpfValue {
	font-family: Nunito,sans-serif;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.5;
	color: #606975;
	text-align: left;
	overflow: auto;	
}

.shop-filters .list-cat {
	padding-top: 1rem;
}

.shop-filters .list-cat .cat-el {
	position: relative;
}

.shop-filters .list-cat .subcat,
.shop-filters .list-cat .subcat_cat {
	padding-left: 0;
	list-style: none;
	margin-left: 1.5rem;
	box-shadow: 1px 0 0 0 #dee2e6 inset;
}

.shop-filters .list-cat .subcat a,
.shop-filters .list-cat .subcat_cat a {
	padding-left: 1.25rem;
	padding-right: 0px;
}

.shop-filters .list-cat .subcat a:before,
.shop-filters .list-cat .subcat_cat a:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 1px;
	background-color: #dee2e6;
	left: 0;
	top: 49%;
}

.shop-filters .list-cat a {
	display: block;
	padding: .25rem .75rem .25rem 1.5rem;
	color: #606975;
	font-size: .875rem;
	position: relative;
	font-weight: 400;
	line-height: 1.5;
	transition: .3s ease all;	
}

.shop-filters .list-cat .parent-link::after {
	left: 0;
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
}

.shop-filters .list-cat .parent-link:after {
	position: absolute;
	content: "";
	width: .5em;
	height: .5em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: initial;
	right: 1em;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	top: 50%;
	transition: all .3s ease-out;
}

.shop-filters .list-cat .parent-link.active:after {
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);	
}

.shop-filters .list-cat .parent-link:after {
	left: 0;
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);	
}

.shop-filters .list-cat a:hover {
	color: #606ddd;
}

.shop-filters .list-cat .cat-el.active a.parent-link,
.shop-filters .subcat .cat-el a.active,
.shop-filters .list-cat .cat-el a.active {
	color: #606ddd;		
}

.shop-filters .list-cat .cat-el a > small {
	font-size: 90%;
	font-weight: bold;
	color: #adb5bd;	
}

.container-image img {
	width: 100%;	
	max-width: 400px;
	max-height: 400px;
	min-width: 300px;
	min-height: 300px;
	height: 100%;	
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';		
}

.tabs-content .woocommerce-tabs ul.tabs li a {
	padding: 1rem;
	display: block;
	transition: .3s ease all;
	color: #606975;
	font-weight: bold;
}

.tabs-content .woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #dee2e6!important;
}

.tabs-content .woocommerce-tabs ul.tabs li.active {
	background-color: transparent;
	box-shadow: 0 1px 0 0 #606ddd;	
}

.tabs-content .woocommerce-Tabs-panel blockquote > p {
	margin: 0px;
	font-weight: bold;	
}

.tabs-content {
	width: 100%;
	margin-top: 1rem;
}

.tabs-content .woocommerce-Tabs-panel {
	flex: 1 1 auto;
	padding: 1rem;
}

.tabs-content .woocommerce-Tabs-panel h2,
.tabs-content .woocommerce-Tabs-panel .woocommerce-noreviews {
	display: none;
}

.tabs-content .woocommerce-Tabs-panel p,
.tabs-content .woocommerce-Tabs-panel li {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;    	
}

.tabs-content .woocommerce-tabs ul.tabs li.additional_information_tab {
	display: none;
}

.tabs-content .commentlist {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}

.related-products h4,
.sale-products h4,
.popular-products h4,
.recent-products h4 {
	font-weight: 700;
	display: block;
	color: #606975;
	font-family: Nunito, sans-serif;
	font-size: 1.2rem;
	transition: .3s ease all;
	background-color: white;
	text-align: center;
	cursor: default;
}

.card-body .woocommerce {
	width: 100%;
	padding: 0 2rem;	
}

.card-body .cart_totals {
	padding-top: 1rem;
}

.card-body .woocommerce .cart_totals table {
	max-width: 700px;
	margin: auto !important;
}

.card-body .cart_totals .woocommerce-shipping-destination {
	display: none;
}

.card-body .cart_totals .wc-proceed-to-checkout {
	text-align: center;
	padding: 2rem 0 0 0;	
}

.card-body .cart_totals .wc-proceed-to-checkout a {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;
	user-select: none;
	transition: .3s ease all;
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	line-height: 1.5;
	border-radius: 10rem!important;
	cursor: pointer;	
}

.card-body .cart_totals .wc-proceed-to-checkout a:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

table.shop_table_responsive tr td:before {
	content:'' !important;
}

.card-body .woocommerce p.cart-empty {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;	
}

.card-body .woocommerce .return-to-shop {
	text-align: center;
	padding-top: 1rem;
}

.card-body .woocommerce .woocommerce-billing-fields__field-wrapper {
	margin: auto;
	max-width: 550px;
	display: flex;
	flex-wrap: wrap;	
}

.card-body .woocommerce .woocommerce-billing-fields h3 {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
	right: 10px;	
}

.card-body .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 22px;
	padding: 0px;	
}

.card-body .woocommerce .select2-container--default .select2-selection--single {
	display: inline-block;
	width: 100%;
	height: 35px;
	background-color: #f8f9fa;
	color: #495057;
	vertical-align: middle;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0;
	padding: .375rem 1.75rem .375rem .75rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: .25rem;
	color: #606975;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	opacity: 1;
	font-size: .800rem;
}

.woocommerce-shipping-fields {
	display: none;
}

.card-body .woocommerce #order_comments_field {
	margin: auto;
	max-width: 550px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 5px;	
}

.card-body .woocommerce #order_comments_field label {
	display: block;
	margin-bottom: .5rem;
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.5;
	color: #606975;
	text-align: left;	
}

.checkout.woocommerce-checkout h3 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
	padding-bottom:1rem;
}

#payment.woocommerce-checkout-payment {
	max-width: 550px;
	width: 100%;
	margin: auto;
	padding: 0px 5px;	
}

.wc_payment_methods.payment_methods.methods {
	padding: 1rem 0;
}

.wc_payment_method.payment_method_cod {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
	text-align: center;	
}

.wc_payment_method.payment_method_cod label,
.woocommerce-terms-and-conditions-wrapper {
	display: none;
}

.woocommerce-checkout-payment .form-row.place-order {
	text-align: center;	
}

.woocommerce-checkout-payment .button.alt {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;
	user-select: none;
	transition: .3s ease all;
	padding: .5rem 1rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 10rem!important;
	cursor: pointer;	
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
	display: none;
}

.woocommerce-checkout-payment .button.alt:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	border: 1px solid #ced4da;
	max-width: 550px;
	margin: auto;	
	margin-bottom: 1rem;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 30px;
	color: #606975;
	text-align: center;
	border-bottom: 1px solid #ced4da;	
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-child {
	border-bottom:0px;
}

.woocommerce-order p:nth-child(3),
.woocommerce-order-details,
.woocommerce-customer-details {
	display: none;
}

.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce-order p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;	
}

.woocommerce-order p {
	padding:1rem 0;
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
	max-width: 540px;
	margin: auto !important;
	border: 1px solid #ced4da;
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead tr {
	line-height: 35px;	
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.order-total {
	border-bottom:0px;
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr {
	line-height: 30px;
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead {
	background-color: #f8f9fa;	
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr th:first-child,
.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr td:first-child {
	border-right: 1px solid #ced4da;
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr {
	border-bottom: 1px solid #ced4da;
}

.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th,
.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
	text-align: center;
}

.card-body .woocommerce #order_comments_field textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .800rem;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: .3s ease all;
	height: 100px;
	background-color: #f8f9fa;
	outline: none;
	border-radius: .25rem;
	margin: 0 0 1rem 0;
	resize: none;	
}

.card-body .woocommerce .woocommerce-billing-fields__field-wrapper p.form-row {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 5px;
	margin: 0;
	display: flex;
	flex-direction: column;	
	margin-bottom:1rem;
}

#billing_address_2_field {
	display: none !important;
}

.card-body .woocommerce .woocommerce-billing-fields__field-wrapper p.form-row label {
	display: block;
	margin-bottom: .5rem;
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.5;
	color: #606975;
	text-align: left;	
}

.card-body .woocommerce .woocommerce-billing-fields__field-wrapper p.form-row .input-text {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .800rem;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: .3s ease all;
	height: 35px;
	background-color: #f8f9fa;
	outline: none;
	border-radius: .25rem;
	resize: none;	
}

.card-body .woocommerce .return-to-shop a {
	color: #606ddd;
	line-height: 1.5;
	font-size: .895rem;
	transition: .3s ease all;
}

.card-body .woocommerce .return-to-shop a:hover {
	color: #4050d6;
}

.card-body .cart_totals table.shop_table_responsive tbody th,
.card-body .cart_totals table.shop_table_responsive tr td {
	display: table-cell;
}

.card-body .cart_totals table tr {
	line-height: 2;
	border-bottom: 1px solid #dee2e6;	
}

.card-body .cart_totals table th {
	font-weight: 400;
}

.card-body .cart_totals table td {
	font-weight: 700;
}

.card-body .cart_totals table th,
.card-body .cart_totals table td {
	font-size: 1rem;
	font-family: inherit;
	color: #606975;
	transition: .3s ease all;
	width: 20%;
}

.card-body .cart_totals h2 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;	
}

.card-body .woocommerce table {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	display: table;	 
}

.card-body .woocommerce table td {
	width: 24.7%;
	text-align: center;
}

.card-body .woocommerce table td.product-thumbnail,
.card-body .woocommerce table td.product-name {
	text-align: left;
}

.card-body .woocommerce table td.product-name a {
	font-weight: 700;
	font-size: .875rem;
	margin-bottom: .5rem;
	font-family: inherit;
	color: #606975;
	transition: .3s ease all;
}

.card-body .woocommerce table td.product-name a:hover {
	color: #2a3bc6;
}

.card-body .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
	border-bottom: 1px solid #dee2e6;	
	display: flex;
	width: 100%;
	align-items: center;
	padding: .75rem 0;	
}

.card-body table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .quantity.wac-quantity {
	display: inline-flex;
	justify-content: center;	
}

.card-body .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .wac-qty-button {
	width: 35px;
	height: 35px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.1);
	color: #868a8f;
	cursor: pointer;
	border-radius: 50%!important;
	border: 1px solid transparent;
	font-size: .875rem;
	transition: .3s ease all;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;	
}

.card-body .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-quantity .wac-qty-button a {
	font-size: 2rem;
	color: #868a8f;
}

.card-body table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-remove {
	order:6;
	width: 1%;
}

.card-body table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-remove a {
	font-size: 25px;
	color: #f44336;	
}

.card-body table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:last-child,
.card-body table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead,
.card-body .woocommerce .woocommerce-notices-wrapper,
.card-body table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr .product-price,
.card-body table .screen-reader-text {
	display: none !important;
}

.card-body table.shop_table .input-text.qty.text {
	font-weight: 700;
	width: 55px;
	text-align: center;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: default;
	line-height: 1.5;
	color: #495057;
	font-size: .875rem;	
}

.card-body table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
	width: 100%;
}

.card-body .woocommerce table td.product-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	min-height: 100px;
	min-width: 100px;
	max-width: 212px;
	max-height: 150px;
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);	
}

.related-products {
	margin-top:1rem;
	margin-bottom:-1rem;
}

.related-products .products.columns-4 {
	flex: 1 1 auto;
	padding: 1rem 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -.5rem;
	justify-content: center;	
}

.related-products .products.columns-4 .product {
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);
	text-align: center;
	width: calc(25% - 1rem);
	display: flex;
	flex-direction: column;
	margin: 0 .5rem 1rem .5rem;
	max-width: 25%;
	transition: .3s ease all;	
}

.tabs-content .commentlist li {
	flex:0 0 50%;
	max-width: 50%;
}

.tabs-content .commentlist li .comment_container {
	display: flex;
}

.tabs-content .commentlist li .comment_container img {
	border-radius:50%;
	width: 60px;
	height: 60%;	
}

.tabs-content .star-rating span:before {
	color: #ffc107;	
}

.tabs-content .comment-text {
	margin-left: 1rem!important;	
}

.tabs-content .comment-text strong {
	color:#606ddd;
}

.tabs-content .woocommerce-tabs ul.tabs li.active a,
.tabs-content .woocommerce-tabs ul.tabs li a:hover {
	color: #606ddd;
}

.tabs-content .woocommerce-Tabs-panel ul > li {
	margin:0px;
}

.tabs-content .woocommerce-Tabs-panel .comment-respond {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}

.tabs-content .woocommerce-Tabs-panel .comment-reply-title {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;
	margin-bottom: 1rem;	
}

.tabs-content .woocommerce-Tabs-panel .comment-form-comment,
.tabs-content .woocommerce-Tabs-panel .comment-form-author,
.tabs-content .woocommerce-Tabs-panel .comment-form-email {
	display: flex;
	flex-direction: column;	
}

.tabs-content .woocommerce-Tabs-panel .comment-form-comment label,
.tabs-content .woocommerce-Tabs-panel .comment-form-author label,
.tabs-content .woocommerce-Tabs-panel .comment-form-email label {
	margin-bottom: .8rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;		
}

.required {
	color:#f44336;
}

.tabs-content .woocommerce-Tabs-panel .comment-form-comment .comment,
.tabs-content .woocommerce-Tabs-panel .comment-form-author .comment,
.tabs-content .woocommerce-Tabs-panel .comment-form-email .comment {
	margin-bottom: 1rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;	
}

.tabs-content .woocommerce-Tabs-panel .comment-form-comment textarea,
.tabs-content .woocommerce-Tabs-panel .comment-form-author input,
.tabs-content .woocommerce-Tabs-panel .comment-form-email input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: .800rem;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: .3s ease all;
	height: 100px;
	background-color: #f8f9fa;
	outline: none;
	border-radius: .25rem;
	resize: none;	
}

.tabs-content .woocommerce-Tabs-panel .comment-form-author input,
.tabs-content .woocommerce-Tabs-panel .comment-form-email input {
	height:50px;
}

.tabs-content .woocommerce-Tabs-panel .form-submit {
	text-align: center;
}

.tabs-content .woocommerce-Tabs-panel .form-submit .submit {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	transition: .3s ease all;
	margin-left: auto;
	color: #fff;
	background-color: #606ddd;
	cursor: pointer;
	border-radius: 10rem!important;
	border-color: #606ddd;
	max-width: 190px;
	width: 100%;
	transition: .3s ease all;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;   	
}

.tabs-content .woocommerce-Tabs-panel p.stars:hover a:before,
.tabs-content .woocommerce-Tabs-panel p.stars.selected a.active:before,
.tabs-content .woocommerce-Tabs-panel p.stars.selected a:not(.active):before  {
	color: #ffc107;
}

.tabs-content .woocommerce-Tabs-panel p.stars.selected a.active ~ a:before {
	color: #404040 !important;
}

.tabs-content .woocommerce-Tabs-panel .form-submit .submit:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

.tabs-content .woocommerce-Tabs-panel .comment-form-rating {
	display: flex;
}

.tabs-content .woocommerce-Tabs-panel .comment-form-rating label {
	font-size: .875rem;
	font-weight: 400;
	color: #606975;
	padding-right: 15px;	
}

.tabs-content .woocommerce-Tabs-panel .comment-form-rating p {
	margin-bottom: 10px;	
}

.tabs-content .woocommerce-Tabs-panel .comment-form-comment .comment .required {
	color: #f44336;	
}

.shop-filters h3 {
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;	
}

.tovar-item:hover {
	box-shadow: 0 0.0625rem 0.25rem rgba(96, 109, 221, 1);	
}

.tovar-item_header {
	margin-bottom: 1rem;
	overflow: hidden;
}

.tovar-item_footer a,
.tovar-item_footer p {
	font-weight: 700;
	display: block;
	color: #606975;
	margin-bottom: .75rem;
	font-family: Nunito,sans-serif;
	font-size: .875rem;	
	transition: .3s ease all;
	line-height: 1.2;
}

.tovar-item_footer a:hover {
	color:#606ddd;
}

.tovar-item_footer a.add_to_cart_button,
.tovar-item_footer a.added_to_cart,
.tovar-item_footer a.button.product_type_simple {
	color: #606ddd;
	font-weight: 400;
	background-color: transparent;
	background-image: none;
	border-color: #606ddd;
	padding: .25rem .5rem;
	font-size: .8rem;
	border: 1px solid;
	line-height: 1.5;
	display: block;
	width: 100%;
	border-radius: 10rem!important;	
	transition: .3s ease all;
}

.tovar-item_footer a.added_to_cart {
	background-color: white;
	color: #212529;
	border:1px solid #ced4da;
	font-weight: 200;
}

.tovar-item_footer a.added_to_cart:hover {
	border-color: #606ddd;
}

.tovar-item_footer a.add_to_cart_button:hover,
.tovar-item_footer a.button.product_type_simple:hover {
	background-color: #606ddd;
	color:white;
}

.tovar-item_footer p {
	color: #e83e8c;	
	font-size: .9rem;
}

.tovar-item .itsnew {
	background-color: #17a2b8;
	color: white;
	position: absolute;
	top: 5px;
	right: -5px;
	padding: .5rem;
	border-radius: 0;
	font-size: 87%;
	font-weight: 500;
	z-index: 999;
}

.tovar-item .onsale {
	color: #212529;
	background-color: #ffc107;
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	cursor: default;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .5rem;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	line-height: 1.1;
	margin-bottom: .75rem;	
}

.tovar-item_footer p del {
	color:#606975;
}

.tovar-item_footer p ins {
	text-decoration: none;
}

.tovar-item_footer p.instock,
.tovar-item_footer p.outstock {
	color: #606975;
	font-size: .85rem;
	font-weight: 100;	
}

.tovar-item_footer p svg {
	vertical-align: sub;
}

.tovar-item-body {
	flex: 1 1 auto;
	padding: 1rem;	
	position: relative;
}

.tovar-item-body .tinv-wishlist.tinvwl-shortcode-add-to-cart,
.container-image .tinv-wishlist.tinvwl-shortcode-add-to-cart {
	position: absolute;
	top: .5rem;
	left: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	padding: 0px;
	width: auto;	
}

.tinv-wishlist .icon_big_times,
.tinv-wishlist .icon_big_heart_check {
	display: none !important;
}

.tinv-wishlist .tinv-txt {
	color: #606975;
	line-height: 1.3;
	font-size: .875rem;
	margin:0px !important;
}

.tinv-wishlist .tinvwl-buttons-group.tinv-wishlist-clear {
	margin:0px;
}

.tinv-wishlist .tinvwl-buttons-group.tinv-wishlist-clear .button {
	display: none;
}

.tovar-item-body .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.container-image .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	border-radius: 50%;
	background-color: white;
}

.tovar-item-body .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tovar-item-body .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before,
.container-image .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.container-image .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	position: relative;
	top:0;
	left:0;
	margin:0;
	font-size: 1.5rem;
	color:#606975;
	opacity: .5;
}

.tovar-item-body .tinvwl-product-in-list.tinvwl-product-make-remove:before,
.container-image .tinvwl-product-in-list.tinvwl-product-make-remove:before {
	color:#e83e8c !important;
	opacity: 1 !important;
}

.tovar-item_header img {
	width: 100%;
	height: 190px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
	transition: .3s ease all;
}

.tovar-item:hover .tovar-item_header img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* End:Search */

/* Profile */
.setting {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0 0 0;	
}

.profile {
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);
	margin: 0 1rem 0 0;	
	max-height: 474px;
}

.profile_head {
	flex: 1 1 auto;
	padding: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 120px;
}

.profile_head h5 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4;
	font-family: 'Nunito', sans-serif;	
}

.profile_head small {
	color: #606975;
	font-size: 75%;
	font-weight: 400;
	padding: 5px 0 0 0;	
}

.profile_body {
	display: flex;
	flex-direction: column;
	padding-left: 0;
}

.profile_body ul a {
	position: relative;
	display: flex;
	align-items: center;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);	
	border-right: 0;
	border-left: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	color: #495057;
	text-align: inherit;
	transition: .3s ease all;	
}

.profile_body ul a > span {
	margin: 0 0 0 auto;
}

.profile_body ul li.active  .badge {
	background-color: white;
	color:#212529;
}

.profile_body ul li:last-child a {
	color:#f44336!important;	
}

.profile_body ul a:hover {
	color: #495057;
	background-color: #e9ecef;	
}

.profile_body ul li.active a {
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;	
}

.profile_body ul a svg {
	position: relative;
	top:1px;
	margin-right: 1rem;
}

.prof {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	margin: 0 0 0 1rem;	
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	padding: 1rem;
	border: 0 solid rgba(0,0,0,.125);
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075)	
}

.prof h3 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	font-size: 1.53125rem;	
}

.prof hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	width: 100%;
}

.form-profile,
.form-checkout {
	display: flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.form-profile .form-group,
.form-checkout .form-group {
	flex: 0 0 50%;
	max-width: 50%;
	display: block;
	margin-bottom: 1rem;
	padding-right: 5px;
	padding-left: 5px;	
}

.form-profile .form-group label,
.form-checkout .form-group label {
	display: block;
	margin-bottom: .5rem;
	font-weight: 700;
	font-size: .875rem;
	line-height: 1.5;
	color: #606975;
	text-align: left;
}

.form-profile .form-group input,
.form-checkout .form-group input {
	background-color: #f8f9fa;
	border-radius: .25rem;
	display: block;
	width: 100%;
	height: 35px;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: .3s ease all;
	outline: none;	
}

.form-checkout .form-group:nth-child(5) {
	max-width: 100%;
	flex:0 0 100%;
}

.form-checkout .form-group:nth-child(6),
.form-checkout .form-group:nth-child(7),
.form-checkout .form-group:nth-child(8) {
	flex:0 0 33.333%;
	max-width: 33.333%;
}

.form-profile .form-group input::-webkit-input-placeholder,
.form-checkout .form-group input::-webkit-input-placeholder { 
	color: #606975;
	font-weight: 400;
	font-size: .800rem;
	font-family: 'Nunito', sans-serif;
}

.form-profile .form-group input:-ms-input-placeholder,
.form-checkout .form-group input:-ms-input-placeholder {
	color: #606975;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	font-size: .800rem;
}

.form-profile .form-group input::-moz-placeholder,
.form-checkout .form-group input::-moz-placeholder {
	color: #606975;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	opacity: 1;
	font-size: .800rem;
}

.form-profile .form-group input:-moz-placeholder,
.form-checkout .form-group input:-moz-placeholder {
	color: #606975;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	opacity: 1;
	font-size: .800rem;
}

.form-checkout hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	width: 100%;	
}

.card_form-checkout {
	margin:auto;
	max-width: 550px;
}

.form-profile .form-group .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	transition: .3s ease all;
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;
	border-radius: .25rem;
	cursor: pointer;	
}

.form-profile .form-group .btn:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

.form-profile .form-group input.active,
.form-checkout .form-group input.active {
	border:1px solid #606ddd;
	background-color: white;
}

.address_setting .form-group:first-child,
.address_setting .form-group:last-child {
	flex: 0 0 100%;
	max-width: 100%;	
}

.address_setting .form-group {
	flex: 0 0 33.333%;
	max-width: 33.333%;	
	position: relative;	
}

.form-profile .form-group select,
.form-checkout .form-group select {
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 1.5;
	background-color: #f8f9fa;
	color: #495057;
	vertical-align: middle;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0;
	padding: .375rem 1.75rem .375rem .75rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;   
	outline: none;
	border-radius: .25rem;
	color: #606975;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	opacity: 1;
	font-size: .800rem;
}

.form-profile .form-group select.active,
.form-checkout .form-group select.active {
	border:1px solid #606ddd;
	background-color: white;	
}

.form-checkout .form-group {
	position: relative;
}

.form-profile .form-group svg,
.form-checkout .form-group svg {
	position: absolute;
	right: 1rem;
	top: 2.3rem;	
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;	
}

.table-responsive .table {
	width: 100%;
	background-color: transparent;	
}

.table th, .table td {
	border-color: #dee2e6;
	vertical-align: bottom;
	border-bottom: 1px solid #dee2e6;
	padding: .75rem;
	font-size: .860rem;
	border-top: 1px solid #dee2e6;
	transition: .3s ease all;
}

.table thead th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;    
	font-weight: bold;
}

.table tbody th a {
	font-weight: bold;
	color: #606ddd;	
}

.table tbody th a:hover {
	color: #2a3bc6;
}

.badge-success, 
.badge-danger {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color:white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem!important;
	line-height: 1.1;	
}

.badge-success {
	background-color: #4caf50;
}

.badge-danger {
	background-color: #f44336;	
}

.tovar {
	display: flex;
	min-width: 0;	
	border-bottom: 1px solid #dee2e6;	
}

.tovar .left {
	width: 25%;
	margin-right: 1rem;	
	padding: 1rem 0 1rem 0;
}

.tovar .left img {
	height: 150px;
	width: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';		
}

.tovar .tovar_body {
	display: flex!important;
	flex: 1 1 auto;
	padding: 1rem;
	width: 75%;
	justify-content: center!important;
	flex-direction: column!important;
}

.tovar .tovar_body a {
	color: #606975;
	font-size: 1.09375rem;
	font-weight: 700;
	display: block;
	margin-bottom: .75rem;
	transition: .3s ease all;	
}

.tovar .tovar_body a:hover {
	color: #2a3bc6;	
}

.tovar .tovar_body .attr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: .5rem;	
}

.tovar .tovar_body .attr .price {
	margin-right: 1rem!important;	
}

.tovar .tovar_body .attr .price span {
	font-weight: 700;
	color: #e83e8c;
	font-size: 1rem;
	margin-bottom: .5rem;
	line-height: 1.2;
}	

.tovar .tovar_body .attr .stock {
	font-family: Nunito,sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #606975;	
}

.tovar .tovar_body .attr .stock svg {
	vertical-align: sub;
}

.add-cart .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	transition: .3s ease all;
	border-radius: 10rem!important;
	cursor: pointer;
	color: #606ddd;
	background-color: transparent;
	background-image: none;
	border-color: #606ddd;	
}

.tovar.outstock .add-cart .btn {
	opacity: .5;
	cursor: default;
}

.tovar.outstock .add-cart .btn:hover {
	background-color: white;
	color:#606ddd;
}

.add-cart {
	justify-content: space-between!important;
	display: flex;	
}

.add-cart .remove_tovar {
	width: 35px;
	height: 35px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border:0px;	
	outline: none;
}

.add-cart .btn.remove_tovar,
.tovar.outstock .add-cart .btn.remove_tovar {
	background-color: transparent !important;
	border:0px;
	opacity: 1;
	cursor: pointer;
}

.add-cart .btn:hover {
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;	
}
/* End:Profile */

/* Busket */
.card-header {
	border-bottom: 1px solid #dee2e6;	
}

.card-header .cart_header-menu {
	display: flex;
	align-items: center;
	justify-content: center;	
}

.card-header .cart_header-menu a {
	display: block;
	padding: 1rem;
	background-color: transparent;
	line-height: 1.5;
	font-size: .875rem;
	font-weight: 700;
	color: #606975;	
	transition: .3s easae all;
}

.card-header .cart_header-menu a.active,
.card-header .cart_header-menu a.active:hover {
	box-shadow: 0 1px 0 0 #606ddd;
	color:#606ddd;
}

.card-header .cart_header-menu a:hover {
	color:#2a3bc6;	
}

.card_body-menu {
	padding: 3rem 3rem 1rem 3rem;
}

.card_body-menu table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.card_body-menu table tr {
	border-bottom: 1px solid #dee2e6;
}

.card_body-menu table td {
	vertical-align: middle;
	padding: .75rem;
	width: 1%;	
}

.card_body-menu table td img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	min-height: 100px;
	min-width: 100px;
}

.card_body-menu table td.cart-title a {
	font-weight: 700;
	font-size: .875rem;
	margin-bottom: .5rem;
	font-family: inherit;
	color: #606975;	
	transition: .3s ease all;
}

.card_body-menu table td.cart-title a:hover {
	color: #2a3bc6;
}

.card_body-menu table td.cart-title div {
	font-size: .875rem;
	margin: .5rem 0 0 0;	
}

.card_body-menu table td.cart-title div svg {
	vertical-align: sub;
}

.btn-icon {
	width: 35px;
	height: 35px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	color: #868a8f;
	cursor: pointer;
	border-radius: 50%!important;
	border: 1px solid transparent;
	font-size: .875rem;
	transition: .3s ease all;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;	
}

#qua {
	display: inline-flex;	
}

.btn-icon:hover {
	background-color: #e9ecef;	
}

#qua input {
	font-weight: 700;
	width: 55px;
	text-align: center;
	border: 0; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: default;
	line-height: 1.5;
	color: #495057;
	font-size: .875rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type='number'] {
	-moz-appearance: textfield !important;
}

td.price {
	font-weight: 700;
	text-align: right!important;
	font-size: .875rem;
	line-height: 1.5;
	color: #606975;
}

.drop_cart {
	position: relative;
	display: flex;
	justify-content: flex-end;
	text-align: right !important;	
}

.drop_cart a {
	position: relative;
	width: 35px;
	height: 35px;
	padding: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6c757d!important;	
	transition: .3s ease all;
}

.drop_cart a:hover {
	color: #2a3bc6 !important;
	background-color: #e9ecef;	
}

@-webkit-keyframes dropdownAnimate{
	from {
		-webkit-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0);
		opacity:0
	}
	to {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
		opacity:1
	}
}
@keyframes dropdownAnimate{
	from {
		-webkit-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0);
		opacity:0
	} 
	to {
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
		opacity:1
	}
}

.cart_option {
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 5rem;
	padding: .25rem 0;
	margin: .125rem 0 0;
	font-size: .875rem;
	color: #606975;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.075);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
	-webkit-animation-name: dropdownAnimate;
	animation-name: dropdownAnimate;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;		
}

.drop_cart .cart_option.show {
	display: block
}

.cart_option .btn {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: .875rem;
	color: #606975;
	outline: none;
	transition: .3s ease all;
}

.cart_option .btn svg {
	vertical-align: sub;
}

.cart_option .btn:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #e9ecef;	
}

.cart_option .btn.remove {
	color:#f44336;
}

.subtotal {
	text-align: center;	
}

.subtotal small {
	color: #adb5bd;
	font-size: 80%;
	line-height: 1.5;
	font-weight: 400;	
}

.subtotal h3 {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: .5rem;
	font-size: 1.3rem;	
}

.subtotal a {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;
	user-select: none;
	transition: .3s ease all;
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	line-height: 1.5;
	border-radius: 10rem!important;
	cursor: pointer;	
}

.subtotal a:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

.subtotal a svg {
	vertical-align: sub;
	width: 1.125rem;
	height: 1.125rem
}

#shipping_method.woocommerce-shipping-methods li {
	display: block;
	position: relative;
}

#shipping_method.woocommerce-shipping-methods li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;	
}

#shipping_method.woocommerce-shipping-methods li label {
	position: relative;
}

#shipping_method.woocommerce-shipping-methods li label:before {
	position: absolute;
	top: 2px;
	left: -30px;
	height: 18px;
	width: 18px;
	background-color: white;
	content: '';
	border: 1px solid #dee2e6;
}

#shipping_method.woocommerce-shipping-methods li input:checked ~ label:after {
	content: '\2713';
	position: absolute;
	left: -27px;
	font-size: 15px;
	top: -3px;
	font-weight: 100;
}
/* End:Busket */

/* Footer */
.footer {
	background-color: #fff;
	border-top: 2px solid #dee2e6;
	padding-top: 1rem;
}

.footer .container {
	padding: 0 15px 2rem 15px;
	display: flex;
	flex-wrap:wrap;
}

.col {
	flex: 0 0 33.333%;
	max-width: 33.333%;	
	padding: 1rem 1rem 0 0;
}

.footer .container .col:last-child {
	padding: 1rem 0 0 0;
}

.col h1 {
	font-weight: 700;	
	line-height: 1.2;
	margin-bottom: .5rem;
	font-size: .875rem;
}

.col a,
.col p {
	color:#495057;
	font-size: .800rem;
	transition: .3s ease color;
}

.col .adress {
	font-size: .875rem;
}

.col a:hover {
	color:#606ddd;
}

.col li {
	line-height: 1.5;	
	color:#606976;
	padding: .25rem .75rem .25rem 0;	
}

.col-3 .bottom_col-3 li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.col-1 .bottom_col-1 {
	padding: 16px 0px 0px 0px;
}

.col-1 .bottom_col-1 a {
	font-weight: bold;
}

.col-4 .bottom_col-4 input {
	padding: .375rem .75rem;
	font-size: .775rem;
	line-height: 1.5;
	color: #212529;
	border: 0px;
	max-width: 290px;
	margin: 0px;
	width: 100%;
	height: 40px;
	outline: none;
	transition: .3s ease all;
	-webkit-appearance: none;
	border: 1px solid #ced4da;
	background-clip: padding-box;
	border-radius: 10rem!important;	
	text-align: center;
}

.col-4 .bottom_col-4 input::-webkit-input-placeholder { 
	font-family: 'Nunito', sans-serif;
	color:#606975;
	text-align: center;
}

.col-4 .bottom_col-4 input::-moz-placeholder { 
	font-family: 'Nunito', sans-serif;
	color:#606975;
	opacity: 1;
	text-align: center;
}

.col-4 .bottom_col-4 input:-ms-input-placeholder { 
	color:#606975;
	opacity: 1;
	font-family: 'Nunito', sans-serif;
	text-align: center;
}

.col-4 .bottom_col-4 input:-moz-placeholder { 
	color:#606975;
	opacity: 1;
	font-family: 'Nunito', sans-serif;
	text-align: center;
}

.col-4 .bottom_col-4 .form-sub.active input {
	border:1px solid #606ddd;
}

.col-4 .bottom_col-4 .btn {
	color: #fff;
	margin: 1rem auto 0px auto;
	cursor:pointer;
	max-width: 290px;
	background-color: #606ddd;
	border-color: #606ddd;
	display: block;
	width: 100%;
	border-radius: 10rem!important;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .875rem;
	line-height: 1.5;	
	transition: .3s ease all;
}

.col-4 .bottom_col-4 .btn:hover {
	color: #fff;
	background-color: #4050d6;
	border-color: #3646d4;	
}

.col-4 .bottom_col-4 {
	padding: 20px 0px 0px 0px;
}

.col-4 .top_col-4 h1 {
	text-align: center;
}

.top_col-1 .nav-logo strong {
	position: relative;
	top: 3px;
}

.col-4 .top_col-4 p {
	color: #495057;
	font-size: .800rem;
	text-align: center;
	margin-top: 15px;	
	cursor: default;
}

.col-4 .top_col-4 p > span {
	color:#606ddd;
	font-weight: bold;
}

.copyright {
	text-align: center;
	padding: .5rem 0;
	border-top: 1px solid #dee2e6;
	font-size: 80%;	
	line-height: 1.5;
	color:#606976;
}
/* End:Footer */

/* Pagination */
.card-pagination.pagination {
	box-shadow: 0 0.0625rem 0.25rem rgba(0,0,0,.075);
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);	
	margin-top: -1rem;
}

.card-body-pagination {
	display: flex;
	padding: .5rem 0;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto;    
}

.card-body-pagination ul li {
	display: flex;
}

.card-body-pagination ul li a,
.card-body-pagination ul li span {
	width: 35px;
	transition: .3s ease all;
	height: 35px;
	padding: 0;
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 10rem!important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-body-pagination ul li .next {
	margin-left: 1rem;
}

.card-body-pagination ul li .prev {
	margin-right: 1rem;
}

.card-body-pagination ul li .current {
	color: #fff;
	background-color: #606ddd;
	border-color: #606ddd;	
}

.card-body-pagination ul li a:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;	
}

/* End:Pagination */

/* 404 */
.not-page {
	text-align: center;
	margin:50px 0px 0px 0px;
}

.not-page h1 {
	font-size: 14rem;
	transition: .3s ease all;
}

.not-page p, .not-page a {
	line-height: 1.5;
	font-size: .895rem; 
	transition: .3s ease all;   
}

.not-page p {
	color: #606975; 
}

.not-page a {
	color:#606ddd;
	font-weight: bold;
}

.not-page a:hover {
	color:#4050d6;
}
/* End:404 */

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 99999;
	transition: 1s all;
	opacity: 1;
	visibility: visible;
}

.preloader.done {
	opacity: 0;
	visibility: hidden;
}

.preloader .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .loader img {
	width: 120px;
}
/* End:Preloader */	