.icon_menu {
    display: inline-block;
    position: relative;
    max-width: 35px;
}
.icon_menu.iconh img:last-child {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
li a > .icon_menu.iconh img:first-child {
	opacity:1;
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
li:hover a > .icon_menu.iconh img:first-child {
	opacity:0;
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
li:hover a > .icon_menu.iconh img:last-child {
	opacity: 1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
a.main-tel-once {
    position: relative;
    padding-left: 35px !important;
}
a.main-tel-once:hover svg {
	fill:#484848;
	    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
a.main-tel-once svg {
    width: 23px;
    position: absolute;
    left: 6px;
    top: 3px;
    fill: #484848;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.main-tel-additioonal .dropdown-menu{
	margin:0px;
}
.main-tel-additioonal:hover .dropdown-menu{
	display:block;
}
.main-tel-additioonal img.img-tel {
    max-width: 25px;
    margin-right: 8px;
}
a:hover svg.login-icon {
	fill:#484848
}
a svg.login-icon {
    fill: #484848;
    width: 20px;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #337ab7;
}
.product-look .thumb-look a{
	display:block;
	font-size:15px;
	font-weight:500;
}
.product-look .thumb-look{
    background: #fff;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 17%);
	padding: 10px 15px;
	text-align:center;
	min-width:130px;
	z-index: 1;
}
.product-look .thumb-look span.old {
    text-decoration: line-through;
    font-size: 12px;
    padding-left: 8px;
    color: #000;
}
.product-look .thumb-look span.price {
	font-size: 16px;
	font-weight:100;
}
.product-look .thumb-look span.new {
    color: #000;
    font-size: 16px;
}
.thumb-look.right.top {
    left: 25px;
    top: -65px !important;
}
.thumb-look.left {
    right: 25px;
}
.logo-footer {
    height: 30px
}

.footer-copyright p {
    margin-top: 10px
}
footer .fa-facebook {
    color: #3b5999
}

footer .fa-instagram {
    color: #e4405f
}

footer .fa-youtube {
    color: #cd201f
}

footer .fa-twitter {
    color: #55acee
}
