/*
Theme Name:   Divi Child Theme
Author:       KR@WMW
Template:     Divi
*/

/* OFF-CANVAS CART WIDGET */

.cart-widget {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem;
	z-index: 100000;
}

.cart-widget .btn {
	padding: .125rem .625rem .125rem 2.25rem;
	line-height: 2rem;
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .875rem;
	background-color: #666;
	background-image: linear-gradient(to bottom, #666 0%, #666 100%);
	-webkit-font-smoothing: inherit;
	display: inline-block;
	position: relative;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	border: 1px solid #000;
	color: #fff;
}

.cart-widget span {
	display: block;
	height: 2rem;
}

.cart-widget .navigation--entry {
	float: left;
	margin-left: 1rem;
}

.cart-widget .navigation--entry.entry--lang .btn {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.cart-widget .navigation--entry.entry--account .btn {
	padding-left: 1.875rem;
}

.btn.is--icon-left [class^="icon--"] {
	
	height: 1rem;
	line-height: 2rem;
	margin: -1rem 0rem 0rem 0rem;
	left: .75rem;
	display: block;
	position: absolute;
	top: 50%;
	font-weight: 500;
}

.icon--basket::before {
	content: "\e60e";
}

.icon--account::before {
	content: "\e613";
}

.icon--cross::before {
	content: "\e60d";
}


/* OVERLAY */

.js--overlay.is--closable {
  cursor: pointer;
}
.js--overlay.is--open {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
}
.js--overlay.theme--dark {
  background: rgba(0,0,0,0.7);
}
body > .js--overlay {
  position: fixed;
}
.js--overlay {
  -webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: .01;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  visibility: hidden;
}

/* ICON STUFF */

[class^="icon--"],
[class*=" icon--"] {
  font-family: 'shopware';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@font-face {
	font-family: "shopware";
	src:url("https://bidzinakanchaveli.com/wp-content/themes/Divi-child/fonts/shopware.woff2") format("woff2"),
		url("https://bidzinakanchaveli.com/wp-content/themes/Divi-child/fonts/shopware.woff") format("woff"),
		url("https://bidzinakanchaveli.com/wp-content/themes/Divi-child/fonts/shopware.ttf") format("truetype"),
		url("https://bidzinakanchaveli.com/wp-content/themes/Divi-child/fonts/shopware.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
