﻿@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-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	margin-top: -2px;
	display: inline-block;
	line-height: 0.3;
}

html {
	font-size: 15px;
	font-family: "BPG Arial";
}

html,
body {
	margin: 0;
	padding: 0;
	min-width: 300px;
	background-color: rgb(248, 250, 251);
}

.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.fixed-top {
	box-shadow: none;
	border-bottom: 1px solid rgb(240, 245, 247);
}


.card,
.btn {
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 2px 20px 0px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 2px 20px 0px;
}

.sidebar {
	padding-top: 80px;
	width: 250px;
	bottom: 0;
	position: fixed;
	top: 0;
	transition: all .5s;
	text-align: left;
	box-shadow: none;
	z-index: 1029;
	background-color: #fff;
	display: none !important;
}

.sidebar.left {
	display: block;
	left: 0;
	border-right: 1px solid rgb(240, 245, 247);
}

.sidebar.left .nav-item {
	padding: 0px 8px;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
}

.sidebar.left .nav-item:hover,
.sidebar.left .nav-item.active {
	background: rgb(233, 241, 245);
}

.sidebar.right {
	right: 0;
	border-left: 1px solid rgb(240, 245, 247);
}

.product-card {
	box-sizing: border-box;
	position: relative;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 2px 20px 0px;
	display: block;
	transition: transform 0.3s ease 0s;
	cursor: pointer;
	width: 100%;
	line-height: 1;
}

.img-wrapper {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.img-wrapper img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: rgb(255, 255, 255);
}

.product-desc {
	background-color: #fff;
	padding: 10px 12px;
}

.product-price {
	color: rgb(25, 42, 50);
	font-size: 16px;
	font-weight: 400;
	margin-right: 6px;
}

.product-old-price {
	color: rgb(126, 154, 166);
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.product-title {
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgb(126, 154, 166);
	margin-top: 6px;
}

.category-head {
	position: relative;
}

.category-head i {
	position: absolute;
	right: 0;
	top: 17px;
}

.cats-sidebar {
	position: fixed;
	width: 250px;
	height: 100%;
	overflow-y: auto;
	padding-top: 62px;
	top: 0px;
	left: 250px;
	transition: all 0.5s ease-in-out 0s;
	transform: translateX(-100%);
	z-index: 3;
	border-right: 1px solid rgb(212, 227, 235);
	box-shadow: none;
	background-color: #fff;
	display: none;
}

.cats-sidebar.show {
	transform: translateX(0%);
}

.sub-cat {
	display: flex;
	padding: 12px;
}

.sub-cat:hover {
	background: rgb(233, 241, 245);
}

.sub-cat img {
	width: 68px;
	height: 46px;
	border-radius: 4px;
	margin: auto 10px auto 2px;
	object-fit: cover;
}

.sub-cat .cat-title {
	width: 80%;
	color: rgb(72, 99, 111);
	margin: auto;
}

.search-button {
	border-radius: 4px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.search-input {
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.search-input:focus {
	box-shadow: none !important;
}

.footer {
	border-top: 1px solid rgb(212, 227, 235);
	background-color: #fff;
}

.lSSlideOuter.vertical img {
	object-fit: cover;
	width: 100%;
	height: 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;
}

.z-depth-cst {
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 2px 20px 0px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 2px 20px 0px;
}

.md-accordion .card {
	background-color: rgb(248, 250, 251);
}


.front-cart-item {
	display: flex;
	padding: 12px 0;
}

.front-cart-item img {
	width: 70px;
	height: 70px;
	border-radius: 4px;
	margin: auto 10px auto 2px;
	object-fit: cover;
}

.front-cart-item .cat-title {
	width: 80%;
	color: rgb(72, 99, 111);
	margin: auto;
}

#cart_raod {
	position: absolute;
	top: 0px;
	right: 0px;
}

.navbar-toggler-icon {
	background-image: url('https://mdbootstrap.com/img/svg/hamburger3.svg?color=#2222') !important;
}

.cats-sidebar-mob {
	position: fixed;
	width: 250px;
	height: 100%;
	overflow-y: auto;
	padding-top: 62px;
	top: 0px;
	left: -250px;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1029;
	border-right: 1px solid rgb(212, 227, 235);
	box-shadow: none;
	background-color: #fff;
}

.navbar-mob .nav-item.nav-item.active {
	border-left: 3px solid #000000;
}

.navbar-mob .nav-item.nav-item.active .nav-link {
	background-color: transparent !important;
}

.nav-item .dropdown-menu {
	margin-top: 11px;
}


@media (min-width: 992px) {

	.sidebar,
	.cats-sidebar {
		display: block !important;
	}

	body {
		padding: 75px 250px 0;
	}

	body.modal-open {
		padding-right: 250px !important;
	}

	.product-card:hover {
		transform: scale(1.05);
		overflow: visible;
	}

	.nav-item .dropdown-menu::before {
		display: block;
		position: absolute;
		top: -21px;
		border: 10px solid transparent;
		border-bottom-color: #2e2e2e;
		content: '';
		right: 22px;
	}

}

@media (max-width: 992px) {
	body {
		padding: 65px 0 0;
	}

	.cats-sidebar-mob.show {
		left: 0;
	}

	.body-overlay.show {
		right: 0;
	}

	.breadcrumb {
		display: none;
	}

	.nav-item .dropdown-menu::before {
		display: block;
		position: absolute;
		top: -21px;
		border: 10px solid transparent;
		border-bottom-color: #2e2e2e;
		content: '';
		left: 13px;
	}
}

/*
ფეისბუქ მესენჯერს აბუჭებდა
.fb-comments.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe {
	width: 100% !important;
}

*/


/*
.fb_iframe_widget iframe {
	position: absolute !important; 
}
.fb_iframe_widget iframe.fb_customer_chat_bounce_in_v2
{
	position: fixed !important;;
}
*/

.ellipsis {
	overflow: hidden;
}

.btn {
	font-family: 'BPG Arial Caps';
}

body {
	font-family: inherit;
}

.header .logo {
	height: 40px;
	max-width: 150px;
}

.header .logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: left;
}



.header-line {
	height: 4px;
}

.content {
	min-height: 200px;
	padding-bottom: 60px;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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: 75%;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}

.collection-image {
	display: block;
	background-size: contain;
	background-position: center 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;
	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;
}


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;
}

.banner>img {
	display: none;
}

.t-buttons img {
	opacity: 0.4;
	transition: opacity 0.3s;
}

.t-buttons img:hover {
	opacity: 1;
}

.swiper-button-prev {
	left: 30px;
}

.swiper-button-next {
	right: 30px;
}


.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;

}

.tooltip.in {
	opacity: 0.9;
}




@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);
}

.view3drotate_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.view3drotate_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pay_button_check {
	position: absolute;
	left: 12px;
	top: 7px;
	opacity: 0;
	transition: 0.3s;
}

label.active>.pay_button_check {
	opacity: 1;
}

.pay_button_check i {
	padding-right: 3px;
	padding-top: 0.9px;
}

@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;
	}
}


@media (min-width: 768px) {

	.font-size-h1 {
		font-size: 5vh;
	}

	.font-size-t1 {
		font-size: 3vh;
	}
}

@media (max-width: 992px) {
	.navbar-collapse li:first-child {
		padding-top: 15px !important;
	}

	.swiper-slide .title {
		display: none;
	}
}

@media(max-width: 767px) {
	.btn-giorgi {
		padding: .5rem 0.8rem;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.btn-giorgi {
		padding: 0.85rem 1.13rem;
	}
}


@media (min-width: 1199px) {
	.btn-giorgi {
		padding: 1rem 1.4rem;
	}
}