.d-flex{
	/*display:-ms-flexbox!important;*/
	display: inline-block;
	}

.flex-row{
	-ms-flex-direction:row!important;
	flex-direction:row!important
	}	
.top_bar
{
	width: 100%;
	background: #fafafa;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	z-index: 2;
}	
@media (min-width:990px) {
.header-nav {
	display: none;
}
.mobile {
	display: none !important;
}
}
@media (max-width:990px) {

.center_top_bar
{
	text-align:center !important;
}
.contact-block:hover .contact-menu {
	left:0;
	width:100%;
	
}	
.desktop,
.slick-arrow  {
	display: none !important;
}
}
.center_top_bar:first-child 
{
	text-align:left;
}
.center_top_bar:last-child 
{
	text-align:right;
}
.center_top_bar {
	    justify-content: center;
		
}
.top_bar_icon
	{
		display: inline-block;
		margin-right: 4px;
	}
.top_bar_icon img
	{
		width: 16px;
		height: 16px;
	}

.contact-block .top_bar_icon img {
		animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
.top_bar_contact_item,
.contact-block
{
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	line-height: 35px;
	margin-right: 15px;
    color: grey;
}

.contact-block:hover .top_bar_contact_item a:after {
    content: "expand_less"
}

.contact-block .top_bar_contact_item a:after {
	content: "expand_more";
}
.contact-block a:after {
	font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    padding-left: 3px;
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 0.7rem;
    line-height: .6rem;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

.top_bar_contact_item:not(:first-child)
{
	margin-right: 15px;
}
.top_bar_contact_item a
{
	font-size: 13px;
	font-weight: 300;
	line-height: 35px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_contact_item a:hover
{
	color: #8a8a8a;
}
.top_bar_contact_item:last-child
{
	margin-right: 0px;
}
.top_bar_icon.social img {
	filter: grayscale(100%);
}
.top_bar_icon.social:hover img {
	filter: grayscale(0%);
}

.contact-block:hover .contact-menu {
	display: block !important;
}
.contact-menu {
	display: none;
	position: absolute;
	background-color: white;
	padding: 10px;
	z-index: 12399995;
}
.contact-menu .store-name {
	font-weight: 600;
	padding-right: 5px
}
.contact-menu .phones-list li {
	display: block;
	border-bottom: 1px solid grey;
}
.contact-menu .phones-list li:after {
	content: '.';
	color: white;
}
.contact-menu .phones-list li:hover span{
	color:red;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.viber-chat {
	position: fixed;
	bottom: 11em;
	right: 40px;
	background-color: #665CAC;
	padding: 15px;
	border-radius: 90px;
	z-index: 2;
}
.viber-chat img{
	filter: invert(1);
}

.product-price-and-shipping .regular-price {
	display: none !important;
}

.discount-percentage {
	top: 4.5em !important;
}

.stock-label {
	margin-top: 35px !important;
}

.dp_checkbox {
	display: none !important;
}

.pulser {
	background: rebeccapurple;
	border-radius: 50%;
  }
  
  .pulser::after {
	animation: pulse 3000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
	0% {
	  opacity: 0;
	}
	50% {
	  transform: scale(1.4);
	  opacity: 0.4;
	}
  }
  
  .pulser::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: blueviolet;
	border-radius: 50%;
	z-index: -1;
  }