@font-face {
	font-family: 'BPG Arial';
	src: url('../fonts/BPGArial2010.eot');
	src: url('../fonts/BPGArial2010.eot?#iefix') format('embedded-opentype'), url('../fonts/BPGArial2010.woff2') format('woff2'), url('../fonts/BPGArial2010.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BPG Arial Caps';
	src: url('../fonts/BPGArialCaps2010Regular.eot');
	src: url('../fonts/BPGArialCaps2010Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BPGArialCaps2010Regular.woff2') format('woff2'), url('../fonts/BPGArialCaps2010Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: -1.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	display: inline-block;
	line-height: 0.3;
}


html,
body {
	margin: 0;
	padding: 0;
	min-width: 300px;
	height: 100%;
	position: relative;
}

/*
.fb_iframe_widget iframe {
	position: absolute !important;
}

.fb_iframe_widget iframe.fb_customer_chat_bounce_in_v2 {
	position: fixed !important;
}
*/

.main-slaider.swiper-container,
.main-slaider.swiper-slide,
.main-slaider.swiper-wrapper {

	height: 100%;
	width: 100%;

}

.swiper-pagination-bullet {
	background: white;
	opacity: 0.2;
	height: 12px;
	width: 12px;
}

.swiper-pagination-bullet-active {
	opacity: 0.9;
	background: white;
}

.slider-image {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ellipsis {
	overflow: hidden;
}

.btn,
.caps {
	font-family: 'BPG Arial Caps';
}

body {
	font-size: 14px;
	font-family: "BPG Arial";
}

.logo {
	/* height: 15vw; */
	max-width: 140px;
	max-height: 96px;
	min-height: 32px;
	width: 25vw;
	transform: scale(1.1);
	object-fit: contain;
	/* width: 100%; */
	/* width: 100%; */
}

.alert-black {
	color: #fff;
	background-color: #000;
}

.cat-logo {
	max-height: 200px;
}


.sidebar {
	width: 300px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(48, 48, 48, 0.9);
	color: #b0b0b0;
	transition: all .5s;
	text-align: left;
	z-index: 1031;
	display: none;
}

.sub-sidebar {
	width: 0;
	height: 100vh !important;
	position: fixed;
	top: 0;
	left: 300px;
	background-color: rgba(48, 48, 48, 0.9);
	color: #b0b0b0;
	transition: all .3s;
	text-align: left;
	opacity: 0;
	visibility: hidden;
}

.has-submenu:hover .sub-sidebar {
	width: 300px;
	opacity: 1;
	visibility: visible;
}

.sub-sidebar .sub-navigation {
	margin-top: 143px;
}

.sub-sidebar ul li a {
	display: inline-block;
	padding: 10px 5px;
	float: none;
	color: #777;
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-family: 'BPG Arial Caps';
	white-space: nowrap;
}

.sub-sidebar ul li a:hover {
	color: #e0dbdb;
}

.sub-sidebar ul li a::after {
	display: block;
	content: '';
	margin-top: 0px;
	border-bottom: 1px solid grey;
	width: 0;
	transition: 200ms ease-in-out;
}

.sub-sidebar ul li a:hover:after {
	width: 100%;
}



.sidebar .scroll-content {
	height: calc(100vh - 419px);
}


.sidebar a {
	font-family: 'BPG Arial Caps';
}

.sidebar .btn-dark.dropdown-toggle {
	background-color: #212121 !important;
}

.sidebar .dropdown-item {
	font-size: .7rem !important;
}

.sidebar ul.menu-elements {
	margin-top: 15px;
	padding: 10px 0;
}

a.navigate-link {
	display: block;
	padding: 6px 20px;
	border: 0;
	color: #b0b0b0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sidebar ul.menu-elements li.drop-list {
	position: relative;
}

.sidebar ul.menu-elements li.drop-list.has-submenu i {
	position: absolute;
	right: 25px;
	top: 13px;
}

.sidebar ul.menu-elements li.drop-list:not(.has-submenu) i {
	display: none;
}

.sidebar ul li a.navigate-link:hover,
.sidebar ul li a.navigate-link:focus {
	outline: 0;
	color: #fff;
}

.swiper-pagination-featured .swiper-pagination-bullet-active {
	opacity: 0.9;
	background: #222;
}

.swiper-pagination-featured .swiper-pagination-bullet {
	background: #222;
}


.most-sold-image {
	width: 100%;
	height: 55vh;
	object-fit: cover;
}

.featured-product-image_2 {
	width: 100%;
	height: 60vh;
	object-fit: contain;
}

.zoom .most-sold-image {
	-webkit-transition: all 3s linear;
	transition: all 3s linear;
}


.add-to-wishlist:hover .icon-heart-o:before {
	content: "\f004";
}

.swiper-button-disabled i {
	color: #b8b8b8;
}



.searcharea {
	position: relative;
	background-color: #282828;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 0px;
	border: 1px solid rgba(129, 129, 129, 0.4);
	border-left: none;
	margin-top: 15px;

}

.custom-input {
	width: 100%;
	height: 40px;
	padding: 0 50px 0 15px;
	border: 0;
	border-radius: 20px;
	background-color: transparent;
	color: #777;
	font-size: 14px;
}

.custom-input:focus {
	outline: 0;
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
}

.searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #777;
}

.img-container {
	position: relative;
	overflow: hidden;
	height: 200px;
	display: block;
}

.img-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .2s ease;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s ease;
	overflow: hidden;
}

.pr-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #f0f3f6;
}

.detail-content {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #fff !important;
	opacity: 1;
	visibility: visible;
	transition: .3s ease;
	font-size: 13px;
	padding: 10.2px 0;
}

.img-container:hover .img-overlay {
	opacity: 1;
}

.img-container:hover .detail-content {
	opacity: 1;
	visibility: visible;
	padding: 10.2px 0;
}


.add-cart-btn {
	position: absolute;
	top: 50px;
	right: 20px;
	color: #222 !important;
	background: #fff;
	width: 36px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 50%;
	text-align: center;
	padding: 7px 0;
}

.add-cart-btn:hover {
	background-color: #222;
	color: #fff !important;
}


.pr-item .wishlist-btn {
	position: absolute;
	top: 8px;
	right: 20px;
	color: #222 !important;
	background: #fff;
	width: 36px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 50%;
	text-align: center;
	padding: 8.3px 0;
}

.pr-item .wishlist-btn:hover {
	background-color: #222;
	color: #fff !important;
}

.pr-item .wishlist-btn.active {
	background-color: #222;
	color: #fff !important;
}


.pr-page .wishlist-btn {
	color: #222 !important;
	box-shadow: none;
	border: 1px solid #d8d8d6;
}

.pr-page .wishlist-btn.active {
	border-color: #333;
	color: #ed4949 !important;
}



.breadcrumb-item+.breadcrumb-item::before {
	font-family: "icomoon";
	content: "\f105";

}


/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: #fff;
}


.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.mobile-menu.show {
	transform: translateX(0px);
}

.mobile-menu i.rotate-icon {
	/* position: absolute;
	top: .9rem; */
	/* right: 0; */
	margin-right: 1.25rem;
	font-size: 1.1rem;
}

.mobile-menu .btn,
.mobile-menu .dropdown-item {
	height: inherit;
	line-height: inherit;
}


.short-image-wrp {
	position: relative;
	width: 100%;
	padding-top: 70%;
}

.short-image-wrp__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;
}

.lSAction>a {
	background-color: black;
	border-radius: 50%;
	opacity: 0.7;
}

.lSSlideOuter .lSPager.lSGallery li {
	height: 100px;
	width: 100%;
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0;
	opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery li {
	opacity: 0.6;
	transition: 0.3s ease-in-out;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}


.cart-box {
	position: absolute;
	top: 55px;
	left: 0;
	width: 300px;
	padding: 10px 10px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	border-width: 6px 0 0;
	border-style: solid;
	display: none;
	border-color: #000;
	color: #777;
	z-index: 10;
}

.cart-box::before {
	display: block;
	position: absolute;
	top: -25px;
	border: 10px solid transparent;
	border-bottom-color: #161616;
	content: '';
	left: 25px;
}

.dropdown:hover .cart-box {
	display: block;
}

.no-item-text {
	display: block;
	margin: 10px;
	color: #777;
	text-align: center;
}

.cart-remove-btn {
	position: absolute;
	top: -8px;
	right: 3px;
	width: 20px;
	height: 20px;
	padding: 3px 0;
	border-radius: 100% !important;
	background-color: #fff;
	color: #474747;
	font-size: 13px;
	line-height: 12px;
	text-align: center;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
}

.cart-box-inner {
	max-height: 400px;
	margin: 0;
	padding: 0 15px;
	outline: none;
	overflow-y: auto;
}

.cart-box-inner .row:first-child {
	padding-top: 8px;
}

.cart-message-box {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1998;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.cart-message-box .card {
	width: 300px;
	border-top: 6px solid #000;
	border-radius: 8px;
	z-index: 1999;
}

.cart-message-box img {
	height: 100px;
	object-fit: cover;
}


.classic-tabs .tabs-dark {
	background-color: #fff !important;
}

.classic-tabs .nav li a.active {
	color: #000;
	border-bottom: 3px solid;
	opacity: 1;
}

.classic-tabs .nav li a {
	color: #000;
	opacity: 0.6;
	font-weight: 900;
}

.number-input input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.number-input button {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	height: 2px;
	transform: translate(-50%, -50%);
}

.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	text-align: center;
}

.number-input.number-input {
	border: 1px solid #ced4da;
	width: 10rem;
	border-radius: .25rem;
}

.number-input.number-input button {
	width: 2.6rem;
	height: .7rem;
}

.number-input.number-input button.minus {
	padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
	width: .7rem;
	background-color: #495057;
}

.number-input.number-input input[type=number] {
	max-width: 4rem;
	padding: .5rem;
	border: 1px solid #ced4da;
	border-width: 0 1px;
	font-size: 1rem;
	height: 2rem;
	color: #495057;
}

.number-input.input-group {
	flex-wrap: unset;
}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance: none) and (stroke-color:transparent) {

		.number-input.def-number-input.safari_only button:before,
		.number-input.def-number-input.safari_only button:after {
			margin-top: -.3rem;
		}
	}
}


















.header .urow a {
	text-decoration: none;
}

.header .search form {
	margin: 0;
}

.main-menu {
	position: relative;
	z-index: 100;
}

.main-menu .navbar {
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-shadow: none;
}

.header .side-nav {
	transition: all 0.4s;
}

.main-menu .navbar .navbar-toggler {
	padding: 0;
}

.search .form-group {
	margin-bottom: 0;
}

.search .form-control {
	position: relative;
}

.dropdown-cart .dropdown-item {
	font-size: 12px;
}

.modal {
	overflow-y: hidden !important;
}

.modal-open {
	overflow: auto !important;
}

.modal-open[style] {
	padding-right: 0px !important;
}

.slider {
	background: -moz-linear-gradient(top, rgba(243, 236, 229, 0) 0%, rgba(192, 181, 172, 0.7) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243, 236, 229, 0) 0%, rgba(192, 181, 172, 0.7) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243, 236, 229, 0) 0%, rgba(192, 181, 172, 0.7) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3ece5', endColorstr='#c0b5ac', GradientType=0);
	/* IE6-9 */
}

.slider {
	margin-bottom: 20px;
}

.slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.slide .container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.slide .container.top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 2%;
}

.slide-shad {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
}

.slide-info {
	width: 50%;
}

.slide-info.left {
	float: left;
	opacity: 0;
	transform: translate3d(-2%, 0px, 0px);
	transition: all 1.5s;
}

.slide-info.right {
	float: right;
	opacity: 0;
	transform: translate3d(2%, 0px, 0px);
	transition: all 1.5s;
}

.slide-info.right.active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.slide-info.left.active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.slide-info i {
	color: white;
	font-size: 7vw;
}

.menu-ico-collapse {
	margin-left: 4px;
}

.list-group-submenu .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.list-group-submenu .list-group-item:last-child {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.font-size-h1 {
	font-size: 16px;
}

.font-size-t1 {
	font-size: 14px;
}

.productitem {
	margin-bottom: 15px;
	margin-bottom: 15px;
	padding: 6px;
	border-radius: 4px;
}

.productitem-image {
	display: block;
	padding-bottom: 120%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.collection-image {
	display: block;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 45%;
}

.productitem-price {
	font-size: 24px;
}

.input-popup {
	position: absolute;
	background: white;
	border-radius: 0;
	width: 100%;
	left: 0;
	right: 0;
	top: auto;
	top: 100%;
	margin-top: -1px;
	max-height: 300px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	z-index: 200;
}

.search-result {
	display: none;
}

.input-popup-list {
	padding: 0;
	text-align: left;
	cursor: pointer;
}

.input-popup-list .mCSB_container {
	margin: 0;
}

.input-popup-list .ttable {
	margin: 0;
}

.input-popup-list .tcell {
	margin: 0;
	padding: 5px;
}

.input-popup-list .tcell:last-child {
	padding-right: 30px;
}

.input-popup-list .list-item {
	height: 64px;
	width: 100%;
	border-top: none;
	transition: all 0.3s;
	position: relative;
	padding: 10px 5px;
}

.input-popup-list .list-item>div:nth-child(2) {
	padding: 0 10px;
}

.input-popup-list .list-item img {
	border-radius: 4px;
}

.input-popup-list .list-item .ellipsis {
	height: 50px;
}

.input-popup-list .list-item:first-child {
	border-top: none;
}

.input-popup-list .list-item:last-child {
	border-bottom: none;
}

.input-popup-list .list-image {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100px;
}

.input-popup-list .mCSB_scrollTools {
	z-index: 300;
}

.input-popup .list-item:hover {
	z-index: 250;
}


.footer .mrow {
	padding: 15px 0;
}



.img-fluidgiorgi {
	width: 100%;
	height: auto;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "BPG Arial Caps";
}

.modalpopup-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5000;
}

.modalpopup-wrapper .modalpopup-overlay {
	display: flex;
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.modalpopup-wrapper .modalpopup-window {
	width: 50%;
	padding: 15px 0;
	border-radius: 4px;
	position: relative;
}

.modalpopup-wrapper .modalpopup-header {
	padding: 5px 15px;
	margin-bottom: 10px;
	font-size: 18px;
}

.modalpopup-close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.banner>img {
	margin: 0 auto;
}

.lSSlideOuter {
	border-bottom: 0;
}

hr.style11 {
	height: 6px;
	border: 0;
}

hr.style12 {
	height: 6px;
	border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
}

hr.style14 {
	border: 0;
	height: 1px;
}

hr.style15 {
	text-align: center;
}

hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	font-size: 18px;
}

hr.style16:after {
	content: '\002702';
	display: inline-block;
	position: relative;
	top: -12px;
	left: 40px;
	padding: 0 3px;
	font-size: 18px;
}

hr.style17 {
	text-align: center;
}

hr.style17:after {
	content: '�';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}

hr.style18 {
	height: 30px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-radius: 20px;
}

hr.style18:before {
	display: block;
	content: "";
	height: 30px;
	margin-top: -31px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-radius: 20px;
}

.banner>img {
	display: none;
}

.t-buttons img {
	opacity: 0.4;
	transition: opacity 0.3s;
}

.t-buttons img:hover {
	opacity: 1;
}

.pay_button_check {
	position: absolute;
	left: 12px;
	top: 7px;
	opacity: 0;
	transition: 0.3s;
}

label.active>.pay_button_check {
	opacity: 1;
}

@keyframes anim-rotate {
	0% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	100% {
		transform: rotate3d(0, 0, 1, 359deg);
	}
}

.spinner {
	display: inline-block;
	line-height: 1;
	animation: anim-rotate 2s infinite linear;
}

.spinner--steps {
	animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
	animation: anim-rotate 1s infinite steps(12);
}


.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}


#hoveringimg {
	position: relative;
}

.overlayimg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	background: rgb(0, 0, 0);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	opacity: 0.7;
}

#hoveringimg:hover .overlayimg {
	height: 58px;
}



.overlaytext {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.product-img-cont {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.backtext::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #333;
	opacity: 0.25;
}

.collection_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	transition: .5s ease;
	opacity: 0;
}

.collection_box:hover .collection_overlay {
	opacity: 1;
}


.collection-grid-item {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	transition: 0.5s;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.collection-grid-item__link {
	border: 2px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.collection-grid-item:hover {
	opacity: 0.7;
}



.social {
	width: 110px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: absolute;
	right: 0;
	left: 50px;
	bottom: -15px;
	transition: all .3s ease 0s;
}


.social li {
	display: inline-block;
}

.social li button {
	color: rgb(90, 86, 86) !important;
	background: #fff !important;
	font-size: 20px;
	line-height: 1px;
	width: 53px;
	height: 53px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
	text-align: center;
}

.social li button i {
	margin-left: 1px;
}

.social li .disabled {
	pointer-events: initial !important;
	cursor: not-allowed !important;
}


.mega-dropdown .nav-link:after {
	display: block;
	content: '';
	margin-top: 5px;
	border-bottom: 5px solid black;
	transform: scaleX(0);
	transition: transform 200ms ease-in-out;
}

.mega-dropdown .nav-link:hover:after {
	transform: scaleX(1);
}

.mega-dropdown:hover :not(.isempty).dropdown-menu {
	display: block;
}

.mega-dropdown:hover .nav-link:after {
	transform: scaleX(1);
}


.mega-dropdown:hover .nav-link {
	color: #222 !important;
}


.usbar a {
	display: inline !important;
}



.collection_box {
	position: relative;
}

.collection_box_inner {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.collection_box_title {
	color: #fff;
	font-size: 2em;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	margin: 25px;
	position: relative;
}

.prdesc {
	color: #fff;
	background-color: #454545;
	width: 100%;
	border-radius: 2px;
}

.btn-outline-grey {
	background-color: transparent !important;
	color: #616161 !important;
	border: 1px solid rgba(34, 34, 34, .2) !important;
	box-shadow: none !important;
}

.btn-outline-light-green {
	border: 1px solid #8bc34a !important;
	background-color: transparent !important;
	color: #8bc34a !important;
}

.dropdown-menu a:hover {
	background-color: #fff !important;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
	width: 50px;
	height: 50px;
}

.prselect .select-wrapper span.caret {
	right: .8rem !important;
}

.prselect .select-wrapper input.select-dropdown {
	border: 1px solid #ced4da !important;
	padding-left: .8rem !important;
	font-size: 14px;
}

.categories .icon-chevron-down {
	position: absolute;
	right: 0;
	top: .8rem;
	margin-right: 1.25rem;
}

.white-skin .dropdown-content li:not(.disabled) span,
.white-skin .md-form .prefix.active,
.white-skin input[type=email]:focus:not([readonly])+label,
.white-skin input[type=text]:focus:not([readonly])+label,
.white-skin input[type=password]:focus:not([readonly])+label,
.white-skin input[type=number]:focus:not([readonly])+label,
.white-skin textarea.md-textarea:focus:not([readonly])+label {
	color: #8c8b8b;
	font-size: 14px;
}

.sticky-content {
	top: 0;
}

.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	margin: -1.5rem 1rem 0;
}

.modal-dialog.cascading-modal .nav-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.nav-tabs {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	border: 0;
	padding: .7rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: -20px;
	background-color: #eee;
	z-index: 2;
	position: relative;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
}

.md-pills .nav-link.active:hover,
.nav-tabs {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.modal-dialog.cascading-modal .nav-tabs li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.card-footer {
	background-color: #eee !important;
}

.pay_button_check {
	position: absolute;
	left: 12px;
	top: 12px;
	opacity: 0;
	transition: 0.3s;
}

label.active>.pay_button_check {
	opacity: 1;
}

li.drop {
	position: relative;
}

li.drop {
	display: inline-block;
}

.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #424242;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}

.dropdownContain {
	width: 45px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -26px;
	/* half of width */
	top: -400px;
}

.dropdownContain li a {
	white-space: nowrap;
	padding: 0 11px;
}

.dropOut {
	width: 45;
	background: #424242;
	float: left;
	position: relative;
	margin-top: 0px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.dropOut ul {
	float: left;
	padding: 0 5px;
	margin: 0;
}

.dropOut ul li {
	text-align: left;
	float: left;
	width: 100%;
	line-height: 40px;
	margin: 0;
	color: #777 !important;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style-type: none;
}

.dropOut ul li a {
	display: block;
}

.dropOut ul li:hover {
	background: #d6c9c9;
}

.dropOut ul li a:hover {
	color: #009338 !important;
}

.drop:hover .dropdownContain {
	top: 18px;
}


.drop:hover .dropOut {
	opacity: 1;
	margin-top: 18px;
}

.main_valuta {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.other_valutas {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 50px;
	left: 0;
	margin-top: 8px;
	z-index: 1;
}

.other_valutas a {
	color: black;
	padding: 9px 14px;
	text-decoration: none;
	border-bottom: 1px solid grey;
}

.other_valutas a:hover {
	background-color: #f1f1f1 !important;
}

.other_valutas a:active {
	background-color: #f1f1f1;
}

.slider.slider-horizontal {
	background: transparent !important;
	box-shadow: none !important;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}

.slider-handle {
	background: #00c851 !important
}

.slider.slider-horizontal .slider-track {
	height: 5px !important;
	margin-top: -2px !important;
}

.accordion.md-accordion.accordion-blocks .card {
	box-shadow: none;
}

.slider .tooltip.in {
	opacity: 1;
}

.text-divider {
	margin: 2em 0;
	line-height: 0;
	text-align: center;
}

.text-divider span {
	background-color: #fff;
	padding: 1em;
}

.text-divider:before {
	content: " ";
	display: block;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #f7f7f7;
}

iframe {
	width: 100%;
}

@media (min-width: 1600px) {
	.banner .w-1410px {
		display: block;
		max-width: 1410px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.banner .w-1110px {
		display: block;
		max-width: 1110px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.banner .w-930px {
		display: block;
		max-width: 930px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.banner .w-690px {
		display: block;
		max-width: 690px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.banner .w-510px {
		display: block;
		max-width: 510px;
	}
}

@media (min-width: 0px) and (max-width: 576px) {
	.banner .w-270px {
		display: block;
		max-width: 270px;
	}

	.card-title {
		font-size: 15px;
	}

	.most-sold-image {
		width: 100%;
		height: auto;
	}

}

@media (min-width: 768px) {
	.font-size-h1 {
		font-size: 5vh;
	}

	.font-size-t1 {
		font-size: 3vh;
	}

	.sidebar {
		display: block;
	}

	body {
		padding-left: 300px;
	}

	.mobile-nav {
		display: none;
	}

	.mobile-menu.show {
		transform: translateX(-100%);
	}

	.img-overlay {
		opacity: 0;
		background: rgba(255, 255, 255, 0.3);
	}

	.detail-content {
		opacity: 0;
		visibility: hidden;
		padding: 0;
	}

	.img-container {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.body-padding-class {
		padding-top: 50px;
	}
}

@media (max-width: 992px) {
	.navbar-collapse li:first-child {
		padding-top: 15px !important;
	}
}
